D
dingdongdingding
Is there any command line utilisation to capture CPU, memory, network,
harddisk or some of these ? Thanks, sc
harddisk or some of these ? Thanks, sc
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
Mine is Home. Advice ? Thanks
Mine is Home. Advice ? Thanks
Which version of Windows XP are you using? With XP Pro you can use WMIC.
Is there any command line utilisation to capture CPU, memory, network,
harddisk or some of these ? Thanks, sc
Mike said:Are you sure it requires Pro?
Yes.
http://technet.microsoft.com/en-us/library/bb742610.aspx
Microsoft is creating a lot of good reasons to make the command prompt
in Windows XP and the Windows Server 2003 family your home for systems
management.
John said:XP Home is lacking of several of the command line tools available in XP
Pro and XP Pro is lacking of a lot of the tools available on Server
2003. As for your other suggestions, my understanding of the OP's post
was that he wanted to monitor from the command line, if all he wants is
to list the installed hardware then there are many built-in tools for
this, like the ones you suggested. If he wants to monitor the only one
that would work would be typeperf.
Mike said:processor
http://www.computing.net/answers/windows-2000/output-cpu-utilization-to-text-file/65928.html
typeperf "\Processor(_Total)\% Processor Time" -sc 1 > proc.txt
I'm not sure how many other processor commands you can run this way but
it looks like a lot
Thanks very much for all the links and replies.
Let me explain why I ask this question. I download/upload files when
I'm not at home. My machine has a problem going to standby so I want
to ask somebody to switch off the PC when it's done.
I thought I can monitor the Network utilisation, send the output to my
office email using bmail, and when the network utilistion goes down, I
can call home to ask them to off it.
But now, I found that the upload/download utility I use generates a
log which I can tail off the last part and email to my office email.
I've set it up already but I've not tested it at my office yet.
Thanks again for your help.
<snip>Let me explain why I ask this question. I download/upload files when
I'm not at home. My machine has a problem going to standby so I want
to ask somebody to switch off the PC when it's done.
I thought I can monitor the Network utilisation, send the output to my
office email using bmail, and when the network utilistion goes down, I
can call home to ask them to off it.