arunoda / node-usage

process usage lookup with nodejs
MIT License
389 stars 93 forks source link

cpu usage > 100% #15

Closed flosse closed 10 years ago

flosse commented 10 years ago

What's the meaning of numbers higher than 100%?

100% means 100% of one CPU core? 200% means two cores are totally busy?

arunoda commented 10 years ago

If that goes 100% that means your process is using more cpus (may be with threads). It's hard to see this with node.