Category Archives: Monitoring

How to Monitor Multi-Core CPU Usage on Linux

Here’s how to monitor multiple cores on Linux: # mpstat -P ALL Example: Monitor all CPU’s in 1 second intervals forever # mpstat -P ALL 1

Posted in Linux, Monitoring | Tagged | Leave a comment