Looking at an unusual situation on one of our Linux servers -- every Saturday we get a peak burst of CPU utilization. We shut down all the cron procedures and have accounted for what we believe are all possibly automated functions -- still see this burst of activity.
What I would like to do is conduct an inventory of all running processes every 2 minutes from midnight to 5 PM on Saturday.
I have done this using the top command in a running script that I mount on the system I am investigating. What I was wondering was whether SAM had a discovery feature that I could employ.
I have explored real-time processing -- close but not quite what I need. I need to conduct real-time process monitoring over a given period of time.