Checking your server load using bash
Do you know we’ve moved on a new address. There will be no new articles on this blog anymore. If you still want to keep in touch with us, follow us @ Code Mamba!You can read the same article on our new domain by clicking here!
A good way to check the server load is to use:
w
If you want to check the load only you can use:
w | grep load
Another good way to check your load in real time is:
top
To exit from the top real-time log press q or Ctrl+C.
Leave a Reply