mirror of https://github.com/openXC7/prjxray.git
Move memory usage to first line.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
da244e36ac
commit
a37b64fdfd
|
|
@ -478,10 +478,10 @@ def run_fuzzer(fuzzer_name, fuzzer_dir, fuzzer_logdir, logger, will_retry):
|
|||
if retcode is not None:
|
||||
break
|
||||
log(
|
||||
"Still running (1m:{:0.2f}%, 5m:{:0.2f}%, 15m:{:0.2f}%).\n{}\n{}",
|
||||
"Still running (1m:{:0.2f}%, 5m:{:0.2f}%, 15m:{:0.2f}%). {}\n{}",
|
||||
*get_load(),
|
||||
PsTree.get(p.pid),
|
||||
get_memory(),
|
||||
PsTree.get(p.pid),
|
||||
)
|
||||
except (Exception, KeyboardInterrupt, SystemExit):
|
||||
retcode = -1
|
||||
|
|
|
|||
Loading…
Reference in New Issue