Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [[inputs.win_perf_counters]]
  2. [[inputs.win_perf_counters.object]]
  3. ObjectName = "Processor"
  4. Instances = ["*"]
  5. Counters = ["% Idle Time", "% Interrupt Time", "% Privileged Time", "% User Time", "% Processor Time"]
  6. Measurement = "win_cpu"
  7.  
  8. [[inputs.win_perf_counters.object]]
  9. ObjectName = "PhysicalDisk"
  10. Instances = ["*"]
  11. Counters = ["Disk Read Bytes/sec", "Disk Write Bytes/sec"]
  12. Measurement = "win_disk"
  13.  
  14. [[inputs.win_perf_counters.object]]
  15. ObjectName = "LogicalDisk"
  16. Instances = ["*"]
  17. Counters = ["Disk Read Bytes/sec", "Disk Write Bytes/sec"]
  18. Measurement = "win_disk"
  19.  
  20. [[inputs.win_perf_counters.object]]
  21. ObjectName = "System"
  22. Counters = ["Context Switches/sec","System Calls/sec"]
  23. Instances = ["------"]
  24. Measurement = "win_system"
  25.  
  26. [[inputs.win_perf_counters.object]]
  27. ObjectName = "Memory"
  28. Counters = ["Available Bytes","Cache Faults/sec","Demand Zero Faults/sec","Page Faults/sec","Pages/sec","Transition Faults/sec","Pool Nonpaged Bytes","Pool Paged Bytes"]
  29. Instances = ["------"]
  30. Measurement = "win_mem"
  31.  
  32. [[inputs.win_perf_counters.object]]
  33. ObjectName = "Network Interface"
  34. Counters = ["Bytes Received/sec","Bytes Sent/sec","Packets Received/sec","Packets Sent/sec", "Current Bandwidth"]
  35. Instances = ["*"]
  36. Measurement = "win_net"
  37.  
  38. [[inputs.win_perf_counters.object]]
  39. ObjectName = "Network Adapter"
  40. Counters = ["Bytes Received/sec","Bytes Sent/sec","Packets Received/sec","Packets Sent/sec", "Current Bandwidth"]
  41. Instances = ["*"]
  42. Measurement = "win_net"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement