| Author | Messages | |
dharding
Posts:39
 | | 09/07/2005 1:15 AM |
| Is there a tool or script that I can use to display the top
running processes on a server? Command line or VBS.
Devon Harding
Windows Systems Engineer
Southern Wine & Spirits
- BSG
954-602-2469
__________________________________This message and any attachments are solely for the intended recipientand may contain confidential or privileged information. If you are notthe intended recipient, any disclosure, copying, use or distribution ofthe information included in the message and any attachments isprohibited. If you have received this communication in error, pleasenotify us by reply e-mail and immediately and permanently delete thismessage and any attachments. Thank You. | | | |
| AD00000928
Posts:0
 | | 09/07/2005 3:16 AM |
| PSLIST
TASKLIST
http://www.ultratech-llc.com/KB/?File=Processes.TXT -ASB
FAST, CHEAP, SECURE: Pick Any TWO
http://www.ultratech-llc.com/KB/ On 9/7/05, Harding, Devon wrote:
> > > Is there a tool or script that I can use to display the top running
> processes on a server? Command line or VBS.
> > > > Devon Harding
> > Windows Systems Engineer
> > Southern Wine & Spirits - BSG
> > 954-602-2469
> List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ | | | |
| tech4steve
Posts:17
 | | 09/07/2005 3:46 AM |
| If the target is XP+ something like:
wmic /output:data.htm path
Win32_PerfFormattedData_PerfProc_Process GET PercentProcessorTime,NAME
/FORMAT:htable.xsl & start data.htm
Might work for you - you can even target machines
remotely with the /NODE switch.
Leave off the /format param if you dont want
HTML output but I thought I'd add that in as its a neat switch..
Other than that I cant think of a cmd line util to
give this data, i thought pstat might, but it is much too verbose to have a nice
quick summary of top CPU processes.
steve
----- Original Message -----
From:
Harding, Devon
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Sent: Wednesday, September 07, 2005 6:14
AM
Subject: [ActiveDir] OT: Top running
processes?
Is there a tool or script that I
can use to display the top running processes on a server? Command line
or VBS.
Devon
Harding
Windows Systems
Engineer
Southern Wine &
Spirits - BSG
954-602-2469
__________________________________This message and any
attachments are solely for the intended recipientand may contain
confidential or privileged information. If you are notthe intended
recipient, any disclosure, copying, use or distribution ofthe information
included in the message and any attachments isprohibited. If you have
received this communication in error, pleasenotify us by reply e-mail and
immediately and permanently delete thismessage and any attachments. Thank
You. | | | |
| dharding
Posts:39
 | | 09/07/2005 4:15 AM |
| This is good, but how do I a. get like the
top 5 running processes and b. maybe a console output.
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of steve patrick
Sent: Wednesday, September 07,
2005 11:25 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: Re: [ActiveDir] OT: Top
running processes?
If the target is XP+ something like:
wmic /output:data.htm path
Win32_PerfFormattedData_PerfProc_Process GET PercentProcessorTime,NAME
/FORMAT:htable.xsl & start data.htm
Might work for you - you can even
target machines remotely with the /NODE switch.
Leave off the /format param if
you dont want HTML output but I thought I'd add that in as its a neat switch..
Other than that I cant think of a
cmd line util to give this data, i thought pstat might, but it is much too
verbose to have a nice quick summary of top CPU processes.
steve
----- Original Message -----
From: Harding,
Devon
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Sent: Wednesday,
September 07, 2005 6:14 AM
Subject: [ActiveDir]
OT: Top running processes?
Is there a tool or script that I can
use to display the top running processes on a server? Command line or
VBS.
Devon Harding
Windows
Systems Engineer
Southern
Wine & Spirits - BSG
954-602-2469
__________________________________
This message and any attachments are
solely for the intended recipient
and may contain confidential or
privileged information. If you are not
the intended recipient, any disclosure,
copying, use or distribution of
the information included in the message
and any attachments is
prohibited. If you have received this
communication in error, please
notify us by reply e-mail and
immediately and permanently delete this
message and any attachments. Thank You. | | | |
|
|