--where expr | Only records matching this expression will be displayed. |
--catalog host | Query this catalog host. |
--debug flag | Enable debugging for this subsystem. |
--debug-file file | Send debug output to this file. |
--debug-rotate-max bytes | Rotate debug file once it reaches this size. |
--timeout seconds | Abandon the query after this many seconds. |
--help | Show command options. |
% catalog_queryTo show all records of other catalog servers:
% catalog_query --where \'type=="catalog"\'To show all records of Chirp servers with more than 4 cpus:
% catalog_query --where \'type=="chirp" && cpus > 4\'