Plugin:Protocols
From collectd Wiki
| Protocols plugin | |
|---|---|
| Type: | read |
| Callbacks: | config, read |
| Status: | supported |
| First version: | 4.7 |
| Copyright: | 2009 Florian octo Forster |
| License: | GPLv2 |
| Manpage: | collectd.conf(5) |
| List of Plugins | |
The Protocols plugin collects information about the network protocols supported by the system, for example Internet Protocol (IP) and Transmission Control Protocol (TCP). Currently the plugin is only available under Linux and reads its information from the following two files in the /proc file-system:
-
/proc/net/snmp -
/proc/net/netstat
Because the available information is usually far too much to be useful, the interesting values can be selected using the configuration file.
[edit] Synopsis
<Plugin "protocols"> Value "Icmp:InDestUnreachs" Value "/^Icmp:.*Echo/" IgnoreSelected false </Plugin>
[edit] Example graphs
None yet. Add one now!
[edit] Dependencies
- Linux
-
/proc-file system
-

