I'm building a monitor to track down all Linux /proc data that can be usefull to understand how the server is behaving. Still I cannot understand if I should track every single CPU (and in a virtual environment they can be many) or I can just track the overall CPU activity (which is basically the sum of the single CPUs).
Tracking everysingle CPUs means tons of data to archive while total CPU is just one and the sum of all others (even more readable than having to see 10-12 different plot).
I really would like to go with Total CPU but I would like to know if there are specific case in which having every tracking of every single CPUs can "save" the life of the sys-admin.
Is there any case that total CPU can be under-analytics about CPU activity?