Node JS Examination
Create a service that monitors the health of your Device realtime
- Items to be monitored (Accessible via HTTP REST and WebSocket API)
- CPU average usage (per second) -
websocket
- Free drive space -
websocket
- Used drive space -
websocket
- Free memory space -
websocket
- Used memory space -
websocket
- Operating System Version (ex: Windows 10 Pro x64 1909) -
rest
- Peripherals Connected (ex: keyboard, mouse, display)
- Internet Connectivity -
rest
- Ethernet -
rest
- WiFi -
rest
- Network Connected -
rest
- Device Specs -
rest
- Hardware Serial Numbers -
rest
- Add anything hardware/device related items on top of items in #1
- Simple HTML Page accessible via localhost (optional)
- Create a PR with your last name as branch name