Skip to content

Instantly share code, notes, and snippets.

@flav
Created January 28, 2012 15:40
Show Gist options
  • Save flav/1694731 to your computer and use it in GitHub Desktop.
Save flav/1694731 to your computer and use it in GitHub Desktop.
gearman -w -p 4729 -c40000 -f solrIndexEntity | perl -pe 's/}{/}\n{/g' | sort | uniq | while read params; do echo $params; gearman -b -f solrIndexEntity -p 4729 -h drone02.us0.nutshell.com -s $params; done | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment