initial commit
This commit is contained in:
19
cmd/testdata/golden/stats_mixed_table.golden
vendored
Normal file
19
cmd/testdata/golden/stats_mixed_table.golden
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
TIMESTAMP NORMALIZED_TIMESTAMP
|
||||
TOTAL CONNECTIONS 3
|
||||
|
||||
BY PROTOCOL:
|
||||
PROTO COUNT
|
||||
TCP 1
|
||||
UDP 1
|
||||
UNIX 1
|
||||
|
||||
BY STATE:
|
||||
STATE COUNT
|
||||
CONNECTED 2
|
||||
LISTEN 1
|
||||
|
||||
BY PROCESS (TOP 10):
|
||||
PID PROCESS COUNT
|
||||
1 tcp-server 1
|
||||
2 udp-server 1
|
||||
3 unix-app 1
|
||||
Reference in New Issue
Block a user