summaryrefslogtreecommitdiff
path: root/src/pmdas/aix/pmns.network
blob: a469296cf15d931a53a58d85ec11ddf998586e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
network {
    interface
}

network.interface {
    in
    out
    total
}

network.interface.in {
    packets		AIX:0:59
    bytes		AIX:0:60
    errors		AIX:0:61
}

network.interface.out {
    packets		AIX:0:62
    bytes		AIX:0:63
    errors		AIX:0:64
}

network.interface.total {
    packets		AIX:0:65
    bytes		AIX:0:66
}