Usage
The possible inputs include:
-s--sched_file: defaultscheduler_transition.csv
The location of the file that contains all messages sent by the DASK scheduler.-w--worker_file: defaultworkers.csv
The location of the file that stores all worker creation messages.-t--worker_trans_file: defaultworker_transition.csv
The location of the file that stores all worker state transition messages.-x--worker_xfer_file: defaultworker_transfer.csv
The location of the file that stores all messages pertaining to file transfers between workers.-o--output_file: defaultcompiled_tasks.txt
Where to save the consolidated output.-c--output_compressed: defaultcompressed_out.pickle
Filename for the compressed consolidated output.
Example command:
python dask_capture.py -s scheduler_transition.csv -w workers.csv -t worker_transition.csv -x worker_transfer.csv -o compiled_tasks.txt