Leaked source code of windows server 2003
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.

42 lines
970 B

  1. Small User's Guide for the `consume' program
  2. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3. Author: Silviu Calinoiu (SilviuC)
  4. Created: Apr 13, 1998
  5. * Description
  6. This directory contains the sources for the Universal Resource Consumer
  7. program, `consume'. This program is supposed to be the unique resource
  8. consumer program that runs in stress.
  9. * Running the program:
  10. consume RESOURCE [-time SECONDS]
  11. Where COMMAND can be:
  12. -physical-memory
  13. -page-file
  14. -kernel-pool
  15. -disk-space
  16. -cpu-time
  17. * Run-time dependencies
  18. none
  19. * Compiling the test:
  20. build -cZ
  21. copy obj\i386\consume.exe %DESIRED_TARGET_PATH%\i386
  22. copy obj\alpha\consume.exe %DESIRED_TARGET_PATH%\alpha
  23. * Internals
  24. This directory contains the sources for the `consume' program.
  25. `consume' is the unique Universal Resource Consumer stress program.