Skip to content

Instantly share code, notes, and snippets.

@erikbuild
Created November 1, 2012 22:31
Show Gist options
  • Save erikbuild/3997138 to your computer and use it in GitHub Desktop.
Save erikbuild/3997138 to your computer and use it in GitHub Desktop.
admin@github-uconn-edu:~$ ps aux | grep elasticsearch | grep -v grep
root 22254 154 16.6 2380740 688040 ? Sl 22:07 35:54 /usr/bin/java -Xms256m -Xmx1g -Xss128k -XX:+UseParNewGC
-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMe
moryError -Delasticsearch -Des.pidfile=/var/run/elasticsearch.pid -Des.path.home=/usr/share/elasticsearch -cp :/usr/shar
e/elasticsearch/lib/*:/usr/share/elasticsearch/lib/sigar/* -Des.config=/data/elasticsearch/elasticsearch.yml -Xms512m -X
mx2048m -Des.path.home=/data/elasticsearch org.elasticsearch.bootstrap.ElasticSearch
admin@github-uconn-edu:~$ netstat -lpt
(No info could be read for "-p": geteuid()=501 but you should be root.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost:4327 *:* LISTEN -
tcp 0 0 localhost:9000 *:* LISTEN -
tcp 0 0 localhost:4328 *:* LISTEN -
tcp 0 0 *:git *:* LISTEN -
tcp 0 0 localhost:mysql *:* LISTEN -
tcp 0 0 localhost:11211 *:* LISTEN -
tcp 0 0 localhost:6379 *:* LISTEN -
tcp 0 0 *:5100 *:* LISTEN -
tcp 0 0 localhost:5101 *:* LISTEN -
tcp 0 0 *:9999 *:* LISTEN -
tcp 0 0 *:www *:* LISTEN -
tcp 0 0 *:ssh *:* LISTEN -
tcp 0 0 localhost:8983 *:* LISTEN -
tcp 0 0 *:4567 *:* LISTEN -
tcp 0 0 *:6200 *:* LISTEN -
tcp 0 0 localhost:5208 *:* LISTEN -
tcp 0 0 localhost:3000 *:* LISTEN -
tcp 0 0 localhost:1337 *:* LISTEN -
tcp 0 0 *:13337 *:* LISTEN -
tcp 0 0 localhost:3001 *:* LISTEN -
tcp 0 0 *:https *:* LISTEN -
tcp6 0 0 [::]:9200 [::]:* LISTEN -
tcp6 0 0 [::]:9300 [::]:* LISTEN -
tcp6 0 0 [::]:ssh [::]:* LISTEN -
admin@github-uconn-edu:~$ exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment