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.

77 lines
2.4 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. splperf.ini
  6. Abstract:
  7. Spooler perf symbol ini file.
  8. NOTE: This is just the test file. This data is at
  9. \nt\base\screg\winreg\cntrtext\perfini\usa\perfc009.ini, and put
  10. into the file %windir%\system32\perfc009.dat.
  11. Author:
  12. Albert Ting (AlbertT) 18-Dec-1996
  13. Revision History:
  14. --*/
  15. [info]
  16. drivername=spooler
  17. symbolfile=lsplctr.h
  18. [languages]
  19. 009=English
  20. [text]
  21. LSPL_COUNTER_OBJECT_009_NAME=Print Queue
  22. LSPL_COUNTER_OBJECT_009_HELP=Displays performance statistics about a Print Queue.
  23. LSPL_TOTAL_JOBS_009_NAME=Total Jobs Printed
  24. LSPL_TOTAL_JOBS_009_HELP=Total number of jobs printed on a print queue since the last restart.
  25. LSPL_TOTAL_BYTES_009_NAME=Bytes Printed/sec
  26. LSPL_TOTAL_BYTES_009_HELP=Number of bytes per second printed on a print queue.
  27. LSPL_TOTAL_PAGES_PRINTED_009_NAME=Total Pages Printed
  28. LSPL_TOTAL_PAGES_PRINTED_009_HELP=Total number of pages printed through GDI on a print queue since the last restart.
  29. LSPL_JOBS_009_NAME=Jobs
  30. LSPL_JOBS_009_HELP=Current number of jobs in a print queue.
  31. LSPL_REF_009_NAME=References
  32. LSPL_REF_009_HELP=Current number of references to a print queue.
  33. LSPL_MAX_REF_009_NAME=Max References
  34. LSPL_MAX_REF_009_HELP=Maximum number of references to a print queue since last restart.
  35. LSPL_SPOOLING_009_NAME=Jobs Spooling
  36. LSPL_SPOOLING_009_HELP=Current number of spooling jobs in a print queue.
  37. LSPL_MAX_SPOOLING_009_NAME=Max Jobs Spooling
  38. LSPL_MAX_SPOOLING_009_HELP=Maximum number of spooling jobs in a print queue since last restart.
  39. LSPL_ERROR_OUT_OF_PAPER_009_NAME=Out of Paper Errors
  40. LSPL_ERROR_OUT_OF_PAPER_009_HELP=Total number of out of paper errors in a print queue since the last restart.
  41. LSPL_ERROR_NOT_READY_009_NAME=Not Ready Errors
  42. LSPL_ERROR_NOT_READY_009_HELP=Total number of printer not ready errors in a print queue since the last restart.
  43. LSPL_JOB_ERROR_009_NAME=Job Errors
  44. LSPL_JOB_ERROR_009_HELP=Total number of job errors in a print queue since last restart.
  45. LSPL_ENUMERATE_NETWORK_PRINTERS_009_NAME=Enumerate Network Printer Calls
  46. LSPL_ENUMERATE_NETWORK_PRINTERS_009_HELP=Total number of calls from browse clients to this print server to request network browse lists since last restart.
  47. LSPL_ADD_NET_PRINTERS_009_NAME=Add Network Printer Calls
  48. LSPL_ADD_NET_PRINTERS_009_HELP=Total number of calls from other print servers to add shared network printers to this server since last restart.