What does LAST_POLL means?

Hi OpenNebula developers,

I am trying to develop a java programming to monitor OpenNebula.

My tests are currently running on OpenNebula Sand-box.

The VmMonitoring results present many LAST_POLL fields.

Ex:
<LAST_POLL>1512518375</LAST_POLL>

<LAST_POLL>1512518400</LAST_POLL>

<LAST_POLL>1512518420</LAST_POLL>

(The complete result is here: https://pastebin.com/nxu7FFZt.)

What do these integers mean?

Thanks in advance.

Hi Matheus Melo.

the attribute <LAST_POLL> indicates the time of the last modification on the machine.

Regards!
Juan

What format?

My last test give me this result:

Last_poll 1514335067

Is this seconds?
Minutes?
Hours?

Gotcha,

This is epoch.

Thanks