jprocps
jprocps copied to clipboard
Collection of Java procps-like utilities (such as top, ps, etc)
- Fixed display at 0, 0 position - Clear of screen
Hi, I just downloaded and tried jtop, but I get syntax errors: [scripts]$ jtop -n 1 File "/home/xxx/scripts/jtop", line 19 class TopRunner(): ^ SyntaxError: invalid syntax After removing () for...
ps apparently shows %CPU as the total CPU time since process start divided by lifetime of the process. Top shows active CPU usage.