Network I/O metrics
Last updated
Was this helpful?
Was this helpful?
fluent-bit -i netif -p interface=eth0 -o stdout...
[0] netif.0: [1499524459.001698260, {"eth0.rx.bytes"=>89769869, "eth0.rx.packets"=>73357, "eth0.rx.errors"=>0, "eth0.tx.bytes"=>4256474, "eth0.tx.packets"=>24293, "eth0.tx.errors"=>0}]
[1] netif.0: [1499524460.002541885, {"eth0.rx.bytes"=>98, "eth0.rx.packets"=>1, "eth0.rx.errors"=>0, "eth0.tx.bytes"=>98, "eth0.tx.packets"=>1, "eth0.tx.errors"=>0}]
[2] netif.0: [1499524461.001142161, {"eth0.rx.bytes"=>98, "eth0.rx.packets"=>1, "eth0.rx.errors"=>0, "eth0.tx.bytes"=>98, "eth0.tx.packets"=>1, "eth0.tx.errors"=>0}]
[3] netif.0: [1499524462.002612971, {"eth0.rx.bytes"=>98, "eth0.rx.packets"=>1, "eth0.rx.errors"=>0, "eth0.tx.bytes"=>98, "eth0.tx.packets"=>1, "eth0.tx.errors"=>0}]
...pipeline:
inputs:
- name: netif
tag: netif
interface: eth0
interval_sec: 1
interval_nsec: 0
verbose: false
test_at_init: false
outputs:
- name: stdout
match: '*'[INPUT]
Name netif
Tag netif
Interface eth0
Interval_Sec 1
Interval_Nsec 0
Verbose false
Test_At_Init false
[OUTPUT]
Name stdout
Match *