chirp_status can look up Chirp server(s) using type, name, port, owner and version.
chirp_status by default lists type, name, port, owner, version, total and available storage of Chirp server(s)
When using chirp_status with long form option (-l), it lists additional information such as average load, available memory, operating system, up time, etc...
| -c,--catalog <host> | |
| Query the catalog on this host. | |
| -d,--debug <flag> | |
| Enable debugging for this subsystem. | |
| -o,--debug-file <file> | |
| Write debugging output to this file. By default, debugging is sent to stderr (":stderr"). You may specify logs be sent to stdout (":stdout"), to the system syslog (":syslog"), or to the systemd journal (":journal"). | |
| -O,--debug-rotate-max <bytes> | |
| Rotate file once it reaches this size. | |
| -A,--server-space <size> | |
| Only show servers with this space available. (example: -A 100MB). | |
| --server-project <name> | |
| Only servers with this project name. | |
| -t,--timeout <time> | |
| Timeout. | |
| -s, --brief | Short output. |
| -l, --verbose | Long output. |
| -T, --totals | Totals output. |
| -v, --version | Show program version. |
| -h, --help | Show help text. |
% chirp_statusTo show status of a particular Chirp server:
% chirp_status server1.somewhere.eduTo show all details of a single server:
% chirp_status -l server1.somewhere.eduTo show status of Chirp servers which belong to a particular owner using chirp_status:
% chirp_status owner ownernameTo show aggregate status of all Chirp servers using chirp_status:
% chirp_status -T