Single page application showing a live feed of CPU and memory usage on devices and their running programs.
Design based on a Kubernetes resources dashboard.
- Any device can be selected from the left hand side, after which the device's CPU, memory and programs are then shown.
- The CPU and memory usage updates each minute and the programs table can be sorted on each column.
- Pressing the hamburger in the top left hand corner show/hides the device list panel.
See the app hosted here
- Clone this repo
git clone https://github.com/patrivet/assets_dashboard.git
- Change to the assets_dashboard directory e.g.
cd assets_dashboard
- Install
npm install
- Run app
npm start