Background:
Qstat and pbsnodes commands offer json format outputs. json output is much easier to parse than the regular output that qstat and pbsnodes commands provide. So, pbs_snapshot should capture their json outputs as well.
Changes to snapshot layout:
- New file job/qstat_f_F_json.out: Will capture the output of qstat -f -F json
- New File node/pbsnodes_avFjson.out: Will capture the output of pbsnodes -av -F json
Project Documentation Main Page