| View previous topic :: View next topic |
| Author |
Message |
Sainyam
Joined: 12 Aug 2011 Posts: 25
|
Posted: Fri Jul 27, 2012 2:45 am Post subject: Can we generates graphs and email them automatically. |
|
|
Hello Support,
Is there any option so that we can schedule to generates graphs from the Log analyzer for a particular test and set to send email it?
I am looking to configure the CPU usage test but I want to get a graph in email for daily usage of CPU.
Also is there any test for Physical memory usage for windows? |
|
| Back to top |
|
 |
KS-Soft Europe
Joined: 16 May 2006 Posts: 2249
|
|
| Back to top |
|
 |
KS-Soft Europe
Joined: 16 May 2006 Posts: 2249
|
Posted: Fri Jul 27, 2012 7:18 am Post subject: |
|
|
| Quote: | | Also is there any test for Physical memory usage for windows? |
You may use WMI test with the following WMI query:
SELECT AvailableMBytes FROM Win32_PerfFormattedData_PerfOS_Memory
to check available physical memory on local or remote system.
For more information about WMI test, please check at:
http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#wmi |
|
| Back to top |
|
 |
Sainyam
Joined: 12 Aug 2011 Posts: 25
|
Posted: Fri Jul 27, 2012 8:03 pm Post subject: |
|
|
| Quote: |
SELECT AvailableMBytes FROM Win32_PerfFormattedData_PerfOS_Memory
|
Hi,
I have tried the WMI query but I am getting access denied in reply, I doe snot find any option to provide remote computer credentials in WMI test.
How to resolve this? |
|
| Back to top |
|
 |
KS-Soft Europe
Joined: 16 May 2006 Posts: 2249
|
Posted: Fri Jul 27, 2012 8:19 pm Post subject: |
|
|
You should use Connection manager (menu Profiles -> Connection Manager) to specify user account credentials for WMI test and other test items.
Connection Manager provides one convenient place to store account information necessary to perform connections to remote systems.
Please, do not forget to mark "WMI" checkbox for new account.
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mframe.htm#profiles.htm#conmgr |
|
| Back to top |
|
 |
|