Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.09 KB

glidertracker-status

GliderTracker websocket server status report for the command line

Installation

Make sure to have cargo installed (e.g. via rustup), then:

cargo install glidertracker-status

Usage

Running glidertracker-status will result in something like this:

{
  "connected": true,
  "state": {
    "users": 248,
    "max_users": 500,
    "load": 4.52,
  }
}

License

This project is licensed under either of

at your option.