pprofme

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

README

pprofme

Upload pprof formatted profiles with ease from your terminal (no sign up needed!).

Install

# Download binary for your OS and architecture
curl -LO https://github.com/polarsignals/pprofme/releases/latest/download/pprofme_$(uname)_$(uname -m)
# Verify the checksum
curl -sL https://github.com/polarsignals/pprofme/releases/latest/download/pprofme_checksums.txt | shasum --ignore-missing -a 256 --check
# Move to path
sudo mv pprofme_$(uname)_$(uname -m) /usr/local/bin

Usage

Run the pprofme upload with a path to a pprof profile, enter a description and the sharing link will be printed to your terminal and it will be opened in your default browser.

$ pprofme upload -d="Fibonacci in Go" ~/pprof/pprof.pprof-example-app-go.samples.cpu.001.pb.gz
https://pprof.me/779de8f

License

Apache License 2.0, see LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL