Skip to content

Instantly share code, notes, and snippets.

@bobbyjam99-zz
Created June 9, 2015 10:34
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 bobbyjam99-zz/e6bc8bcd1d8f0724068e to your computer and use it in GitHub Desktop.
Save bobbyjam99-zz/e6bc8bcd1d8f0724068e to your computer and use it in GitHub Desktop.
WebLogic/JRockitからWebLogic/HotSpotに移行する際、非ヒープ領域のサイジング根拠のために、JRockit上でロードされているクラスを取得するするためのワンライナー
jrcmd `ps -ef | grep weblogic.Server | grep AdminServer | awk '{print $2}'` print_memusage | grep classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment