Skip to content

Commit

Permalink
Adjusted default counters
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpaine committed Jul 22, 2015
1 parent 918eea4 commit 9b5c7c0
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/CollectdWinService/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -118,28 +118,22 @@
CollectdPluginInstance="" CollectdType="count" CollectdTypeInstance="avg_write_queue_length" />

<Counter Category="PhysicalDisk" Name="% Idle Time" Instance=".*" CollectdPlugin="physical_disk"
CollectdPluginInstance="" CollectdType="disk" CollectdTypeInstance="idle_time" />
CollectdPluginInstance="" CollectdType="disk" CollectdTypeInstance="percent_idle_time" />

<Counter Category="PhysicalDisk" Name="Avg. Disk sec/Read" Instance=".*" CollectdPlugin="physical_disk"
CollectdPluginInstance="" CollectdType="seconds" CollectdTypeInstance="avg_sec_per_read" />

<Counter Category="PhysicalDisk" Name="Avg. Disk sec/Write" Instance=".*" CollectdPlugin="physical_disk"
CollectdPluginInstance="" CollectdType="seconds" CollectdTypeInstance="avg_sec_per_write" />

<Counter Category="PhysicalDisk" Name="% Disk Read Time" Instance=".*" CollectdPlugin="physical_disk"
CollectdPluginInstance="" CollectdType="percent" CollectdTypeInstance="percent_read_time" />

<Counter Category="PhysicalDisk" Name="% Disk Write Time" Instance=".*" CollectdPlugin="physical_disk"
CollectdPluginInstance="" CollectdType="percent" CollectdTypeInstance="percent_write_time" />

<!-- Logical Disk -->
<Counter Category="LogicalDisk" Name="% Free Space" Instance=".*" CollectdPlugin="logical_disk"
CollectdPluginInstance="" CollectdType="percent" CollectdTypeInstance="percent_free" />

<Counter Category="LogicalDisk" Name="Free Megabytes" Instance=".*" Multiplier="1048576" CollectdPlugin="logical_disk"
CollectdPluginInstance="" CollectdType="bytes" CollectdTypeInstance="bytes_free" />
<Counter Category="LogicalDisk" Name="Free Megabytes" Instance=".*" CollectdPlugin="logical_disk"
CollectdPluginInstance="" CollectdType="bytes" CollectdTypeInstance="megabytes_free" />

<Counter Category="LogicalDisk" Name="Avg. Disk Queue Length" Instance=".*" Multiplier="1048576" CollectdPlugin="logical_disk"
<Counter Category="LogicalDisk" Name="Avg. Disk Queue Length" Instance=".*" CollectdPlugin="logical_disk"
CollectdPluginInstance="" CollectdType="count" CollectdTypeInstance="avg_queue_length" />

<!-- Network Interface -->
Expand Down

0 comments on commit 9b5c7c0

Please sign in to comment.