Skip to content

Instantly share code, notes, and snippets.

@nik9000
Created August 21, 2014 14:45
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 nik9000/d2dba49c156a5259a7d6 to your computer and use it in GitHub Desktop.
Save nik9000/d2dba49c156a5259a7d6 to your computer and use it in GitHub Desktop.
cd /var/lib/elasticsearch/production-search-eqiad/nodes/0/indices/
sudo lsof | grep elasticsearch | grep /var/lib | cut -d'/' -f 9- | sort > ~/open
find . | cut -d'/' -f 2- | sort > ~/files
diff ~/open ~/files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment