Displays FerricStore node status including uptime, shard count, key count, memory usage, and Raft consensus status.
Usage
mix ferricstore.infoOutput
Prints a human-readable summary of the running node's operational state:
- Server uptime in seconds
- Total shard count and per-shard key counts
- Total key count across all shards
- BEAM memory usage
- Raft consensus status (enabled/disabled, per-shard leader info)
- Connection and command counters
The task ensures the FerricStore application is started before querying
status, making it safe to run from a cold mix invocation.
Summary
Functions
@spec run(list()) :: :ok
Runs the info task, printing node status to stdout.
Parameters
_args-- command-line arguments (ignored)