ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/get_diskio_stats.xml
(Generate patch)

Comparing projects/libstatgrab/docs/get_diskio_stats.xml (file contents):
Revision 1.1 by tdb, Thu Oct 2 15:17:59 2003 UTC vs.
Revision 1.4 by tdb, Fri Nov 21 09:24:53 2003 UTC

# Line 66 | Line 66
66        This function copes with wrap arounds by the O/S so should be
67        seemless to use.
68      </para>
69 +    <para>
70 +      On Solaris libstatgrab will attempt to get the cXtXdXsX
71 +      representation for the <varname>disk_name</varname> string. If
72 +      it fails it will use a name like sd0. On some systems programs
73 +      calling libstatgrab will need elevated privileges to lookup
74 +      some of the names. The mappings are built up when
75 +      <function>statgrab_init</function> is called.
76 +    </para>
77    </refsect1>
78    
79    <refsect1>
# Line 123 | Line 131 | typedef struct{
131          </term>
132          <listitem>
133            <para>
134 <            The time period over which read_bytes and write_bytes
135 <            were transferred.
134 >            The time period over which <parameter>read_bytes</parameter>
135 >            and <parameter>write_bytes</parameter> were transferred.
136            </para>
137          </listitem>
138        </varlistentry>
# Line 149 | Line 157 | typedef struct{
157  
158    <refsect1>
159      <title>See Also</title>
160 <    <para>Nothing yet</para>
160 >
161 >    <simplelist type="inline">
162 >      <member>
163 >        <citerefentry>
164 >          <refentrytitle>statgrab</refentrytitle>
165 >          <manvolnum>3</manvolnum>
166 >        </citerefentry>
167 >      </member>
168 >    </simplelist>
169    </refsect1>
170    
171    <refsect1>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines