Skip to content
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 image
  • Thread tab with interactive visualization of thread status and thread usage. You can select and search for particular thread by name. image
  • Trace tab, including a for each trace point frequency. Selection by name and search are available. image
  • JVM tab present basic JVM information like memory and GC, for the cases the Virtual Appliance is java base. image
  • Virtual Appliance tab present information relevant to the particular appliance. Tabs for Cassandra and Tomcat are currently available, with more too come. image
  • Swagger-UI for REST API interaction is still available, now as part of the bigger dashboard. image

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

Clone this wiki locally