Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created November 12, 2013 20:02
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 tjfontaine/7437666 to your computer and use it in GitHub Desktop.
Save tjfontaine/7437666 to your computer and use it in GitHub Desktop.
for i in $(seq 2 6); do echo $i; echo -e '::load ../ia32_v8.so\n::findjsobjects -l | ::findjsobjects -l' | mdb core.$i.4919 | wc; done
2
9550 9559 86012
3
9445 9454 85067
4
24285 24294 218626
5
30439 30448 274013
6
9548 9557 85994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment