chirp_status(1) | Cooperative Computing Tools | chirp_status(1) |
chirp_status - get current status of a one or more Chirp server(s)
chirp_status [options] <nane> <value>
chirp_status is a tool for checking status of Chirp server(s).
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...
On success, returns zero. On failure, returns non-zero.
To show status of all available Chirp servers using chirp_status:
% chirp_status
To show status of a particular Chirp server:
% chirp_status --where 'name=="server1.somewhere.edu"'
To show status of Chirp servers which belong to a particular owner:
% chirp_status --where 'owner=="fred"'
To show all details in JSON format:
% chirp_status --long
To show aggregate status of all Chirp servers using chirp_status:
% chirp_status -T
The Cooperative Computing Tools are Copyright (C) 2005-2019 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 8.0.0 DEVELOPMENT |