/usr/share/tsung/templates/header.thtml 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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>[% title %] - [% subtitle %] </title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<link rel="Index" href="/"/>
<style type="text/css">
body { background-color: #EEEEEE;}
h1, h2, h3, h4 { color: #005A9C; }
h1 { font: 175% sans-serif; padding: 5px; text-align: center;}
h2 { font: 130% sans-serif; padding: 5px; }
h2.main { text-align: center;
background-color: #DD8888;
}
h3 { font: 130% sans-serif;
text-align: center;
background-color: #DDDDDD;
margin-left: 20px;
border: 1px solid #CCCCCC;
margin-right: 20px;
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
var {color: red; }
kbd {font-weight: bold;}
code {color: blue; }
samp {color: #5A009C; }
table.stats {
margin-left: 25px;
background-color: #DDDDDD;
border: 1px solid #000;
}
address { font-size: small; text-align: center;}
#footer {
position: fixed;
bottom: 0px;
left: 0;
right: 0;
background-color: #fff;
width: 100%;
padding: 2px;
border: 1px solid #999999;
}
#maincontent {
margin-left: 190px;
padding: 5px;
}
#headerBox {
position: fixed;
float: left;
width: 190px;
height: 90%;
background-color: #FFFFFF;
border: 1px solid #ffffff;
}
th.stats {
border-bottom: 1px solid #005A9C;
border-top: 1px solid #005A9C;
}
td.stats {
border-right: 1px solid #AAA;
text-align: right;
}
.version {
font: italic 80% sans-serif;
color: #005A9C;
text-align: center;
}
.tooltip {
border-bottom: 1px dotted #000000; color: #000000; outline: none;
cursor: help; text-decoration: none;
position: relative;
}
.tooltip span {
display: none;
}
.tooltip:hover span {
display:block;
position:absolute; z-index: 99;
top:2em; left:2em; width:15em;
text-align: center}
}
.tooltip:hover img {
border: 0; margin: -10px 0 0 -55px;
float: left; position: absolute;
}
.tooltip:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334; }
.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
</style>
<script type="text/javascript" src="dygraph-combined.js"></script>
</head>
<body>
<div id="headerBox">
<h1>[% title %]</h1>
<p class="version"><em>version [% version %]</em></p>
<h2><a class="subtitle" href="report.html">[% stats_subtitle %]</a></h2>
<ul>
<li><a href="report.html#stats">Main statistics</a></li>
<li><a href="report.html#transaction">Transactions</a></li>
<li><a href="report.html#network">Network Throughput</a></li>
<li><a href="report.html#count">Counters</a></li>
[% IF os_mon %]
<li><a href="report.html#os_mon">Server monitoring</a></li>
[% END %]
[% IF http %]
<li><a href="report.html#http_status">HTTP status</a></li>
[% END %]
[% IF errors %]
<li><a href="report.html#errors">Errors</a></li>
[% END %]
</ul>
<h2><a class="subtitle" href="graph.html">[% graph_subtitle %]</a></h2>
<ul>
<li><a href="graph.html#response_time">Response times</a></li>
<li><a href="graph.html#throughput">Throughput graphs</a></li>
<li><a href="graph.html#users">Simultaneous Users</a></li>
[% IF os_mon %]
<li><a href="graph.html#os_mon">Server monitoring</a></li>
[% END %]
[% IF http %]
<li><a href="graph.html#http_status">HTTP status</a></li>
[% END %]
[% IF errors %]
<li><a href="graph.html#errors">Errors</a></li>
[% END %]
</ul>
[% IF conf %]
<h2><a class="subtitle" href="[% conf %]">XML Config file</a></h2>
[% END %]
</div>
|