This file is indexed.

/usr/share/tsung/tsung_plotter/http.plots.en.conf is in tsung 1.5.1-1.

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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# tsung plotter configuration
#
# Define in this file the plots you want tsung-plotter to generate

[DEFAULT]
encoding = latin-1
dpi      = 150
tn_dpi   = 50
imgtype  = png
xlabel   = Minutes elapsed
xfactor  = 60
yfactor  = 1

[users]
title   = Simultaneous Users
ylabel  = Users
stats   = users.count
legend  = Users

[connected]
title   = Connected Users
ylabel  = Simultaneous connections
stats   = connected.totalcount
legend  = Connected users
position = best

[http]
title   = HTTP requests per second
ylabel  = HTTP requests per second
stats   = 200.count 404.count
styles  = b- g+ r- cx
legend  = http OK, http 404
yfactor = 10

[size_sent]
title   = Network Throughput (emit)
ylabel  = Mbps
stats   = size_sent.count
legend  = Sent
yfactor = 1310720
position = 2

[size_rcv]
title   = Network Throughput (received)
ylabel  = Mbps
stats   = size_rcv.count
legend  = Received
yfactor = 1310720

[finish]
title  = Ending users per second
ylabel = Ending users per second
stats  = finish_users_count.count
legend = Ending users -

[request_count]
title  = Requests per second
ylabel = number of requests per second
stats  = request.count
legend = Requests

[request_mean]
title   = Mean duration of requests
ylabel  = Duration in seconds
stats   = request.mean
legend  = Requests
yfactor = 1000

[page_count]
title  = Page per seconds
ylabel = Page per seconds
stats  = page.count
legend = Pages

[page_mean]
title   = Mean duration of pages
ylabel  = Duration in seconds
stats   = page.mean
legend  = Pages
yfactor = 1000