Bug #47729 CPU statistics is not collected for some decent processors if 11+ digits needed
Submitted: 29 Sep 2009 21:29 Modified: 29 Sep 2009 21:35
Reporter: Andrii Nikitin Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Enterprise Monitor: Agent Severity:S3 (Non-critical)
Version: OS:Linux (decent CPU)
Assigned to: CPU Architecture:Any

[29 Sep 2009 21:29] Andrii Nikitin
Description:
If '/proc/stat' returns numbers with 11 or more digits then agent will not report CPU info

How to repeat:
Have /proc/stat with 11 digits in some cpu-related statistics. E.g.

# cat /proc/stat | grep cpu
cpu 66506551 7154243 24603395 18062736793 ...

Suggested fix:
Fix bug
[29 Sep 2009 21:35] Andrii Nikitin
Actually my guess was wrong. No proof that 11 digits cause problem.