Skip to content

Instantly share code, notes, and snippets.

@grigio
Created June 18, 2013 17:30
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 grigio/5807500 to your computer and use it in GitHub Desktop.
Save grigio/5807500 to your computer and use it in GitHub Desktop.
meteor deploy - what is inside

Quale Linux?

Distributor ID:  Ubuntu
Description:	Ubuntu 12.10
Release:	12.10
Codename:	quantal

env

MONIT_DATE=Fri, 07 Jun 2013 13:56:24
MONIT_HOST=ip-10-58-115-161.ec2.internal
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/
MONIT_PROCESS_PID=0
MONIT_EVENT=Started
MONIT_PROCESS_MEMORY=0
SHLVL=1
MONIT_PROCESS_CPU_PERCENT=0
MONIT_SERVICE=runner
MONIT_PROCESS_CHILDREN=0
MONIT_DESCRIPTION=Started
_=/home/ubuntu/daemonize/daemonize
PORT=25026
SERVER_ID=dd636231-0502-0060-d79e-8f72f008bce6
ROOT_URL=http://meteor-sh.meteor.com
MONGO_URL=mongodb://meteor-sh_meteor_com:7246c5dd-388a-017c-514d-c5e8f922aa79@production-db-a1.meteor.io.meteor.com,production-db-a2.meteor.io.meteor.com,production-db-a3.meteor.io.meteor.com/meteor-sh_meteor_com?autoReconnect=true
DDP_DEFAULT_CONNECTION_URL=ddp+sockjs://ddp--****-meteor-sh.meteor.com/sockjs
DEFAULT_DDP_ENDPOINT=https://meteor--sh-meteor-com-ddp.meteor.com/
MAIL_URL=smtp://postmaster%40app18397.mailgun.org:7z-61bs0e5t0@smtp.mailgun.org:587/
NODE_PATH=/meteor/dev_bundles/0.3.6/lib/node_modules
LOGNAME=25026
USER=25026
USERNAME=25026
TERM=unknown
SUDO_COMMAND=/meteor/dev_bundles/0.3.6/bin/node /meteor/containers/dd636231-0502-0060-d79e-8f72f008bce6/bundle/main.js --keepalive
SUDO_USER=root
SUDO_UID=0
SUDO_GID=1001
LANG=en_US.UTF-8
NODE_ENV=production

Quali processi usano più cpu?

%CPU TIME %MEM TIME USER PID CMD
40.3 2-18:17:06 1.4 3977:06 11766 27225 /meteor/dev_bundles/0.3.3/bin/node /meteor/containers/4024fe26-404f-77a8-aebe-41fb10ed4f37/bundle/main.js --keepalive
23.9 20:45:45 0.1 1245:45 10074 15692 /meteor/dev_bundles/0.3.3/bin/node /meteor/containers/df7fe2d1-1f23-d889-59c4-f092c8d12635/bundle/main.js --keepalive
4.6 12:33:11 0.1 753:11 root 17697 /home/ubuntu/meteor/dev_bundle/bin/node /home/ubuntu/mother/runner/runner.js --galaxy=production --runner_instance=default
6.5 10:46:52 0.1 646:52 20439 18027 /meteor/dev_bundles/0.3.0/bin/node /meteor/containers/795a2118-fab7-3370-fd34-99359eb64ddc/bundle/main.js --keepalive
9.5 08:27:36 0.1 507:36 17516 9248 /meteor/dev_bundles/0.3.6/bin/node /meteor/containers/23ce8f75-34a2-54f1-463d-d10c18d8d9ae/bundle/main.js --keepalive
5.1 08:27:20 0.2 507:20 23121 21053 /meteor/dev_bundles/0.3.3/bin/node /meteor/containers/11537c84-b289-23f3-4de2-365c446b4502/bundle/main.js --keepalive
33.9 06:46:01 0.5 406:01 22912 8341 /meteor/dev_bundles/0.3.3/bin/node /meteor/containers/7bef036b-8c59-e0c4-707c-a86fcf5de43b/bundle/main.js --keepalive
4.1 05:53:12 0.0 353:12 15396 29114 /meteor/dev_bundles/0.3.3/bin/node /meteor/containers/89b3b4bc-ec69-60e5-53b5-5a8a83a73dc4/bundle/main.js --keepalive
3.4 05:44:43 1.5 344:43 3021 17587 /meteor/dev_bundles/0.3.6/bin/node /meteor/containers/72c3533f-0dbe-39e8-706e-80c4132cfaf8/bundle/main.js --keepalive
4.5 05:22:02 0.0 322:02 14834 4580 /usr/lib/phantomjs/phantomjs --load-images=no /dev/stdin
4.1 05:06:07 0.2 306:07 18767 20322 /meteor/dev_bundles/0.3.0/bin/node /meteor/containers/c49f9ec0-0010-01b9-c098-56670e33c849/bundle/main.js --keepalive
4.5 04:22:02 0.0 262:02 14834 28835 /usr/lib/phantomjs/phantomjs --load-images=no /dev/stdin
4.5 03:39:14 0.0 219:14 14834 13305 /usr/lib/phantomjs/phantomjs --load-images=no /dev/stdin

Quali altre app meteor sono attive? (una per ogni porta interna) netstat -an

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State 
tcp 0 0 0.0.0.0:23710 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:11006 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:15262 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:18046 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:15870 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:11294 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:24926 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:24734 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:13214 0.0.0.0:* LISTEN 
tcp 0 0 0.0.0.0:23582 0.0.0.0:* LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment