-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
The existing command in the doc is:
sar -r 1 | perl -lane 'BEGIN{$|=1} print "@F[5]"' | ttyplot -s 100 -t "memory used %" -u "%"
But I found on my system (Mint 21.2) I had to use:
sar -r 1 | perl -lane 'BEGIN{$|=1} print "@F[4]"' | ttyplot -s 100 -t "memory used %" -u "%"
Perhaps its obvious to others, but for me as a newbie, I figured I needed to run:
sar -r 1
And then count to the colored column in which %memused
appeared.
Metadata
Metadata
Assignees
Labels
No labels