Oct 11, 2003 #1 sentmemail MIS Joined Sep 12, 2002 Messages 282 Location SG Hi, do you use script to monitor performance of your servers? if you do can i have a look at your script? thanks
Hi, do you use script to monitor performance of your servers? if you do can i have a look at your script? thanks
Jan 7, 2004 #2 Smithsco Technical User Joined Mar 30, 2003 Messages 89 Location AU There are a number of ways you can do it, WMI will let you capture most of the data, however it may be easier to setup a counter log in Perfmon. Check this article out at MS: http://msdn.microsoft.com/library/d...us/wmisdk/wmi/monitoring_performance_data.asp MS Scripts related to Monitoring: http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/monitor/default.asp One of the scripts: Baseline Performance Monitoring http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/monitor/ScrMon01.asp Upvote 0 Downvote
There are a number of ways you can do it, WMI will let you capture most of the data, however it may be easier to setup a counter log in Perfmon. Check this article out at MS: http://msdn.microsoft.com/library/d...us/wmisdk/wmi/monitoring_performance_data.asp MS Scripts related to Monitoring: http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/monitor/default.asp One of the scripts: Baseline Performance Monitoring http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/monitor/ScrMon01.asp