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

Also report disk usage when running fuzzer #1810

Open
mithro opened this issue Dec 22, 2021 · 0 comments · May be fixed by #1910
Open

Also report disk usage when running fuzzer #1810

mithro opened this issue Dec 22, 2021 · 0 comments · May be fixed by #1910

Comments

@mithro
Copy link
Contributor

mithro commented Dec 22, 2021

run_fuzzer.py helpfully reports CPU load and memory usage while running a fuzzer, see this code;

https://github.com/SymbiFlow/prjxray/blob/7325e99e0d2d120969abe242ed54d53e17e70bc8/fuzzers/run_fuzzer.py#L570-L578

This is super helpful in understanding when seemingly random things go wrong (like running out of memory). Given that disk space can be an issue, it would probably also be good to output current disk usage.

The only issue is that most people have many disks and you probably want to report only free space on the disk being used by the fuzzers?

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

Successfully merging a pull request may close this issue.

1 participant