kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1120] Live Demo Time #2679

Open rju opened 2 weeks ago

rju commented 2 weeks ago

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.

rju commented 2 weeks ago

The live demo must be reworked anyway.