Options (6)
-j, --jobsbooleanMerge HDF5 files produced on each allocated node for the specified job or step
Example:
sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}}-E, --extractbooleanExtract one or more data series from a merged job file
Example:
sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-E|--extract]}} {{[-i|--input]}} {{path/to/file.h5}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}}-i, --inputbooleanExtract one or more data series from a merged job file
Example:
sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-E|--extract]}} {{[-i|--input]}} {{path/to/file.h5}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}}-s, --seriesbooleanExtract one or more data series from a merged job file
Example:
sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-E|--extract]}} {{[-i|--input]}} {{path/to/file.h5}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}}-I, --item-extractbooleanExtract one data item from all nodes in a merged job file
Example:
sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-I|--item-extract]}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}} {{[-d|--data]}} {{data_item}}-d, --databooleanExtract one data item from all nodes in a merged job file
Example:
sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-I|--item-extract]}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}} {{[-d|--data]}} {{data_item}}Examples (3)
Merge HDF5 files produced on each allocated node for the specified job or step
sh5util [-j|--jobs] job_id|job_id.step_idExtract one or more data series from a merged job file
sh5util [-j|--jobs] job_id|job_id.step_id [-E|--extract] [-i|--input] path/to/file.h5 [-s|--series] Energy|Filesystem|Network|TaskExtract one data item from all nodes in a merged job file
sh5util [-j|--jobs] job_id|job_id.step_id [-I|--item-extract] [-s|--series] Energy|Filesystem|Network|Task [-d|--data] data_itemmade by @shridhargupta | data from tldr-pages