ModelInference / perfume-frontend

Web-based frontend for Perfume tool
Other
1 stars 0 forks source link

Perfume


Perfume is a tool for extracting performance models of systems from logs of the systems' behavior.

Compiling and deploying 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.