Skip to content

Instantly share code, notes, and snippets.

@jgagnon1
Last active December 14, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgagnon1/5066873 to your computer and use it in GitHub Desktop.
Save jgagnon1/5066873 to your computer and use it in GitHub Desktop.
Now;
[2013-02-28 22:55:10,059][INFO ][monitor.jvm ] [es1b] [gc][ConcurrentMarkSweep][44890][97] duration [5.2s], collections [1]/[5.6s], total [5.2s]/[11.9s], memory [10.7gb]->[6.3gb]/[15.9gb], all_pools {[Code Cache] [11mb]->[11mb]/[48mb]}{[Par Eden Space] [463.8mb]->[24.2mb]/[532.5mb]}{[Par Survivor Space] [66.5mb]->[0b]/[66.5mb]}{[CMS Old Gen] [10.2gb]->[6.3gb]/[15.3gb]}{[CMS Perm Gen] [34.8mb]->[34.6mb]/[82mb]}
[2013-02-28 22:57:12,113][INFO ][common ] [push/pop ratio][17848807/17848835]
[2013-02-28 23:01:14,027][INFO ][monitor.jvm ] [es1b] [gc][ParNew][45253][8820] duration [903ms], collections [1]/[1.4s], total [903ms]/[15m], memory [10gb]->[10gb]/[15.9gb], all_pools {[Code Cache] [11mb]->[11mb]/[48mb]}{[Par Eden Space] [2.9mb]->[1.4mb]/[532.5mb]}{[Par Survivor Space] [66.4mb]->[31.8mb]/[66.5mb]}{[CMS Old Gen] [9.9gb]->[10gb]/[15.3gb]}{[CMS Perm Gen] [34.6mb]->[34.6mb]/[82mb]}
Before;
[2013-02-26 18:42:20,068][INFO ][monitor.jvm ] [es1b] [gc][ConcurrentMarkSweep][362982][645] duration [7.3s], collections [1]/[7.9s], total [7.3s]/[4.4m], memory [12.1gb]->[9.2gb]/[15.9gb], all[0/415]{[Code Cache] [10.8mb]->[10.8mb]/[48mb]}{[Par Eden Space] [435.8mb]->[76.3kb]/[532.5mb]}{[Par Survivor Space] [65.5mb]->[0b]/[66.5mb]}{[CMS Old Gen] [11.6gb]->[9.2gb]/[15.3gb]}{[CMS Perm Gen] [34.5mb]->[34.4mb]/[82mb]}
[2013-02-26 18:43:17,312][WARN ][monitor.jvm ] [es1b] [gc][ParNew][363037][30454] duration [2s], collections [1]/[2.6s], total [2s]/[1.1h], memory [11.6gb]->[11.4gb]/[15.9gb], all_pools {[Code Cache] [10.8mb]->[10.8mb]/[48mb]}{[Par Eden Space] [343.3mb]->[1.8mb]/[532.5mb]}{[Par Survivor Space] [61.7mb]->[66.5mb]/[66.5mb]}{[CMS Old Gen] [11.2gb]->[11.3gb]/[15.3gb]}{[CMS Perm Gen] [34.4mb]->[34.4mb]/[82mb]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment