Hi,
I'm an intern so new to splunk etc. I am trying to do data analysis for Garbage collection (Gc) and so far have created the table above from raw GC logs.
Pause_type - 0 stands for when it was full GC collection (Pause Full).
1 stands minor GC collection (pause Young) and the rest of the columns are literally differences between old and new values.
GCRuntime - the time GC run for in m/s.
I was wondering if anyone has done data analysis on GC, I am hoping to use the ML toolkit but I don't know where to go and identify correlations now.
Any help would be appreciated!