I know the command top
, but top
only shows the actual numbers for cpu and memory usage. But sometimes many numbers fluctuate very quickly, so it's hard to find out which processes really need much of cpu time.
Is there a way to display the accumulated cpu time during the last 15 Minutes or last 2 hours? Maybe along with maximum memory usage.
htop
columns TIME, STIME, UTIME or other? – Pablo A Mar 16 '18 at 19:02