Added sockstat test file
initial work on sockstat work Fixed package name Finished implementation of the sockstat plugin missed a return value Added sockstat to default plugins to start Fixed scanner read on sockstat fixed sockstat linux test for TCP alloc update sockstat test case Updated sockstat to return TCP and UDP memory in bytes instead of page count
This commit is contained in:
parent
38e6e6b672
commit
356e1bb866
4 changed files with 162 additions and 1 deletions
6
collector/fixtures/sockstat
Normal file
6
collector/fixtures/sockstat
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
sockets: used 229
|
||||
TCP: inuse 4 orphan 0 tw 4 alloc 17 mem 1
|
||||
UDP: inuse 0 mem 0
|
||||
UDPLITE: inuse 0
|
||||
RAW: inuse 0
|
||||
FRAG: inuse 0 memory 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue