Admin Tip #204: PsList displays process statistics on local or remote NT |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
The default behavior of PsList is to show CPU-oriented information for all the processes that are currently running on the local system. The information listed for each process includes the time the process has executed, the amount of time the process has executed in kernel and user modes, and the amount of physical memory that the OS has assigned the process. Command-line switches allow you to view memory-oriented process information, thread statistics, or all three types of data.
A utility for your NT Tool box.
New Riders has good NT texts.
Tim Hill's text on command line scripting is outstanding. If you have an extensive background, writing bat files, forget it. Otherwise, get it.
Windows scripting host is a different animal entirely to batchfile-like scripts. Much more powerful. Native scripting language for NT2000 but available for NT4. Start studying now. Includes builtin support for vbscript & jscript with addins available for perl and other scripting languages. Extraordinary powerful and subsequently it can be very complex.