Hector Gomez
Hector Gomez

Reputation: 93

Why Process CPU is over 100%?

I've begun to track my asp.net application metrics, but for Servers -> Process CPU (avg) I'm getting values above 100% (194% or more). What does that mean?

Upvotes: 1

Views: 953

Answers (1)

Peter Cordes
Peter Cordes

Reputation: 363970

Probably it means it's a multi-threaded process that's keeping 1.94 CPUs busy, on average.

Upvotes: 1

Related Questions