kcsCounters.man 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version='1.0'?>
  2. <instrumentationManifest
  3. xmlns="http://schemas.microsoft.com/win/2004/08/events"
  4. xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events"
  5. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. >
  8. <instrumentation>
  9. <counters
  10. xmlns="http://schemas.microsoft.com/win/2005/12/counters"
  11. schemaVersion="1.1"
  12. >
  13. <provider
  14. applicationIdentity="kcs.sys"
  15. providerGuid="{12345678-1234-1234-1234-123456789012}"
  16. providerName="KcsProvider"
  17. providerType="kernelMode"
  18. >
  19. <counterSet
  20. guid="{87654321-4321-4321-4321-210987654321}"
  21. uri="Microsoft.Windows.System.PerfCounters.KcsCounterSet"
  22. name="KcsCounterSet"
  23. description="Kcs Counter Set"
  24. instances="single"
  25. >
  26. <counter
  27. id="1"
  28. uri="Microsoft.Windows.System.PerfCounters.KcsCounter"
  29. name="KcsCounter"
  30. description="Kcs Counter"
  31. type="perf_counter_large_rawcount_hex"
  32. />
  33. </counterSet>
  34. </provider>
  35. </counters>
  36. </instrumentation>
  37. </instrumentationManifest>