Following are some tools from the Windows Resource Kit, which I think are very important.
You can download the Windows Resource Kit from here.
These will work at any location of the command prompt when copied to "c:\windows\system32"
- consume
This is similar to the Linux "stress" command.
CAUTION !!! use with care if you are going run this in a production server.
C:\Users\lahiru>consume /?
Universal Resource Consumer - Just an innocent stress program, v 0.1.0
Copyright (c) 1998, 1999, Microsoft Corporation
consume RESOURCE [-time SECONDS]
RESOURCE can be one of the following:
-physical-memory
-page-file
-disk-space
-cpu-time
-kernel-pool
- createfil
C:\Users\lahiru>creatfil /?
Usage: creatfil FileName [FileSize]
-? : This message
-FileName -- name of the new file
-FileSize -- size of file in KBytes, default is 1024 KBytes
- tail
C:\Users\lahiru>tail /?
usage: TAIL [switches] [filename]*
switches: [-?] display this message
[-n] display last n lines of each file (default 10)
[-f filename] keep checking filename for new lines
- robocopy
Refer "robocopy /?" or "robocopy.doc" for command usage/parameters.
- qgrep
- PortQry
portqry is useful if you want to test a port status and use it in a batch file. Because telnet can't be used to get port status to a script.
No comments:
Post a Comment