Published
- 1 min read
how to check server usage in linux
The solution for this is noted below
how to check server usage in linux
Solution
top –i
# M – sort task list by memory usage
# P – sort task list by processor usage
# N – sort task list by process ID
# T – sort task list by run time
Try other methods by searching on the site. That is if this doesn’t work