Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
client.c Add source files 4 years ago
client.h Add source files 4 years ago
client.rc Add source files 4 years ago
main.c Add source files 4 years ago
makefile Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 4 years ago

readme.txt

Usage: Client[option]

Options: -s Server name
-t Test Type
-p Virtual Path
-b Number of bytes
-h Thread numbers
-c Loop per thread
-k Keep Alive Connection
-E Eatup memory on purpose

Test Types:

ARC - Async ReadClient

Example: -s stan1_s -t ARC -p \scripts\ureadcli.dll -b 1000 -h 2 -c 1 -k 1
Example: -s localhost -t ARC -p \OOP\rcasync.dll -b 1000 -h 10 -c 100 -E 1 -k 0
Example: -s localhost -t RC -p \INP\rcasync.dll -b 1000 -h 10 -c 100 -E 0 -k 0


[Note]

E or e flag indicates that this application will eat memory in the localhost while stressing ISPAI DLL, the purpose is to see how ISAPI behaves under low virtual memory condition. This intention will be violated if the -s flag specifies a remote host name.

-stanleyt x69774