jasta / jprocps

Collection of Java procps-like utilities (such as top, ps, etc)
GNU General Public License v2.0
56 stars 13 forks source link

Switch to using top -b instead ps -eL #2

Open jasta opened 11 years ago

jasta commented 11 years ago

ps apparently shows %CPU as the total CPU time since process start divided by lifetime of the process. Top shows active CPU usage.