Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to understand the cpu_time_percent(or 'Total CPU %') for multi-core CPUs? #25

Closed
CarsonJiang opened this issue Mar 21, 2024 · 1 comment

Comments

@CarsonJiang
Copy link

CarsonJiang commented Mar 21, 2024

image

@jfernandez
Copy link
Contributor

100% means you are utilizing one entire CPU. In multi-core systems, CPU utilization can exceed 100%, where 100% represents full utilization of one core. For example, on a 4 core system, 400% utilization means all four cores are fully utilized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants