Go to the source code of this file.
|
def | cmsPerfClient._main () |
|
def | cmsPerfClient.optionparse () |
| Option parser returns : Command set to run on each (or all) machines, port to connect to server, List of machines to connect to, File to pickle results to, Dictionary to index which command set to use for which machine. More...
|
|
def | cmsPerfClient.presentBenchmarkData (q, outfile) |
| Format of the returned data from remote host should be of the form (this could be cleaned up a little bit) More...
|
|
def | cmsPerfClient.request_benchmark (perfcmds, shost, sport) |
| Request benchmark Connects to server and returns data returns: profiling data from server. More...
|
|
def | cmsPerfClient.runclient (perfcmds, hosts, port, outfile, cmdindex) |
|