--- projects/cms/documentation/specification/expected_data.txt 2000/11/28 11:52:36 1.4 +++ projects/cms/documentation/specification/expected_data.txt 2000/11/28 12:11:03 1.5 @@ -126,8 +126,7 @@ specified: - load * memory * swap * - disk_free * - disk_total * + disk * users (attribute) * - These parameters are specified with tags of the same @@ -179,16 +178,20 @@ the 'essential' and 'expected' data: - - - - - - - - - - - + + + + + + + + + + + + + + Note that linefeeds and spaces would normally not be present. @@ -217,12 +220,16 @@ has in total. The tag is identical in nature to the tag. -The tag begins a list of free disk space -information. Each subtag must be of the form px, where -x is the number of the disk partition that is unique for -that particular system. The value represents how much -space is free on that partition. Note that px numbering -starts from zero. +The tag begins a list of partition information. +Each subtag must be of the form px, where x is the number +of the disk partition that is unique for that particular +system. Note that the numbering of px is expected to +start from zero. Each tag contains the following +subtags: - + - the free partition space in bytes. + - the total partition size in bytes. + - the mount point, eg, "/var". +