Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: Interface plugin
Type: read
Callbacks: config, init, read
Status: supported
FirstVersion: 1.0
Copyright: 2005–2008 Florian octo Forster, 2009 Manuel Sanmartin
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Plugins

Description

The Interface plugin collects information about the traffic (octets per second), packets per second and errors of interfaces (of course number of errors during one second). If you're not interested in all interfaces but want to exclude some, or only collect information of some selected interfaces, you can select the “interesting” interfaces using the plugin's configuration.

Synopsis

 <Plugin "interface">
   Interface "lo"
   Interface "sit0"
   IgnoreSelected true
 </Plugin>

Example graphs

Plugin-traffic.png Plugin-traffic-if-packets.png Plugin-traffic-if-errors.png

Dependencies

  • Linux
    • /proc-file system
  • Solaris
    • kstat_read(3KSTAT)
  • Mac OS X / Dawin, possibly others
    • getifaddrs
  • AIX
    • libperfstat(3)
  • FreeBSD
    • none
  • Other

See also

Clone this wiki locally