Go to the source code of this file.
Namespaces | |
| namespace | SLIMutils.pcmdutils |
Classes | |
| class | RemoteCMD |
| Remote command definitions and execution. More... | |
Functions | |
| def | ExecCMD |
| Execute a command on the remote nodes. | |
| def | ExecCMDs |
| Execute a set of commands on the remote nodes. | |
| def | check_active |
| returns the number of RSH threads that are active and kill threads exceeding WALTIME | |
| def | check_passive |
| returns the number of RSH threads that are passive and kill threads exceeding WALTIME | |
| def | get_passive |
| returns the list of RSH threads that are passive | |
| def | printout |
| print thread results | |
| def | get_nodes |
| get list of nodes from the file | |
| def | get_cmds |
| get list of commands from the file end append common execution directory if not None | |
Variables | |
| string | __copyright__ |
| string | __license__ |
| string | RSH = 'ssh' |
| tuple | TIMEOUT = timedelta(0,3600L) |
| int | TIMECHECK = 10 |
| SHOWTIMES = False | |
| VERBOSE = False | |
| KILL = True | |
1.5.6