PDA

View Full Version : Looking for a script


Eagle Creek
10-30-2006, 01:41 PM
Hi!

I want to have some script that displays my CPU and memory load (and swap file load) on a windows server.

Doesn somebody know something about it?

netwind
10-30-2006, 08:11 PM
Standart console tool exists :
typeperf.exe -sc 1 "\processor(_total)\% processor time" give you current processor load in percents.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nt_command_typeperf.mspx?mfr=true