Skip to content
Snippets Groups Projects
Commit 642146e6 authored by Tim McMullan's avatar Tim McMullan Committed by Ben Roberts
Browse files

Docs - fix scope issue with <dt> tags in hdf5_profile_user_guide

Bug 11331
parent c9035989
No related branches found
No related tags found
No related merge requests found
...@@ -147,34 +147,34 @@ no data collected unless the <B>ProfileHDF5Default</B> ...@@ -147,34 +147,34 @@ no data collected unless the <B>ProfileHDF5Default</B>
option is used in acct_gather.conf. --profile on the command line overrides option is used in acct_gather.conf. --profile on the command line overrides
any value specified in the configuration file.</p> any value specified in the configuration file.</p>
<DT><b>--profile</b>=&lt;all|none|[energy[,|task[,|filesystem[,|network]]]]&gt; <dt><b>--profile</b>=&lt;all|none|[energy[,|task[,|filesystem[,|network]]]]&gt;
</dt>
<DD> <DD>
<p>enables detailed data collection by the acct_gather_profile plugin. <p>enables detailed data collection by the acct_gather_profile plugin.
Detailed data are typically time-series that are stored in a HDF5 file for Detailed data are typically time-series that are stored in a HDF5 file for
the job.</p></DD> the job.</p></DD>
</DT>
<div style="margin-left: 20px;"> <div style="margin-left: 20px;">
<DL> <DL>
<DT><B>All</B> <dt><B>All</B></dt>
<DD>All data types are collected. (Cannot be combined with other values.) <DD>All data types are collected. (Cannot be combined with other values.)
</DD></DT> </DD>
<DT><B>None</B> <dt><B>None</B></dt>
<DD>No data types are collected. This is the default. (Cannot be <DD>No data types are collected. This is the default. (Cannot be
combined with other values.) combined with other values.)
</DD></DT> </DD>
<DT><B>Energy</B> <dt><B>Energy</B></dt>
<DD>Energy data is collected.</DD></DT> <DD>Energy data is collected.</DD>
<DT><B>Filesystem</B> <dt><B>Filesystem</B></dt>
<DD>Filesystem data is collected. Currently only <DD>Filesystem data is collected. Currently only
Lustre filesystem is supported.</DD></DT> Lustre filesystem is supported.</DD>
<DT><B>Network</B> <dt><B>Network</B></dt>
<DD>Network (InfiniBand) data is collected.</DD></DT> <DD>Network (InfiniBand) data is collected.</DD>
<DT><B>Task</B> <dt><B>Task</B></dt>
<DD>Task (I/O, Memory, ...) data is collected.</DD></DT> <DD>Task (I/O, Memory, ...) data is collected.</DD>
</DL> </DL>
</div> </div>
...@@ -256,16 +256,17 @@ Appropriately set energy=freq in either JobAcctGatherFrequency in slurm.conf ...@@ -256,16 +256,17 @@ Appropriately set energy=freq in either JobAcctGatherFrequency in slurm.conf
or in --acctg-freq on the command line. or in --acctg-freq on the command line.
Also appropriately set EnergyIPMIFrequency in acct_gather.conf.</p> Also appropriately set EnergyIPMIFrequency in acct_gather.conf.</p>
<p>Each data sample in the Energe Time Series contains the following data items. <p>Each data sample in the Energe Time Series contains the following data items.
</p><DL> </p>
<DT><B>Date Time</B> <DL>
<dt><B>Date Time</B></dt>
<DD>Time of day at which the data sample was taken. This can be used to <DD>Time of day at which the data sample was taken. This can be used to
correlate activity with other sources such as logs.</DD></DT> correlate activity with other sources such as logs.</DD>
<DT><B>Time</B> <dt><B>Time</B></dt>
<DD>Elapsed time since the beginning of the step.</DD></DT> <DD>Elapsed time since the beginning of the step.</DD>
<DT><B>Power</B> <dt><B>Power</B></dt>
<DD>Power consumption during the interval.</DD></DT> <DD>Power consumption during the interval.</DD>
<DT><B>CPU Frequency</B> <dt><B>CPU Frequency</B></dt>
<DD>CPU Frequency at time of sample in kilohertz.</DD></DT> <DD>CPU Frequency at time of sample in kilohertz.</DD>
</DL> </DL>
<h3>Filesystem Data</h3> <h3>Filesystem Data</h3>
...@@ -275,20 +276,21 @@ Appropriately set Filesystem=freq in either JobAcctGatherFrequency in slurm.conf ...@@ -275,20 +276,21 @@ Appropriately set Filesystem=freq in either JobAcctGatherFrequency in slurm.conf
or in --acctg-freq on the command line.</p> or in --acctg-freq on the command line.</p>
<p>Each data sample in the Filesystem Time Series contains the following data items. <p>Each data sample in the Filesystem Time Series contains the following data items.
</p><DL> </p>
<DT><B>Date Time</B> <DL>
<dt><B>Date Time</B></dt>
<DD>Time of day at which the data sample was taken. This can be used to <DD>Time of day at which the data sample was taken. This can be used to
correlate activity with other sources such as logs.</DD></DT> correlate activity with other sources such as logs.</DD>
<DT><B>Time</B> <dt><B>Time</B></dt>
<DD>Elapsed time since the beginning of the step.</DD></DT> <DD>Elapsed time since the beginning of the step.</DD>
<DT><B>Reads</B> <dt><B>Reads</B></dt>
<DD>Number of read operations.</DD></DT> <DD>Number of read operations.</DD>
<DT><B>Megabytes Read</B> <dt><B>Megabytes Read</B></dt>
<DD>Number of megabytes read.</DD></DT> <DD>Number of megabytes read.</DD>
<DT><B>Writes</B> <dt><B>Writes</B></dt>
<DD>Number of write operations.</DD></DT> <DD>Number of write operations.</DD>
<DT><B>Megabytes Write</B> <dt><B>Megabytes Write</B></dt>
<DD>Number of megabytes written.</DD></DT> <DD>Number of megabytes written.</DD>
</DL> </DL>
<h3>Network (Infiniband Data)</h3> <h3>Network (Infiniband Data)</h3>
...@@ -299,19 +301,19 @@ or in --acctg-freq on the command line.</p> ...@@ -299,19 +301,19 @@ or in --acctg-freq on the command line.</p>
<p>Each data sample in the Network Time Series contains the following <p>Each data sample in the Network Time Series contains the following
data items.</p> data items.</p>
<DL> <DL>
<DT><B>Date Time</B> <dt><B>Date Time</B></dt>
<DD>Time of day at which the data sample was taken. This can be used to <DD>Time of day at which the data sample was taken. This can be used to
correlate activity with other sources such as logs.</DD></DT> correlate activity with other sources such as logs.</DD>
<DT><B>Time</B> <dt><B>Time</B></dt>
<DD>Elapsed time since the beginning of the step.</DD></DT> <DD>Elapsed time since the beginning of the step.</DD>
<DT><B>Packets In</B> <dt><B>Packets In</B></dt>
<DD>Number of packets coming in.</DD></DT> <DD>Number of packets coming in.</DD>
<DT><B>Megabytes Read</B> <dt><B>Megabytes Read</B></dt>
<DD>Number of megabytes coming in through the interface.</DD></DT> <DD>Number of megabytes coming in through the interface.</DD>
<DT><B>Packets Out</B> <dt><B>Packets Out</B></dt>
<DD>Number of packets going out.</DD></DT> <DD>Number of packets going out.</DD>
<DT><B>Megabytes Write</B> <dt><B>Megabytes Write</B></dt>
<DD>Number of megabytes going out through the interface.</DD></DT> <DD>Number of megabytes going out through the interface.</DD>
</DL> </DL>
<h3>Task Data</h3> <h3>Task Data</h3>
...@@ -322,31 +324,31 @@ or in --acctg-freq on the command line.</p> ...@@ -322,31 +324,31 @@ or in --acctg-freq on the command line.</p>
<p>Each data sample in the Task Time Series contains the following data <p>Each data sample in the Task Time Series contains the following data
items.</p> items.</p>
<DL> <DL>
<DT><B>Date Time</B> <dt><B>Date Time</B></dt>
<DD>Time of day at which the data sample was taken. This can be used to <DD>Time of day at which the data sample was taken. This can be used to
correlate activity with other sources such as logs.</DD></DT> correlate activity with other sources such as logs.</DD>
<DT><B>Time</B> <dt><B>Time</B></dt>
<DD>Elapsed time since the beginning of the step.</DD></DT> <DD>Elapsed time since the beginning of the step.</DD>
<DT><B>CPU Frequency</B> <dt><B>CPU Frequency</B></dt>
<DD>CPU Frequency at time of sample.</DD></DT> <DD>CPU Frequency at time of sample.</DD>
<DT><B>CPU Time</B> <dt><B>CPU Time</B></dt>
<DD>Seconds of CPU time used during the sample.</DD></DT> <DD>Seconds of CPU time used during the sample.</DD>
<DT><B>CPU Utilization</B> <dt><B>CPU Utilization</B></dt>
<DD>CPU Utilization during the interval.</DD></DT> <DD>CPU Utilization during the interval.</DD>
<DT><B>RSS</B> <dt><B>RSS</B></dt>
<DD>Value of RSS at time of sample.</DD></DT> <DD>Value of RSS at time of sample.</DD>
<DT><B>VM Size</B> <dt><B>VM Size</B></dt>
<DD>Value of VM Size at time of sample.</DD></DT> <DD>Value of VM Size at time of sample.</DD>
<DT><B>Pages</B> <dt><B>Pages</B></dt>
<DD>Pages used in sample.</DD></DT> <DD>Pages used in sample.</DD>
<DT><B>Read Megabytes</B> <dt><B>Read Megabytes</B></dt>
<DD>Number of megabytes read from local disk.</DD></DT> <DD>Number of megabytes read from local disk.</DD>
<DT><B>Write Megabytes</B> <dt><B>Write Megabytes</B></dt>
<DD>Number of megabytes written to local disk.</DD></DT> <DD>Number of megabytes written to local disk.</DD>
</DL> </DL>
<p style="text-align:center;">Last modified 30 January 2020</p> <p style="text-align:center;">Last modified 9 April 2021</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment