Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't need profile after convert #846

Closed
zhangguanzhang opened this issue Apr 16, 2024 · 1 comment
Closed

don't need profile after convert #846

zhangguanzhang opened this issue Apr 16, 2024 · 1 comment

Comments

@zhangguanzhang
Copy link

What did you do?

$ pprof -svg -seconds 30 http://127.0.0.1:20129/debug/pprof/profile > test.svg
Fetching profile over HTTP from http://127.0.0.1:20129/debug/pprof/profile?seconds=30
Please wait... (30s)
Saved profile in /root/pprof/pprof.main.samples.cpu.001.pb.gz

I don't want keep the /root/pprof/pprof.main.samples.cpu.001.pb.gz after to svg

@aalexand
Copy link
Collaborator

You will have to remove the file manually, I don't think we will change easily the current behavior. These files are usually too small to care though, I'd just leave them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants