View | Details | Raw Unified | Return to ticket 1062 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/html/hdf5_profile_user_guide.shtml (-1 / +1 lines)
Lines 74-80 configured in the Link Here
74
This enables the HDF5 plugin:
74
This enables the HDF5 plugin:
75
<p><b>AcctGatherProfileType</b> = acct_gather_profile/hdf5</p>
75
<p><b>AcctGatherProfileType</b> = acct_gather_profile/hdf5</p>
76
This sets the sampling frequency for data types:
76
This sets the sampling frequency for data types:
77
<p><b>JobAcctGatherFrequency</b> = &lt;seconds&gt;</p>
77
<p><b>AcctGatherNodeFreq</b> = &lt;seconds&gt;</p>
78
</div>
78
</div>
79
</div>
79
</div>
80
<div style="margin-left: 20px;">
80
<div style="margin-left: 20px;">
(-)a/doc/man/man5/slurm.conf.5 (-1 / +1 lines)
Lines 214-220 counters of Infiniband devices through the OFED library. Link Here
214
\fBAcctGatherFilesystemType\fR
214
\fBAcctGatherFilesystemType\fR
215
Identifies the plugin to be used for filesystem traffic accounting.
215
Identifies the plugin to be used for filesystem traffic accounting.
216
The plugin is activated only when profiling on hdf5 files is activated and
216
The plugin is activated only when profiling on hdf5 files is activated and
217
the user asks for filesystem data collection for jobs through \-\-profile=Network
217
the user asks for filesystem data collection for jobs through \-\-profile=Lustre
218
(or =All). The collection of filesystem traffic data takes place on node level,
218
(or =All). The collection of filesystem traffic data takes place on node level,
219
hence only in case of exclusive job allocation the collected values will
219
hence only in case of exclusive job allocation the collected values will
220
reflect the jobs real traffic. All filesystem traffic data are logged on hdf5 files
220
reflect the jobs real traffic. All filesystem traffic data are logged on hdf5 files

Return to ticket 1062