-
-
Notifications
You must be signed in to change notification settings - Fork 605
OSv Dashboard
tzach edited this page Oct 26, 2014
·
1 revision
OSv Dashboard is a browser base UI pretension of the OSv and the virtual appliance status, visualizing the current system status in one place. Dashboard includes (among others):
- Main tab with Memory, CPU Disk chart
- Thread tab with interactive visualization of thread status and thread usage. You can select and search for particular thread by name.
- Trace tab, including a for each trace point frequency. Selection by name and search are available.
- JVM tab present basic JVM information like memory and GC, for the cases the Virtual Appliance is java base.
- Virtual Appliance tab present information relevant to the particular appliance. Tabs for Cassandra and Tomcat are currently available, with more too come.
- Swagger-UI for REST API interaction is still available, now as part of the bigger dashboard.
To build the dashboard, just includes httpserver in the module list For example:
$ make -j 4 image=cassandra,httpserver
Once the appliance is running, the dashboard can be access via osv-ip:8000