<transient_attributes id="cl-virt-1"> <instance_attributes id="status-cl-virt-1"> <nvpair id="status-cl-virt-1-pingd" name="pingd" value="3"/> <nvpair id="status-cl-virt-1-probe_complete" name="probe_complete" value="true"/> <nvpair id="status-cl-virt-1-fail-count-pingd:0" name="fail-count-pingd:0" value="1"/> <nvpair id="status-cl-virt-1-last-failure-pingd:0" name="last-failure-pingd:0" value="1239009742"/> </instance_attributes> </transient_attributes>
Mon Apr 6 11:22:22 2009
. [12] We also see that the node is connected to three "pingd" peers and that all known resources have been checked for on this machine (probe_complete
).
[12] You can use the following Perl one-liner to print a human readable of any seconds-since-epoch value:
perl -e 'print scalar(localtime($seconds
))."\n"'