Created
January 15, 2021 15:33
-
-
Save justdoit0823/102156f1000e019aee810cb14a2caaf4 to your computer and use it in GitHub Desktop.
Stat g1 eden heap size after gc in jvm8 with awk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk '/Eden:/ {split($2, a, ")"); split(a[2], b, "("); print substr(b[2], 1, length(b[2])-1)}' gc.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment