/usr/share/tsung/tsung_plotter/fs.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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | # 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
[read_file_count]
title = Reads per second
ylabel = Reads per second
stats = tr_read_file.count
legend = Reads
[write_file_count]
title = Writes per second
ylabel = Writes per second
stats = tr_write_file.count
legend = Writes
[read_file_mean]
title = Reads duration
ylabel = Duration in seconds
stats = tr_read_file.mean
legend = Reads
yfactor = 1000
[write_file_mean]
title = Writes duration
ylabel = Duration in seconds
stats = tr_write_file.mean
legend = Writes
yfactor = 1000
[read_file_gmean]
title = Reads duration (global mean)
ylabel = Duration in seconds
stats = tr_read_file.gmean
legend = Reads
yfactor = 1000
[write_file_gmean]
title = Writes duration (global mean)
ylabel = Duration in seconds
stats = tr_write_file.gmean
legend = Writes
yfactor = 1000
[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
|