This file is indexed.

/usr/share/tsung/tsung_plotter/stats.conf is in tsung 1.7.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# tsung plotter configuration
#
# tsung provides three types of statistics:
#
# sample:  'name';'count(during the last 10sec)';mean;stddev;max;min;globalmean;globalcount
# counter: 'name';'count in the last 10sec interval';globalcount(since the beginning)
# gauge:   'name';'current value'; max since the beginning
#

# matching between internal representation of tsung stats:
#  sample: sample, sample_counter
#  counter: sum, count
#  gauge: only 'users' data (special case)

# This file associates name stats with their type

[all]
request                 = sample
connect                 = sample
reconnect               = sample
page                    = sample
session                 = sample
size_rcv                = counter
size_sent               = counter
connected               = counter
users                   = gauge
users_count             = counter
finish_users_count      = counter
match                   = counter
match_(\w+)             = counter
nomatch                 = counter
newphase                = counter

[errors]
error_(\w+)             = counter

[transactions]
tr_(\w+)                = sample

[monitoring]
{freemem(.*)            = sample
{cpu(.*)                = sample
{load(.*)               = sample
{sentpackets(.*)        = sample
{recvpackets(.*)        = sample

[http]
^(\d+)$                 = counter

[jabber]
request_noack           = counter
async_unknown_data_rcv  = counter
async_data_sent         = counter