![]() |
![]()
| ![]() |
![]()
NAMEsh5util - Tool for merging HDF5 files from the acct_gather_profile plugin that gathers detailed data for jobs running under Slurm SYNOPSISsh5util DESCRIPTIONsh5util merges HDF5 files produced on each node for each step of a job into one HDF5 file for the job. The resulting file can be viewed and manipulated by common HDF5 tools such as HDF5View, h5dump, h5edit, or h5ls. sh5util also has two extract modes. The first, writes a limited set of data for specific nodes, steps, and data series in "comma separated value" form to a file which can be imported into other analysis tools such as spreadsheets. The second, (Item-Extract) extracts one data time from one time series for all the samples on all the nodes from a jobs HDF5 profile. - Finds sample with maximum value of the item. - Write CSV file with min, ave, max, and item totals for each node for each sample OPTIONS
Data Items per SeriesPower
CPU_Frequency Reads
Megabytes_Read Writes Megabytes_Write Packets_In
Megabytes_In Packets_Out Megabytes_Out CPU_Frequency
CPU_Time CPU_Utilization RSS VM_Size Pages Read_Megabytes Write_Megabytes PERFORMANCEExecuting sh5util sends a remote procedure call to slurmctld. If enough calls from sh5util or other Slurm client commands that send remote procedure calls to the slurmctld daemon come in at once, it can result in a degradation of performance of the slurmctld daemon, possibly resulting in a denial of service. Do not run sh5util or other Slurm client commands that send remote procedure calls to slurmctld from loops in shell scripts or other programs. Ensure that programs limit calls to sh5util to the minimum necessary for the information you are trying to gather. EXAMPLES
COPYINGCopyright (C) 2013 Bull.
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSO
|