JIRA Issue: KIEKER-1120 Live Demo Time
Original Reporter: Nils Christian Ehmke
The times in the live demo (for example for the timeline of the method response times or the CPU/MemSwap) are not related with the real time. This is because the live demo uses the TimeReader which uses System.nanoTime(). The returned time has nothing to do with the system time. Therefore it is necessary to remember a mapping between the time returned by System.nanoTime() and by System.currentTimeMillis() to calculate the real system time.
JIRA Issue: KIEKER-1120 Live Demo Time Original Reporter: Nils Christian Ehmke
The times in the live demo (for example for the timeline of the method response times or the CPU/MemSwap) are not related with the real time. This is because the live demo uses the TimeReader which uses System.nanoTime(). The returned time has nothing to do with the system time. Therefore it is necessary to remember a mapping between the time returned by System.nanoTime() and by System.currentTimeMillis() to calculate the real system time.