Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

tuxpa.in/a/pprofweb

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tuxpa.in/a/pprofweb

Go Modules
Version
v0.0.11
Version published
Created
Source

PProf Web UI

Go pprof profiler web UI.

You can upload pprof files then view them without installing anything.

you can also share these profiles with other people

Try it: https://pprof.tuxpa.in

cli tool

install with go install tuxpa.in/a/pprofweb@latest

Usage: pprofweb <command>

Flags:
  -h, --help    Show context-sensitive help.

Commands:
  profile (p,prof) <url>
    run a profile and upload

  upload (u,up) <file>
    upload a file

Run "pprofweb <command> --help" for more information on a command.

Run Locally

docker build . --tag=pprofweb docker run --rm -ti -p 7443:7443 pprofweb

Open http://localhost:7443/

Check that the container works

docker run --rm -ti --entrypoint=dot pprofweb

FAQs

Package last updated on 23 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts