Perfume is a tool for extracting performance models of systems from logs of the systems' behavior.
Read the paper that describes Perfume.
Perfume requires the cheetah python library.
Install with $pip install cheetah
You can get pip here.
Files are included in the templates to ease development and avoid repeating code.
For example,
#include "./template/css_template.html"
includes the css files into the template. The main template is index_template.html, which generates index.html.
To deploy, see how to deploy Perfume.
This project is distributed under the MIT license. For more info, see LICENSE.md.