Forrest logo
back to context overview

pprof

List of commands for pprof:

  • pprof:tldr:054c6 pprof: Run a web server that serves a web interface on top of `pprof`.
    $ pprof -http=${localhost:8080} ${--fibbo} ${--fibbo-profile-pb-gz}
    try on your machine
    explain this command
  • pprof:tldr:31438 pprof: Generate a graph and open it on a web browser.
    $ pprof -svg ${--fibbo} ${--fibbo-profile-pb-gz}
    try on your machine
    explain this command
  • pprof:tldr:49d24 pprof: Run pprof in interactive mode to be able to manually launch `pprof` on a file.
    $ pprof ${--fibbo} ${--fibbo-profile-pb-gz}
    try on your machine
    explain this command
  • pprof:tldr:7354f pprof: Fetch a profile from an HTTP server and generate a report.
    $ pprof ${http:--localhost:8080-debug-pprof}
    try on your machine
    explain this command
  • pprof:tldr:fdeea pprof: Generate a text report from a specific profiling file, on fibbo binary.
    $ pprof -top ${--fibbo} ${--fibbo-profile-pb-gz}
    try on your machine
    explain this command
back to context overview