Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankeshanand/cubism-dashboard
A cubism.js dashboard for visualizing TPM metrics from Aircloak's Graphite server.
https://github.com/ankeshanand/cubism-dashboard
Last synced: 3 days ago
JSON representation
A cubism.js dashboard for visualizing TPM metrics from Aircloak's Graphite server.
- Host: GitHub
- URL: https://github.com/ankeshanand/cubism-dashboard
- Owner: ankeshanand
- Created: 2013-05-14T11:55:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T12:43:17.000Z (over 11 years ago)
- Last Synced: 2024-11-13T07:39:38.510Z (2 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cubism-dashboard
================A cubism.js dashboard for visualizing TPM metrics from Aircloak's Graphite server.
To run the dashboard:
1. Launch google-chrome from the terminal with a command-line argument "disable-web-security" with the file metric_find.html(or metric_find.php if you have a local server running).
google-chrome --disable-web-security metric_find.html
Since there are lots of metrics to display for one TPM, the pages take a lot of resource, and so the browser may end up crashing.For the time being, you can see a few metrics in cubism_graphite.html too.
Tested only on Google Chrome.