Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created October 1, 2012 12:23
Show Gist options
  • Save faxm0dem/3811340 to your computer and use it in GitHub Desktop.
Save faxm0dem/3811340 to your computer and use it in GitHub Desktop.
collectd-kstat draft
<Plugin kstat>
<TypeMapping>
#kstat_statistic collectd_type
mem_inuse "memory"
writes "disk_ops"
</TypeMapping>
<Match>
Module "sd|vmem"
Statistic "disk_ops"
</Match>
</Plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment