dfxml:rusage

This element encodes a "rusage" C structure, as provided by the "getrusage"
function after the file walk is complete. In addition to the "rusage" fields, the element
may include an element for elapsed wall clock time in seconds.

Element Information

Model

Attributes

Used By

Element dfxml:dfxml

Source

<xs:element name="rusage">
  <xs:annotation>
    <xs:documentation>This element encodes a "rusage" C structure, as provided by the "getrusage" function after the file walk is complete. In addition to the "rusage" fields, the element may include an element for elapsed wall clock time in seconds.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="utime" type="dfxml:float" minOccurs="1" maxOccurs="1"/>
      <xs:element name="stime" type="dfxml:float" minOccurs="1" maxOccurs="1"/>
      <xs:element name="maxrss" type="dfxml:integer" minOccurs="1" maxOccurs="1"/>
      <xs:element name="minflt" type="dfxml:integer" minOccurs="1" maxOccurs="1"/>
      <xs:element name="majflt" type="dfxml:integer" minOccurs="1" maxOccurs="1"/>
      <xs:element name="nswap" type="dfxml:integer" minOccurs="1" maxOccurs="1"/>
      <xs:element name="inblock" type="dfxml:integer" minOccurs="1" maxOccurs="1"/>
      <xs:element name="oublock" type="dfxml:integer" minOccurs="1" maxOccurs="1"/>
      <xs:element name="clocktime" type="dfxml:float" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample

0.008982

0.003041

1069056

391

0

0

0

0

0.006578