Projects Overview¶
This repository contains four main project directories:
| Project | Path | Purpose |
|---|---|---|
| C JVM Agent Library | c-jvm-agent-lib/ |
Native JVMTI/JNI agent and Java test app used to capture runtime state. |
| Scala API | scala-api/ |
Backend API service that receives data from the agent and serves dashboard/API consumers. |
| FuelPHP Dashboard Portal | fuelphp-dashboard-portal/ |
Web dashboard for viewing applications, errors, and captured diagnostics. |
| Scala API DB | scala-api-db/ |
MongoDB BSON exports for logs, apps, and users. |
Each project has a dedicated page in this documentation section.