Plugin:Interface
From collectd Wiki
Interface plugin | |
---|---|
Type: | read |
Callbacks: | config, init, read |
Status: | supported |
First version: | 1.0 |
Copyright: | 2005–2008 Florian octo Forster 2009 Manuel Sanmartin |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
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
Dependencies
- Linux
-
/proc
-file system
-
- Solaris
-
kstat_read(3KSTAT)
-
- Mac OS X / Dawin, possibly others
-
getifaddrs
-
- AIX
- libperfstat(3)
- FreeBSD
- none
- Other