Is there a way to calculate the running time of a VM, from when it was started to when it was shut down or suspended?
Many tanhs in advance
I think you can find the solution in this article:
I don't believe there is anything built in, or via code. The easiest thing I can think of is to grep through the vmware.log - look for the power on event timestamp, then the power off event timestamp.
I think you can find the solution in this article:
