62 |
|
information. As such, a packet will be rejected by the |
63 |
|
server if it does not specify the machine_name, its |
64 |
|
I.P. address (ip), a packet sequence number (seq_no) |
65 |
< |
and a date. Note that the data is a long integer |
65 |
> |
and a date. Note that the date is a long integer |
66 |
|
representing the number of seconds since the epoch. |
67 |
|
All of these are expected to be specified as an attribute |
68 |
|
of the packet tag. If they are not specified here, then |
169 |
|
<load> |
170 |
|
<load1><load1> |
171 |
|
<load5><load5> |
172 |
< |
<load10><load10> |
172 |
> |
<load15><load15> |
173 |
|
</load> |
174 |
|
<memory> |
175 |
|
<free></free> |
205 |
|
|
206 |
|
The <load> tag begins a list of system load information. |
207 |
|
The load tag is only expected to contain 3 subtags, named |
208 |
< |
"load1", "load5" and "load10". These represent the average |
209 |
< |
load 1 minutes ago, 5 minutes ago and 10 minutes ago |
208 |
> |
"load1", "load5" and "load15". These represent the average |
209 |
> |
load 1 minute ago, 5 minutes ago and 15 minutes ago |
210 |
|
respectively. |
211 |
|
|
212 |
|
The <memory> tag begins a list of system memory information. |