Windows IIS/W3SVC script
Moderators: Developers, Moderators
-
- Cacti User
- Posts: 66
- Joined: Sat Dec 06, 2003 12:44 pm
- Location: Winchester, MA
Windows IIS/W3SVC script
Just type the script name at a dos prompt for info on usage.
The script can be modified to get values for other IIS counters by changing the following line in the script to a different WMI class.
my $WMI_Class = "Win32_PerfRawData_W3SVC_WebService";
to
my $Win32_Class = "Win32_PerfRawData_ASP_ActiveServerPages";
or
my $WMI_Class = "Win32_PerfRawData_SMTPSVC_SMTPServer";
The script can be modified to get values for other IIS counters by changing the following line in the script to a different WMI class.
my $WMI_Class = "Win32_PerfRawData_W3SVC_WebService";
to
my $Win32_Class = "Win32_PerfRawData_ASP_ActiveServerPages";
or
my $WMI_Class = "Win32_PerfRawData_SMTPSVC_SMTPServer";
- Attachments
-
- w32_query_W3SVC.pl.txt
- Script to monitor IIS/w3svc wmi class
- (5.32 KiB) Downloaded 3132 times
Thanks
Sidewinder, these scripts are pretty cool.
Any thoughts on creating one for Windows Media Services on 2003?
I'd like to be able to remotely monitor connection players and player allocated bandwidth per publishing point. Currently I'm planning on doing it via an ASP script but WMI seems much cleaner.
Lance
Any thoughts on creating one for Windows Media Services on 2003?
I'd like to be able to remotely monitor connection players and player allocated bandwidth per publishing point. Currently I'm planning on doing it via an ASP script but WMI seems much cleaner.
Lance
Using Win32_PerfRawData_ASP_ActiveServerPages
Using Win32_PerfRawData_ASP_ActiveServerPages, I can return the
currentConnection count for ROOT
suppose i have a web service named IPAAP,
how do i return currentConection for IPAAP
plz help
Regards,
Vyas
currentConnection count for ROOT
suppose i have a web service named IPAAP,
how do i return currentConection for IPAAP
plz help
Regards,
Vyas
Re: Windows IIS/W3SVC script
Please,
This Script doesn't work on 2008 servers.
Someone knows why ?
Thanks,
nortuas
This Script doesn't work on 2008 servers.
Someone knows why ?
Thanks,
nortuas
Re: Windows IIS/W3SVC script
The script can be modified to get values for other IIS counters by changing the following line in the script to a different WMI class.
Re: Windows IIS/W3SVC script
Thank you for your response but I can't see your uploaded images
Re: Windows IIS/W3SVC script
Thanks but I have this message :
EDIT :
It's ok now, can ou re-send to me ?
We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.
EDIT :
It's ok now, can ou re-send to me ?
Who is online
Users browsing this forum: No registered users and 1 guest