Advertisement
arieonline

nginx+php-fpm+mysql

Sep 29th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. root@vks31571:~# ps aux
  2. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  3. root 1 0.0 1.3 3336 1760 ? Ss 12:39 0:00 init
  4. root 2 0.0 0.0 0 0 ? S 12:39 0:00 [kthreadd/31571]
  5. root 3 0.0 0.0 0 0 ? S 12:39 0:00 [khelper/31571]
  6. root 100 0.0 0.5 2768 664 ? S 12:39 0:00 upstart-udev-bridge --daemon
  7. root 118 0.0 0.7 2776 980 ? Ss 12:39 0:00 /sbin/udevd --daemon
  8. 102 153 0.0 0.5 3192 684 ? Ss 12:39 0:00 dbus-daemon --system --fork --activation=upstart
  9. root 181 0.0 0.4 2772 620 ? S 12:39 0:00 /sbin/udevd --daemon
  10. root 183 0.0 0.4 2772 620 ? S 12:39 0:00 /sbin/udevd --daemon
  11. root 292 0.0 0.3 2780 500 ? S 12:39 0:00 upstart-socket-bridge --daemon
  12. root 363 0.0 1.7 6616 2308 ? Ss 12:39 0:00 /usr/sbin/sshd -D
  13. root 406 0.0 0.6 2552 896 ? Ss 12:39 0:00 cron
  14. daemon 407 0.0 0.3 2404 424 ? Ss 12:39 0:00 atd
  15. root 420 0.0 0.4 2108 608 ? Ss 12:39 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket
  16. mysql 434 0.2 9.8 63688 12952 ? Ssl 12:39 0:01 /usr/sbin/mysqld
  17. root 452 0.0 0.3 4076 416 ? S 12:39 0:00 supervising syslog-ng
  18. root 453 0.0 2.4 7636 3156 ? Ss 12:39 0:00 /usr/sbin/syslog-ng -p /var/run/syslog-ng.pid
  19. root 474 0.0 0.3 2560 520 ? Ss 12:39 0:00 /usr/sbin/dropbear -d /etc/dropbear/dropbear_dss_host_key -r /etc/dropbear/dropbear_rsa_host_key -p 22
  20. root 479 0.0 0.7 10204 1008 ? Ss 12:39 0:00 nginx: master process /usr/sbin/nginx
  21. www-data 480 0.0 1.5 10700 2076 ? S 12:39 0:00 nginx: worker process
  22. root 820 0.0 1.0 3220 1436 ? Ss 12:39 0:00 /usr/sbin/dropbear -d /etc/dropbear/dropbear_dss_host_key -r /etc/dropbear/dropbear_rsa_host_key -p 22
  23. root 821 0.0 1.0 3220 1400 ? Ss 12:39 0:00 /usr/sbin/dropbear -d /etc/dropbear/dropbear_dss_host_key -r /etc/dropbear/dropbear_rsa_host_key -p 22
  24. root 822 0.0 2.4 4836 3188 pts/0 Ss 12:39 0:00 -bash
  25. root 842 0.0 2.4 4836 3184 pts/1 Ss 12:39 0:00 -bash
  26. root 862 0.3 1.2 3196 1620 pts/0 S+ 12:39 0:01 htop
  27. root 928 0.0 2.3 32948 3016 ? Ss 12:45 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
  28. www-data 929 0.0 1.9 32948 2588 ? S 12:45 0:00 php-fpm: pool www
  29. www-data 930 0.0 1.9 32948 2588 ? S 12:45 0:00 php-fpm: pool www
  30. root 933 0.0 0.7 2800 1000 pts/1 R+ 12:45 0:00 ps aux
  31.  
  32. root@vks31571:~# free -m
  33. total used free shared buffers cached
  34. Mem: 128 55 72 0 0 25
  35. -/+ buffers/cache: 29 98
  36. Swap: 128 0 128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement