sometime we want to get the status of our server, like cpu, memory, disk, network, etc.
we can use top
, here are some tips for this command:
- use
c
to display complete command - use
O
to filter the output, likeO COMMAND=[command]
to filter the output by command name