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.

68 lines
1.5 KiB

  1. * PMTE Power Management test shell
  2. This tests several device types in a system before and after each
  3. sleep state the system supports. You can run one of the supplied scripts that will
  4. do this as many times as you specify automatically.
  5. Currently it tests the below device types.
  6. Disks
  7. CD-ROM
  8. Floppy
  9. Sound
  10. NET
  11. IRDA
  12. Serial with loopback
  13. Modems
  14. parallel port
  15. VIDEO
  16. * TO RUN A SCRIPT FROM THE COMMAND LINE
  17. Type
  18. Pmte /rs: <scriptName> <NumberOfTimes>
  19. * TO SKIP TESTING SOME OF THE DEVICE TYPES
  20. To exclude one or more of the above devices types in testing use the
  21. /sdt: (skip device type) switch for each device type you want to skip.
  22. For example to not test Serial/Modem and the BOOFLOPPY devices types type
  23. the below.
  24. Pmte /sdt: COM /sdt: bootFLOPPY
  25. It is ussaly a good idea to skeep the bootfloppy because hiberanet will probaply not be automated.
  26. Other devices type that we can skip are
  27. NET
  28. IRDA
  29. DISK
  30. SOUND
  31. VIDEO
  32. * hanging tests.
  33. PMTE spawns a process for each device test,
  34. when PMTE is unable to talk to one of these processes it will break into the kernel debugger.
  35. So that this system issue can be debugged.
  36. You need a kernel debugger connected otherwise the APP will just AV, when this happens.
  37. * Other switches
  38. /QOS:
  39. If you start PMTE from a test shell that can parse the pmte.log file.
  40. If this switch is used PMTE will just exit when it is done testing.
  41. /LOG: [log file name]
  42. The default log file name is pmte.log if you need to call it something else for some reason
  43. use this switch.