diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmdas/windows/pmns.network | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmdas/windows/pmns.network')
-rw-r--r-- | src/pmdas/windows/pmns.network | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/pmdas/windows/pmns.network b/src/pmdas/windows/pmns.network new file mode 100644 index 0000000..7439944 --- /dev/null +++ b/src/pmdas/windows/pmns.network @@ -0,0 +1,42 @@ +network { + interface + tcp +} + +network.interface { + in + out + total + bandwidth WINDOWS:0:235 + speed WINDOWS:0:236 + baudrate WINDOWS:0:237 +} + +network.interface.in { + packets WINDOWS:0:38 + bytes WINDOWS:0:39 + errors WINDOWS:0:40 +} + +network.interface.out { + packets WINDOWS:0:41 + bytes WINDOWS:0:42 + errors WINDOWS:0:43 +} + +network.interface.total { + packets WINDOWS:0:44 + bytes WINDOWS:0:45 +} + +network.tcp { + activeopens WINDOWS:0:123 + passiveopens WINDOWS:0:124 + attemptfails WINDOWS:0:125 + estabresets WINDOWS:0:126 + currestab WINDOWS:0:127 + insegs WINDOWS:0:128 + outsegs WINDOWS:0:129 + totalsegs WINDOWS:0:130 + retranssegs WINDOWS:0:131 +} |