Alex,
That I need is to convert this script to run as active script and not any other test.
I know where put the script, but I get error when using with HM, that I don't understand.
If you can help me on this it will be a great advance for me.
Regards,
Alan
Search found 9 matches
- Thu Mar 09, 2006 2:07 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process - Part 2
- Replies: 9
- Views: 23660
- Thu Mar 09, 2006 11:59 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process - Part 2
- Replies: 9
- Views: 23660
- Thu Mar 09, 2006 10:03 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process - Part 2
- Replies: 9
- Views: 23660
- Thu Mar 09, 2006 9:12 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process - Part 2
- Replies: 9
- Views: 23660
I have found finally the correct script , but I don't know how I can integrate to HM since it used : wscript object, any help will be VERY appreciate. I'm sure it will interessted many of us too :) or I hope. Alan 'Get % Processor Time for a process ' after the script is started, launch Task Manager...
- Thu Mar 09, 2006 9:04 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process - Part 2
- Replies: 9
- Views: 23660
Knowing that I have a Windows 2000 Server (and not XP), I can used this (with WMI) : Select IDProcess, Name,PercentProcessorTime from Win32_PerfRawData_PerfProc_Process where name='xxxx' The only problem is that ON WINDOWS 2000 the PercentProcessorTime represent the % of the CPU used but not human r...
- Thu Mar 09, 2006 8:12 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process - Part 2
- Replies: 9
- Views: 23660
WMI and Time processor for a process - Part 2
Hi all, I'm currently looking for a solution to monitor process with the same name (xxx.exe) and there CPU consomation. I have already post my question but find no answer, my answer is the following (I will try to explain it differently), I would like to know at regular interval the list of process ...
- Mon Mar 06, 2006 11:50 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process
- Replies: 6
- Views: 15334
- Mon Mar 06, 2006 10:00 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process
- Replies: 6
- Views: 15334
- Mon Mar 06, 2006 6:21 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI and Time processor for a process
- Replies: 6
- Views: 15334
WMI and Time processor for a process
Hi, I have many process with the same name (USERVER.EXE) on a distant machine (only RMA can be done). I look for a solution to can monitor the % of processor used by this process, since I can have a dead process that consume a lot of processor memory. I have found the following link on Google and co...