Upload a file to explore it using the Pprof web interface.
the source code over here .
code is based off this project.
when you upload data, you get a unique url. you can share that url with other people!
i currently have it set to save forever, but that might not always be true. assume that things can be lost at any time!
also assume that things are not private. i am using xid to generate, which i believe is not secure? its also just on a random pvc
anyhow, just upload your profile here!
go tool pprof [binary] profile.pb.gz
works with whatever works in the command line (it just runs go tool pprof in the background anyways)
u can also use curl! basically it checks if your Accept headers have "http", and if not, then it will not redirect, and will send the id instead
curl -F file=@
i also made a simple cli you can download it by doing
go install tuxpa.in/a/pprofweb