1deb53c9f1
*) Fix job *) Improve a bit structure of index.html Change-Id: I2996caf80f14ab64474bc4719ecf6ac0f89bde8e
62 lines
2.6 KiB
HTML
62 lines
2.6 KiB
HTML
<HTML>
|
|
|
|
<HEAD>
|
|
<title> Rally performance job results </title>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
|
|
|
|
<style>
|
|
body {
|
|
margin: 20px;
|
|
}
|
|
code {
|
|
color: gray;
|
|
}
|
|
</style>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<h1> Rally performance job </h1>
|
|
<hr/>
|
|
|
|
<h2> Job results </h2>
|
|
|
|
<p> Logs and files: </p>
|
|
|
|
<ul>
|
|
<li> <a href="console.html"> Benchmarking logs </a> <code> console.html </code> </li>
|
|
<li> <a href="logs/"> Logs of all services</a> <code> logs/ </code> </li>
|
|
<li> <a href="rally-plot/"> Rally files </a><code> rally-plot/ </code> </li>
|
|
</ul>
|
|
|
|
<p> Results of this job can be obtained in different formats: </p>
|
|
<ul>
|
|
<li> <a href="rally-plot/task.txt"> Rally input task </a> </li>
|
|
<li> <a href="rally-plot/results.html.gz"> HTML report with graphs </a> <code>$ rally task plot2html</code></li>
|
|
<li> <a href="rally-plot/detailed.txt.gz"> Plain text aggregated data </a> <code> $ rally task detailed </code></li>
|
|
<li> <a href="rally-plot/sla.txt"> SLA checks </a> <code> $ rally task sla_check </code></li>
|
|
<li> <a href="rally-plot/results.json.gz"> Full result in json </a> <code>$ rally task results</code></li>
|
|
</ul>
|
|
|
|
<h2> About Rally </h2>
|
|
<p> Rally is benchmark system for OpenStask: </p>
|
|
<ul>
|
|
<li> <a href="https://github.com/stackforge/rally"> Git repository </a> </li>
|
|
<li> <a href="https://rally.readthedocs.org/en/latest/"> Documentation </a> </li>
|
|
<li> <a href="https://wiki.openstack.org/wiki/Rally/HowTo"> How to use Rally (locally) </a> </li>
|
|
<li> <a href="https://wiki.openstack.org/wiki/Rally/RallyGates"> How to add Rally job to your project </a> </li>
|
|
</ul>
|
|
|
|
<h2> Steps to repeat locally: </h2>
|
|
<ol>
|
|
<li> Fetch rally task from <a href="rally-plot/task.txt">here</a> </li>
|
|
<li> Fetch rally plugins from <a href="rally-plot/plugins.tar.gz">here</a> </li>
|
|
<li> Install OpenStack and Rally using <a href="https://github.com/stackforge/rally/tree/master/contrib/devstack"> this instruction </a> </li>
|
|
|
|
<li> Unzip plugins and put to .rally/plugins/ directory </li>
|
|
<li> Run rally task <code>$ rally task start task.txt</code> </li>
|
|
</ol>
|
|
|
|
</BODY>
|
|
</HTML>
|