I've seen a few posts wanting the same regarding usage, however the answers ALWAYS refer to installing some third party tool.
I do not want to install anything.
Any one liners? The following would be a nice output:
CPU 11% RAM 20% HDD 85%
I've seen a few posts wanting the same regarding usage, however the answers ALWAYS refer to installing some third party tool.
I do not want to install anything.
Any one liners? The following would be a nice output:
CPU 11% RAM 20% HDD 85%
You can use this
The output is
For CPU usage (average of
(user+system)/(user+system+idle)
times over 0.1 seconds):For RAM usage (
(total-available)/total
):For HDD usage (only of the volume mounted as
/
):