Index of /patch/FreeBSD/ps

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]ps.diff 2010-01-22 23:11 446  
[TXT]readme.txt 2010-01-22 23:22 491  

Patch to change the display output of PS(1) with keys
%cpu and %mem from tenths to hundredths of a percent

Example output:
srv4# ps -axo user,%cpu,%mem,command | head -10
USER     %CPU %MEM COMMAND
root     0.00 0.00 [kernel]
root     0.00 0.02 /sbin/init --
root     0.00 0.00 [g_event]
root     0.00 0.00 [g_up]
root     0.00 0.00 [g_down]
root     0.00 0.00 [xpt_thrd]
root     0.00 0.00 [sctp_iterator]
root     0.10 0.00 [g_journal switcher]
root     0.00 0.00 [pagedaemon]
srv4#