Hey All,
I've been waiting to implement this and now I have the "OK" (I know, some place are a headache).
I want to deploy this to a large number of servers, but initially I was looking at about 6 and I wanted to try the option to "report/email/notify" on things. What I need is the cpu and memory use on a few servers hourly and I thought this was a good chance to put this on even if I can't do this report. I need just a simple file or something that will give me the details on what the cpu was at 8:00am, 8:05am, etc, and then create a summary report hourly. Can I do that with this on Windows 2003, 2008, 2012?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To take the cpu & memory is very easy. You will get the information each time BGINFO4X is executed. If your TIMER is equal to 300, then you will get the information each 5 minutes.
Hey All,
I've been waiting to implement this and now I have the "OK" (I know, some place are a headache).
I want to deploy this to a large number of servers, but initially I was looking at about 6 and I wanted to try the option to "report/email/notify" on things. What I need is the cpu and memory use on a few servers hourly and I thought this was a good chance to put this on even if I can't do this report. I need just a simple file or something that will give me the details on what the cpu was at 8:00am, 8:05am, etc, and then create a summary report hourly. Can I do that with this on Windows 2003, 2008, 2012?
Hello,
To take the cpu & memory is very easy. You will get the information each time BGINFO4X is executed. If your TIMER is equal to 300, then you will get the information each 5 minutes.
Take a look at the export options. https://sourceforge.net/p/bginfo4x/wiki/BGINFO4X/#export-options
As an example, you can create a CSV file, send it by email, and process it with Excel to create the hourly report.
Hope that it helps.
Regards.