Go to the source code of this file.
|
void | do_cache (bool clear=1, const char *ds=0) |
| Execute 'cache'. More...
|
|
void | do_ls (const char *ds, const char *opt="") |
| Execute 'ls'. More...
|
|
void | do_ls_files_server (const char *ds, const char *server) |
| Execute 'ls-files'. More...
|
|
void | do_info_server (const char *server) |
| Execute 'info-server'. More...
|
|
void | do_put (const char *ds, const char *opt) |
| Execute 'put'. More...
|
|
void | do_rm (const char *ds) |
| Execute 'rm'. More...
|
|
int | do_verify (const char *ds, const char *opt=0, const char *redir=0) |
| Execute 'verify'. More...
|
|
void | do_anadist (const char *ds, const char *newsrvs=0, const char *ignsrvs=0, const char *excsrvs=0, const char *metrics="F", const char *fout=0, const char *plot=0, const char *outfile=0, const char *infile=0) |
| Execute 'analyze-distribution' for the dataset(s) described by 'ds'. More...
|
|
void do_anadist |
( |
const char * |
ds, |
|
|
const char * |
servers, |
|
|
const char * |
ignsrvs, |
|
|
const char * |
excsrvs, |
|
|
const char * |
metrics, |
|
|
const char * |
fnout, |
|
|
const char * |
plot, |
|
|
const char * |
outfile, |
|
|
const char * |
infile |
|
) |
| |
Execute 'analyze-distribution' for the dataset(s) described by 'ds'.
The result is output to the screan and the details about file movement to file 'fnout', if defined.
Definition at line 530 of file pq2actions.cxx.
Referenced by main().
void do_cache |
( |
bool |
clear = 1 , |
|
|
const char * |
ds = 0 |
|
) |
| |
void do_info_server |
( |
const char * |
server | ) |
|
void do_ls |
( |
const char * |
ds, |
|
|
const char * |
opt = "" |
|
) |
| |
void do_ls_files_server |
( |
const char * |
ds, |
|
|
const char * |
server |
|
) |
| |
void do_put |
( |
const char * |
ds, |
|
|
const char * |
opt |
|
) |
| |
void do_rm |
( |
const char * |
ds | ) |
|
int do_verify |
( |
const char * |
ds, |
|
|
const char * |
opt = 0 , |
|
|
const char * |
redir = 0 |
|
) |
| |