H
Highlander
Hello all. Anyone familiar with ADPlus.vbs, the script used when
running the Microsoft Debugging Tools for Windows?
cscript adplus.vbs -hang -pn aspnet_wp.exe -pn inetinfo.exe -o
c:\<Path_to_Put_Files_in>
http://support.microsoft.com/default.aspx?scid=kb;en-us;286350
I've got a performance monitor alert configured to launch a batch file
that will run ADPlus.vbs on a remote (Windows 2000 Advanced) server,
and obtain a memory dump. It's all unattended and it works fine.
Works fine for one iteration that is. Problem is, I have to run 3
seperate memory dumps; at 3 minute intervals, and each new memory dump
cannot begin until the previous dump has completed. Using "start /wait"
before adplus.vbs in the batch file doesn't work, since adplus.vbs
spawns new processes which carry out the actual memory dump.
I've poked around thoroughly but I cannot find a command line friendly
way to detect when the memory dump has completed, so that I can have
the batch file sleep for 3 minutes, then repeat the command and launch
another one. Any help in solving this would be greatly appreciated!
- Dave
running the Microsoft Debugging Tools for Windows?
cscript adplus.vbs -hang -pn aspnet_wp.exe -pn inetinfo.exe -o
c:\<Path_to_Put_Files_in>
http://support.microsoft.com/default.aspx?scid=kb;en-us;286350
I've got a performance monitor alert configured to launch a batch file
that will run ADPlus.vbs on a remote (Windows 2000 Advanced) server,
and obtain a memory dump. It's all unattended and it works fine.
Works fine for one iteration that is. Problem is, I have to run 3
seperate memory dumps; at 3 minute intervals, and each new memory dump
cannot begin until the previous dump has completed. Using "start /wait"
before adplus.vbs in the batch file doesn't work, since adplus.vbs
spawns new processes which carry out the actual memory dump.
I've poked around thoroughly but I cannot find a command line friendly
way to detect when the memory dump has completed, so that I can have
the batch file sleep for 3 minutes, then repeat the command and launch
another one. Any help in solving this would be greatly appreciated!
- Dave