ModelInference / perfume-frontend

Web-based frontend for Perfume tool

Home Page:https://people.cs.umass.edu/~ohmann/perfume/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web-based frontend for Perfume tool

https://people.cs.umass.edu/~ohmann/perfume/

License:Other


Languages

Language:JavaScript 40.8%Language:CSS 38.3%Language:HTML 9.3%Language:Python 5.1%Language:PHP 2.1%Language:Shell 2.1%Language:Batchfile 1.4%Language:Dockerfile 0.8%