Skip to content

Add --blanks/-B and %N format for nanosecond real-time

Compare
Choose a tag to compare
@c-blake c-blake released this 27 Sep 11:51
· 36 commits to master since this release
0ff62c1

Together this lets you do something like this to monitor a process:

burn-cpu & pd -pBHd1 -D'R<>J' -f "%N %R %< %> %J %a" $!

Or you could replace $! with $(pf firefox), take out the -p to leave colors on, or etc., etc.