https://github.com/stanekondrej/webload
A dead simple system resources usage tracker display thingy.
https://github.com/stanekondrej/webload
hackclub highseas
Last synced: about 2 months ago
JSON representation
A dead simple system resources usage tracker display thingy.
- Host: GitHub
- URL: https://github.com/stanekondrej/webload
- Owner: stanekondrej
- Created: 2025-01-12T19:06:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-12T19:24:11.000Z (5 months ago)
- Last Synced: 2025-01-12T20:19:26.866Z (5 months ago)
- Topics: hackclub, highseas
- Language: Go
- Homepage: https://webload.pages.dev
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webload - a service to display system load through a web dashboard
My idea for this project is simple - you have a **client** on a machine that uses a
websocket connection to the **server** to send system load data in a specified
interval. The server then uses this information to display the system load
through a neat interface.This interface can be accessed using a link returned to the user by the
client program after a negotiation with the server.## WebSocket messages
The format spec for the messages sent over the WebSocket connections can be
found in [MESSAGES.md](./MESSAGES.md)