<% chapter "Introduction" do %> <% project_summary do %> **Tsung Stats Server** is a small webserver that generates and serves [Tsung](http://tsung.erlang-projects.org/) logs. <% end %> [Tsung](http://tsung.erlang-projects.org/) is a good and well configurable stress tester for several kinds of servers. Sadly, handling of the logs, especially when running on a machine without a graphical interface lacks a bit. Tsung Stats Server tries to fix this problem. **Tsung Stats Server** is a small [Sinatra](http://www.sinatrarb.com) application that handles 3 Tasks: * Listing all Tsung logs present on a machine. * Transforming the logs to graphical statistics on demand by using **tsung\_stats.pl**. * Providing a zipped download of the logs. <% section "Logistics" do %> * <%= xref "History", "Release notes" %> --- history of project releases. * [Source code](http://github.com/skade/tsung-stats-server/) --- obtain via [Git](http://git.or.cz) or browse online. * [API reference](api/index.html) --- documentation for source code. To get help or provide feedback, simply <%= xref "License", "contact the author(s)" %>. <% paragraph "Version numbers" do %> **Tsung Stats Server** releases are numbered in *major.minor.patch* form according to the [RubyGems rational versioning policy](http://www.rubygems.org/read/chapter/7), which can be summarized thus:
What increased in the version number? The increase indicates that the release:
Is backward compatible? Has new features? Has bug fixes?
major No Yes Yes
minor Yes Yes Yes
patch Yes No Yes
<% end %> <% end %> <% section "License" do %> <%# include ../LICENSE #%> <% end %> <% section "Credits" do %> Thanks to Nicolas Niclausse and all contributors for writing Tsung. Thanks to Suraj N. Kurapati for writing Inochi. <% end %> <% end %>