root / plugins / network / linux_if / README.md @ 09b88141
Historique | Voir | Annoter | Télécharger (951 octets)
| 1 | acf3a43e | Brano Zarnovican | linux_if |
|---|---|---|---|
| 2 | ======== |
||
| 3 | |||
| 4 | Linux network monitoring plugin with support for *bonding* and *vlans*. |
||
| 5 | |||
| 6 | Plugin will group all bonding slaves into one aggregated graph. It removes clutter |
||
| 7 | of having many single-metric graphs for individual interfaces. You still can click |
||
| 8 | trough to individual graphs. |
||
| 9 | |||
| 10 | In this example, `p1p1`, `p2p1` are physical interfaces of one bond0. Only p1p1 is active, |
||
| 11 | as we are using Active-Backup bonding mode. `Total` (black) is the throughput of parent |
||
| 12 | interface `bond0`. |
||
| 13 | |||
| 14 |  |
||
| 15 | |||
| 16 | Similar aggregation is done also on higher level for vlans. All vlan sub-interfaces |
||
| 17 | are aggregated into one graph, based on their parent interface. Interfaces do not even |
||
| 18 | have to follow the same naming convention (_interface_._vlanid_). Interfaces `bond0.279`, |
||
| 19 | `vlan101`, `vlan102` are all vlan sub-interfaces of bond0. |
||
| 20 | |||
| 21 |  |
