Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 998 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 998 Bytes

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.