From: dingdongdingding on
Is there any command line utilisation to capture CPU, memory, network,
harddisk or some of these ? Thanks, sc
From: John John - MVP on
On 7/28/2010 3:07 AM, dingdongdingding wrote:
> Is there any command line utilisation to capture CPU, memory, network,
> harddisk or some of these ? Thanks, sc

Which version of Windows XP are you using? With XP Pro you can use WMIC.

John
From: dingdongdingding on
Mine is Home. Advice ? Thanks

On Jul 28, 6:51 pm, John John - MVP <audetw...(a)nbnot.nb.ca> wrote:
> On 7/28/2010 3:07 AM, dingdongdingding wrote:
>
> > Is there any command line utilisation to capture CPU, memory, network,
> > harddisk or some of these ?  Thanks, sc
>
> Which version of Windows XP are you using?  With XP Pro you can use WMIC.
>
> John

From: John John - MVP on
I don't know of any off hand.

John

dingdongdingding wrote:
> Mine is Home. Advice ? Thanks
>
> On Jul 28, 6:51 pm, John John - MVP <audetw...(a)nbnot.nb.ca> wrote:
>> On 7/28/2010 3:07 AM, dingdongdingding wrote:
>>
>>> Is there any command line utilisation to capture CPU, memory, network,
>>> harddisk or some of these ? Thanks, sc
>> Which version of Windows XP are you using? With XP Pro you can use WMIC.
>>
>> John
>
From: Mike S on
On 7/28/2010 7:18 AM, dingdongdingding wrote:
> Mine is Home. Advice ? Thanks
>
> On Jul 28, 6:51 pm, John John - MVP<audetw...(a)nbnot.nb.ca> wrote:
>> On 7/28/2010 3:07 AM, dingdongdingding wrote:
>>
>>> Is there any command line utilisation to capture CPU, memory, network,
>>> harddisk or some of these ? Thanks, sc
>>
>> Which version of Windows XP are you using? With XP Pro you can use WMIC.
>>
>> John

Does this work on your home version?

http://www.windowsnetworking.com/kbase/WindowsTips/WindowsXP/UserTips/Utilities/WindowsXPSystemInfoUtility.html

systeminfo > sysinfo.txt

Mike