Type for "intr" attribute was integer in XSD document.
Yet its value can sometimes be "sum" when displaying statistics for the
total number of interrupts received per second (sar -I SUM).
So change its type to string.
not followed by an argument. So it's now possible for example
to enter 'iostat -px 2 5' since no device name is given to
option -p. This also concerns pidstat option -U.
- * Fixed type for memfree element in XSD document.
+ * Fixed type for "memfree" and "intr" elements in XSD document.
* Removed functions used to count number of items from rd_stats.c
and put them in a separate file (count.c).
* Typos fixed. README file updated.
<xs:element name="irq" type="irq-type"></xs:element>
<xs:complexType name="irq-type">
- <xs:attribute name="intr" type="xs:int"></xs:attribute>
+ <xs:attribute name="intr" type="xs:string"></xs:attribute>
<xs:attribute name="value" type="hundredth-type"></xs:attribute>
</xs:complexType>