Per process CPU monitoring

Hey @Clemlar

Alright, but does this happen “instantly”? I mean if you monitor e.g. CPU Usage,
and already see it rising (you could set it to a low threshold…), you should have
enough time to log on and check.

Another idea: Install nmon on the host in question, let it
do a data collection in a file. When the host crashes, get the nmon file and
run it through nmon analyzer. There will be a tab in the resulting spreadsheet
with performance data for every single process. Perhaps this helps

EDIT If your not familiar with nmon, that’s fine. A “top” in batch mode
run via cron should work just as well.

Openmindz