moiri / streamix

Root repository for the Streamix project
0 stars 1 forks source link

Web-Based Profiler Analysis #6

Closed moiri closed 5 years ago

moiri commented 5 years ago

In order to provide a performance overview of an application a GUI needs to be created.

In a first step this can be a simple node-js file which reads the profiler data from the database and produces a table with the following information:

moiri commented 5 years ago

I created a simple back-end in node to provide a RESTful API to fetch data from the database (node-smxui-be). Further, I created a React front-end to display the data (node-smxui-fe).

Currently, the two projects are not publicly available.