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.

52 lines
3.6 KiB

  1. ��; //------------------------------------------------------------------------------
  2. ; // <copyright file="_dataperfcounters.ini" company="Microsoft">
  3. ; // Copyright (c) Microsoft Corporation. All rights reserved.
  4. ; // </copyright>
  5. ; //------------------------------------------------------------------------------
  6. ; /**************************************************************************\
  7. ; *
  8. ; * Copyright (c) 1998-2002, Microsoft Corp. All Rights Reserved.
  9. ; *
  10. ; * Module Name:
  11. ; *
  12. ; * _dataperfcounters.ini
  13. ; *
  14. ; * Abstract:
  15. ; *
  16. ; * Revision History:
  17. ; *
  18. ; \**************************************************************************/
  19. [info]
  20. drivername=.NET CLR Data
  21. symbolfile=_DataPerfCounters.h
  22. [languages]
  23. 009=language009
  24. [objects]
  25. OBJECT_1_009_NAME=.NET CLR Data
  26. [text]
  27. OBJECT_1_009_NAME=.NET CLR Data
  28. OBJECT_1_009_HELP=.Net CLR Data
  29. DEVICE_COUNTER_1_009_NAME=SqlClient: Current # pooled and nonpooled connections
  30. DEVICE_COUNTER_1_009_HELP=Current number of connections, pooled or not.
  31. DEVICE_COUNTER_2_009_NAME=SqlClient: Current # pooled connections
  32. DEVICE_COUNTER_2_009_HELP=Current number of connections in all pools associated with the process.
  33. DEVICE_COUNTER_3_009_NAME=SqlClient: Current # connection pools
  34. DEVICE_COUNTER_3_009_HELP=Current number of pools associated with the process.
  35. DEVICE_COUNTER_4_009_NAME=SqlClient: Peak # pooled connections
  36. DEVICE_COUNTER_4_009_HELP=The highest number of connections in all pools since the process started.
  37. DEVICE_COUNTER_5_009_NAME=SqlClient: Total # failed connects
  38. DEVICE_COUNTER_5_009_HELP=The total number of connection open attempts that have failed for any reason.
  39. DEVICE_COUNTER_6_009_NAME=SqlClient: Total # failed commands
  40. DEVICE_COUNTER_6_009_HELP=The total number of command executes that have failed for any reason.