GliderTracker websocket server status report for the command line
Make sure to have cargo installed (e.g. via rustup), then:
cargo install glidertracker-status
Running glidertracker-status
will result in something like this:
{
"connected": true,
"state": {
"users": 248,
"max_users": 500,
"load": 4.52,
}
}
This project is licensed under either of
-
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.