-
Using the attached sample log file, I've run into an issue where I've been unable to compare the start/end DateTimeStamps. After loading the file, jvm.getEstimatedJVMStartTime() returns a ZonedDateTime populated DateTimeStamp (Timestamp = NaN). However, jvm.getJVMTerminationTime() returns a timestamp populated DateTimeStamp (dateTime = null). Also, the timestamp provided is 1.193, which is not correct as this file spans 5 days. Using debugging, I see that GCToolkit has populated a UnifiedJavaVirtualMachine for this. I did notice there was a previous NPE issue around Unified logging and logs missing timestamps: #274, though it's not clear if the problem was addressed. (A commit is associated with the issue, but the issue remains open) Should GCToolkit be smart enough to use datestamps for calculating start/end dates if a JVM Epoch timestamp isn't present? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@Bluetopia - If you build tip (3.0.5-SNAPSHOT) I think this should be fixed, can you give that a go? |
Beta Was this translation helpful? Give feedback.
@Bluetopia - If you build tip (3.0.5-SNAPSHOT) I think this should be fixed, can you give that a go?