File: sample-stats-file

package info (click to toggle)
haproxy 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 24,600 kB
  • sloc: ansic: 275,217; sh: 3,607; xml: 1,756; python: 1,345; makefile: 1,162; perl: 168; cpp: 21
file content (26 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (3)
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
#fe guid,stot,

// valid line
guid-fe,1024,

// invalid non numerical value must be silently ignored
guid-fe,abc,

// listener counters not allocated if no option socket-stats
guid-feS-0,1024
guid-fe2S-0,1024

// unknown GUID must be silently ignored
guid-unknown,1024,

// invalid GUID side must be silently ignored
guid-be,1024

// unknown section line must be silently ignored
#inval guid,other,
guid-foo,0,0,

// valid lines
#be guid,unknown,stot,
guid-be,512,1024,
guid-srv,512,1024,