Skip to main content

CPU usage command for ubuntu server

To find out cpu usage.

top -n 1 | grep "Cpu"

Comments