Search found 9 matches

by a.falanga
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

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
by a.falanga
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

That why I have post, because I need help on converting script.

Alan
by a.falanga
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

Hi Yoorix,

Win32_PerfFormattedData_PerfProc_Process doesn't exists on Windows 2000 that here my problem !!!!

Alain
by a.falanga
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...
by a.falanga
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...
by a.falanga
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 ...
by a.falanga
Mon Mar 06, 2006 11:50 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: WMI and Time processor for a process
Replies: 6
Views: 15334

I want to can monitor fall all process that was named : userver.exe there memory consumation and there CPU usage. I can't find a way to do this easily with the current WMI or active script ... perhaps I miss something.

I have not ONE process called userver.exe but many ...

Any idea ?

Alan
by a.falanga
Mon Mar 06, 2006 10:00 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: WMI and Time processor for a process
Replies: 6
Views: 15334

I have already try and this doesn't works :(

Alan
by a.falanga
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...