Create a complete version, including the dashboard
Status: Planning
Brought to you by:
cleuton
We need to create a complete version for TurboProf, including a Dashboard application.
In this first version we only need to monitor how much time the CPU has spent in each of the application´s methods.
Tasks:
1) Adapt the Agent to improve the log file layout
- Separate the messages from the observations, maybe using a parameter.
- Create a "parseable" layout.
2) Include a stacktrace of each method.
- It is necessary to know which class has instantiated the target class.
3) Create a Signature translator function.
- To produce Java signatures, not JVM ones.
4) Create a simple dashboard application.
- Which will just read the file.