devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

Allow displaying resource usage #14

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

Allow printing resource (CPU, threads, memory, open files) for main fusil process and source code execution. Probably should use psutil.