chirp_status(1)
NAME
chirp_status - get current status of a one or more Chirp server(s)
SYNOPSIS
chirp_status [options] <nane> <value>
DESCRIPTION
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...
OPTIONS
-c <host> |
| Query the catalog on this host.
|
-d <subsystem> |
| Enable debugging for this subsystem.
|
-o <file> |
| Send debugging output to this file.
|
-O <bytes> |
| Rotate file once it reaches this size.
|
-A <size> |
| Only show servers with this space available. (example: -A 100MB).
|
-t <time> |
| Timeout.
|
-s | Short output.
|
-l | Long output.
|
-T | Totals output.
|
-v | Show program version.
|
-h | Show help text.
ENVIRONMENT VARIABLES
CHIRP_CLIENT_TICKETS Comma delimited list of tickets to authenticate with (same as -i).
EXIT STATUS
On success, returns zero. On failure, returns non-zero.
EXAMPLES
To show status of all available Chirp servers using chirp_status:
% chirp_status
To show status of a particular Chirp server:
% chirp_status server1.somewhere.edu
To show all details of a single server:
% chirp_status -l server1.somewhere.edu
To show status of Chirp servers which belong to a particular owner using chirp_status:
% chirp_status owner ownername
To show aggregate status of all Chirp servers using chirp_status:
% chirp_status -T
COPYRIGHT
The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2011 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
SEE ALSO
Cooperative Computing Tools Documentation
Chirp User Manual
chirp(1)
chirp_status(1)
chirp_fuse(1)
chirp_get(1)
chirp_put(1)
chirp_stream_files(1)
chirp_distribute(1)
chirp_benchmark(1)
chirp_server(1)
chirp_server_hdfs(1)
CCTools 3.4.2 released on 02/10/2012 |