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.

91 lines
6.7 KiB

  1. [info]
  2. drivername=PSched
  3. symbolfile=PschdCnt.h
  4. [objects]
  5. PSCHED_009_NAME=QoS Packet Scheduler
  6. [languages]
  7. 009=English
  8. [text]
  9. PSCHED_FLOW_OBJ_009_NAME=PSched Flow
  10. PSCHED_FLOW_OBJ_009_HELP=Flow statistics from the packet scheduler
  11. PSCHED_PIPE_OBJ_009_NAME=PSched Pipe
  12. PSCHED_PIPE_OBJ_009_HELP=Pipe statistics from the packet scheduler
  13. FLOW_PACKETS_DROPPED_009_NAME=Packets dropped
  14. FLOW_PACKETS_DROPPED_009_HELP=The number of packets dropped by the packet scheduler
  15. FLOW_PACKETS_SCHEDULED_009_NAME=Packets scheduled
  16. FLOW_PACKETS_SCHEDULED_009_HELP=The number of packets which got scheduled in some way (rather than just being directly sent to the underlying miniport)
  17. FLOW_PACKETS_TRANSMITTED_009_NAME=Packets transmitted
  18. FLOW_PACKETS_TRANSMITTED_009_HELP=The number of packets from this flow which have been sent
  19. FLOW_AVE_PACKETS_IN_SHAPER_009_NAME=Average packets in shaper
  20. FLOW_AVE_PACKETS_IN_SHAPER_009_HELP=The average number of packets in the shaper over the last sampling period
  21. FLOW_MAX_PACKETS_IN_SHAPER_009_NAME=Max packets in shaper
  22. FLOW_MAX_PACKETS_IN_SHAPER_009_HELP=The maximum number of packets that have ever simultaneously been in the shaper
  23. FLOW_AVE_PACKETS_IN_SEQ_009_NAME=Average packets in sequencer
  24. FLOW_AVE_PACKETS_IN_SEQ_009_HELP=The average number of packets in the sequencer over the last sampling period
  25. FLOW_MAX_PACKETS_IN_SEQ_009_NAME=Max packets in sequencer
  26. FLOW_MAX_PACKETS_IN_SEQ_009_HELP=The maximum number of packets that have ever simultaneously been in the sequencer
  27. FLOW_BYTES_SCHEDULED_009_NAME=Bytes scheduled
  28. FLOW_BYTES_SCHEDULED_009_HELP=The number of bytes which got scheduled in some way (rather than just being directly sent to the underlying miniport)
  29. FLOW_BYTES_TRANSMITTED_009_NAME=Bytes transmitted
  30. FLOW_BYTES_TRANSMITTED_009_HELP=The number of bytes from this flow which have been sent
  31. FLOW_BYTES_TRANSMITTED_PERSEC_009_NAME=Bytes transmitted/sec
  32. FLOW_BYTES_TRANSMITTED_PERSEC_009_HELP=The number of bytes per second from this flow which have been sent
  33. FLOW_BYTES_SCHEDULED_PERSEC_009_NAME=Bytes scheduled/sec
  34. FLOW_BYTES_SCHEDULED_PERSEC_009_HELP=The number of bytes per second from this flow which have been scheduled
  35. FLOW_PACKETS_TRANSMITTED_PERSEC_009_NAME=Packets transmitted/sec
  36. FLOW_PACKETS_TRANSMITTED_PERSEC_009_HELP=The number of packets per second from this flow which have been sent
  37. FLOW_PACKETS_SCHEDULED_PERSEC_009_NAME=Packets scheduled/sec
  38. FLOW_PACKETS_SCHEDULED_PERSEC_009_HELP=The number of packets per second from this flow which have been scheduled
  39. FLOW_PACKETS_DROPPED_PERSEC_009_NAME=Packets dropped/sec
  40. FLOW_PACKETS_DROPPED_PERSEC_009_HELP=The number of packets dropped by the packet scheduler from this flow per second
  41. FLOW_NONCONF_PACKETS_SCHEDULED_009_NAME=Nonconforming packets scheduled
  42. FLOW_NONCONF_PACKETS_SCHEDULED_009_HELP=The number of packets that have entered the packet scheduler at a rate which exceeded the flow parameters
  43. FLOW_NONCONF_PACKETS_SCHEDULED_PERSEC_009_NAME=Nonconforming packets scheduled/sec
  44. FLOW_NONCONF_PACKETS_SCHEDULED_PERSEC_009_HELP=The rate at which nonconforming packets have entered the packet scheduler
  45. FLOW_NONCONF_PACKETS_TRANSMITTED_009_NAME=Nonconforming packets transmitted
  46. FLOW_NONCONF_PACKETS_TRANSMITTED_009_HELP=The number of packets that have been sent by the packet scheduler at a rate which exceeded the flow parameters
  47. FLOW_NONCONF_PACKETS_TRANSMITTED_PERSEC_009_NAME=Nonconforming packets transmitted/sec
  48. FLOW_NONCONF_PACKETS_TRANSMITTED_PERSEC_009_HELP=The rate at which nonconforming packets have been sent by the packet scheduler
  49. FLOW_MAX_PACKETS_IN_NETCARD_009_NAME=Maximum Packets in netcard
  50. FLOW_MAX_PACKETS_IN_NETCARD_009_HELP=The maximum number of packets that have been queued in the netcard by this flow.
  51. FLOW_AVE_PACKETS_IN_NETCARD_009_NAME=Average Packets in netcard
  52. FLOW_AVE_PACKETS_IN_NETCARD_009_HELP=The average number of packets that have been queued in the netcard by this flow.
  53. PIPE_OUT_OF_PACKETS_009_NAME=Out of packets
  54. PIPE_OUT_OF_PACKETS_009_HELP=The number of times PSched has been unable to allocate a packet
  55. PIPE_FLOWS_OPENED_009_NAME=Flows opened
  56. PIPE_FLOWS_OPENED_009_HELP=The number of flows opened on this pipe (some of which may now be closed)
  57. PIPE_FLOWS_CLOSED_009_NAME=Flows closed
  58. PIPE_FLOWS_CLOSED_009_HELP=The number of flows that have been closed
  59. PIPE_FLOWS_REJECTED_009_NAME=Flows rejected
  60. PIPE_FLOWS_REJECTED_009_HELP=The number of flow creations that were rejected
  61. PIPE_FLOWS_MODIFIED_009_NAME=Flows modified
  62. PIPE_FLOWS_MODIFIED_009_HELP=The of times a flow has been modified
  63. PIPE_FLOW_MODS_REJECTED_009_NAME=Flow mods rejected
  64. PIPE_FLOW_MODS_REJECTED_009_HELP=The number of times a flow modification has been rejected
  65. PIPE_MAX_SIMULTANEOUS_FLOWS_009_NAME=Max simultaneous flows
  66. PIPE_MAX_SIMULTANEOUS_FLOWS_009_HELP=The maximum number of flows that have been simultaneously open on this pipe
  67. PIPE_NONCONF_PACKETS_SCHEDULED_009_NAME=Nonconforming packets scheduled
  68. PIPE_NONCONF_PACKETS_SCHEDULED_009_HELP=The number of packets that have entered the packet scheduler at a rate which exceeded that packet's flow parameters
  69. PIPE_NONCONF_PACKETS_SCHEDULED_PERSEC_009_NAME=Nonconforming packets scheduled/sec
  70. PIPE_NONCONF_PACKETS_SCHEDULED_PERSEC_009_HELP=The rate at which nonconforming packets have entered the packet scheduler
  71. PIPE_NONCONF_PACKETS_TRANSMITTED_009_NAME=Nonconforming packets transmitted
  72. PIPE_NONCONF_PACKETS_TRANSMITTED_009_HELP=The number of packets that have been sent by the packet scheduler at a rate which exceeded that packet's flow parameters
  73. PIPE_NONCONF_PACKETS_TRANSMITTED_PERSEC_009_NAME=Nonconforming packets transmitted/sec
  74. PIPE_NONCONF_PACKETS_TRANSMITTED_PERSEC_009_HELP=The rate at which nonconforming packets have been sent by the packet scheduler
  75. PIPE_AVE_PACKETS_IN_SHAPER_009_NAME=Average packets in shaper
  76. PIPE_AVE_PACKETS_IN_SHAPER_009_HELP=The average number of packets in the shaper over the last sampling period
  77. PIPE_MAX_PACKETS_IN_SHAPER_009_NAME=Max packets in shaper
  78. PIPE_MAX_PACKETS_IN_SHAPER_009_HELP=The maximum number of packets that have ever simultaneously been in the shaper
  79. PIPE_AVE_PACKETS_IN_SEQ_009_NAME=Average packets in sequencer
  80. PIPE_AVE_PACKETS_IN_SEQ_009_HELP=The average number of packets in the sequencer over the last sampling period
  81. PIPE_MAX_PACKETS_IN_SEQ_009_NAME=Max packets in sequencer
  82. PIPE_MAX_PACKETS_IN_SEQ_009_HELP=The maximum number of packets that have ever simultaneously been in the sequencer
  83. PIPE_MAX_PACKETS_IN_NETCARD_009_NAME=Max packets in netcard
  84. PIPE_MAX_PACKETS_IN_NETCARD_009_HELP=The maximum number of packets ever simultaneously in the network card
  85. PIPE_AVE_PACKETS_IN_NETCARD_009_NAME=Average packets in netcard
  86. PIPE_AVE_PACKETS_IN_NETCARD_009_HELP=The average number of packets in the network card over the last sampling period