Advertisement
Sanity

ps -aux

Mar 24th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.65 KB | None | 0 0
  1. [root@rylai ~]# ps aux
  2. USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
  3. root         1  0.0  0.1   2884   156 ?        Ss   05:42   0:00 /sbin/init
  4. root         2  0.0  0.0      0     0 ?        S    05:42   0:00 [kthreadd]
  5. root         3  0.0  0.0      0     0 ?        S    05:42   0:00 [migration/0]
  6. root         4  0.0  0.0      0     0 ?        S    05:42   0:00 [ksoftirqd/0]
  7. root         5  0.0  0.0      0     0 ?        S    05:42   0:00 [watchdog/0]
  8. root         6  0.0  0.0      0     0 ?        S    05:42   0:00 [migration/1]
  9. root         7  0.0  0.0      0     0 ?        S    05:42   0:00 [ksoftirqd/1]
  10. root         8  0.0  0.0      0     0 ?        S    05:42   0:00 [watchdog/1]
  11. root         9  0.0  0.0      0     0 ?        R    05:42   0:00 [events/0]
  12. root        10  0.0  0.0      0     0 ?        S    05:42   0:00 [events/1]
  13. root        11  0.0  0.0      0     0 ?        S    05:42   0:00 [cpuset]
  14. root        12  0.0  0.0      0     0 ?        S    05:42   0:00 [khelper]
  15. root        13  0.0  0.0      0     0 ?        S    05:42   0:00 [netns]
  16. root        14  0.0  0.0      0     0 ?        S    05:42   0:00 [async/mgr]
  17. root        15  0.0  0.0      0     0 ?        S    05:42   0:00 [pm]
  18. root        16  0.0  0.0      0     0 ?        S    05:42   0:00 [xenwatch]
  19. root        17  0.0  0.0      0     0 ?        S    05:42   0:00 [xenbus]
  20. root        18  0.0  0.0      0     0 ?        S    05:42   0:00 [sync_supers]
  21. root        19  0.0  0.0      0     0 ?        S    05:42   0:00 [bdi-default]
  22. root        20  0.0  0.0      0     0 ?        S    05:42   0:00 [kintegrityd/0]
  23. root        21  0.0  0.0      0     0 ?        S    05:42   0:00 [kintegrityd/1]
  24. root        22  0.0  0.0      0     0 ?        S    05:42   0:00 [kblockd/0]
  25. root        23  0.0  0.0      0     0 ?        S    05:42   0:00 [kblockd/1]
  26. root        24  0.0  0.0      0     0 ?        S    05:42   0:00 [ata/0]
  27. root        25  0.0  0.0      0     0 ?        S    05:42   0:00 [ata/1]
  28. root        26  0.0  0.0      0     0 ?        S    05:42   0:00 [ata_aux]
  29. root        27  0.0  0.0      0     0 ?        S    05:42   0:00 [ksuspend_usbd]
  30. root        28  0.0  0.0      0     0 ?        S    05:42   0:00 [khubd]
  31. root        29  0.0  0.0      0     0 ?        S    05:42   0:00 [kseriod]
  32. root        32  0.0  0.0      0     0 ?        S    05:42   0:00 [khungtaskd]
  33. root        33  0.0  0.0      0     0 ?        R    05:42   0:03 [kswapd0]
  34. root        34  0.0  0.0      0     0 ?        SN   05:42   0:00 [ksmd]
  35. root        35  0.0  0.0      0     0 ?        S    05:42   0:00 [aio/0]
  36. root        36  0.0  0.0      0     0 ?        S    05:42   0:00 [aio/1]
  37. root        37  0.0  0.0      0     0 ?        S    05:42   0:00 [crypto/0]
  38. root        38  0.0  0.0      0     0 ?        S    05:42   0:00 [crypto/1]
  39. root        44  0.0  0.0      0     0 ?        S    05:42   0:00 [khvcd]
  40. root        45  0.0  0.0      0     0 ?        S    05:42   0:00 [kpsmoused]
  41. root        46  0.0  0.0      0     0 ?        S    05:42   0:00 [usbhid_resumer]
  42. root        74  0.0  0.0      0     0 ?        S    05:42   0:00 [kstriped]
  43. root       203  0.0  0.0      0     0 ?        S    05:42   0:00 [kjournald]
  44. root       267  0.0  0.0   2604     8 ?        S<s  05:42   0:00 /sbin/udevd -d
  45. root       538  0.0  0.0      0     0 ?        S    05:42   0:00 [kauditd]
  46. root       807  0.0  0.5  36640   696 ?        Sl   05:42   0:00 /sbin/rsyslogd -i /var/run/syslogd.pid -c 4
  47. root       827  0.0  0.1  67320   224 ?        Ss   05:42   0:00 php-fpm: master process (/usr/local/etc/php-fpm.conf)
  48. nginx      830  0.0  6.0  71716  7208 ?        S    05:42   0:00 php-fpm: pool www
  49. nginx      832  0.0  9.5  71640 11292 ?        S    05:42   0:00 php-fpm: pool www
  50. nginx      834  0.0 10.5  71676 12480 ?        S    05:42   0:00 php-fpm: pool www
  51. nginx      835  0.0  7.6  71640  9108 ?        S    05:42   0:00 php-fpm: pool www
  52. nginx      836  0.0  5.9  72920  7008 ?        S    05:42   0:00 php-fpm: pool www
  53. nginx      838  0.0 10.2  71628 12144 ?        S    05:42   0:00 php-fpm: pool www
  54. nginx      839  0.0 11.5  71600 13668 ?        S    05:42   0:00 php-fpm: pool www
  55. nginx      840  0.0 10.5  71916 12428 ?        S    05:42   0:00 php-fpm: pool www
  56. nginx      842  0.0  4.7  71632  5572 ?        S    05:42   0:00 php-fpm: pool www
  57. nginx      843  0.0 12.0  71668 14200 ?        S    05:42   0:00 php-fpm: pool www
  58. nginx      844  0.0  4.8  71920  5680 ?        S    05:42   0:00 php-fpm: pool www
  59. nginx      845  0.0  6.5  73256  7700 ?        S    05:42   0:00 php-fpm: pool www
  60. nginx      846  0.0  5.0  68704  5956 ?        D    05:42   0:00 php-fpm: pool www
  61. nginx      847  0.0  5.2  73416  6200 ?        S    05:42   0:00 php-fpm: pool www
  62. nginx      848  0.0  5.6  70856  6720 ?        S    05:42   0:00 php-fpm: pool www
  63. nginx      849  0.0  5.6  71380  6716 ?        S    05:42   0:00 php-fpm: pool www
  64. nginx      850  0.0  6.1  70848  7220 ?        S    05:42   0:00 php-fpm: pool www
  65. nginx      851  0.0  6.4  74460  7596 ?        S    05:42   0:00 php-fpm: pool www
  66. root       857  0.0  0.1   8492   164 ?        Ss   05:42   0:00 /usr/sbin/sshd
  67. ntp        865  0.0  0.3   5132   416 ?        Ss   05:42   0:00 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
  68. root       879  0.0  0.0   3040     8 ?        S    05:42   0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/rylai.pid
  69. root      1924  0.0  2.3  18256  2820 ?        Ss   05:42   0:00 lfd - sleeping
  70. nobody    1934  0.0  0.0  58272   116 ?        Ssl  05:42   0:00 /usr/local/bin/memcached -d -m 8 -l 127.0.0.1 -p 11211 -c 2048 -t 4 -n 48 -f 1.05 -u nobody
  71. root      1995  0.0  0.4  12296   488 ?        Ss   05:43   0:00 sendmail: accepting connections
  72. root      2016  0.0  0.0   4988    28 ?        Ss   05:43   0:00 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
  73. nginx     2018  0.0  0.7  11936   868 ?        S<   05:43   0:00 nginx: worker process
  74. smmsp     2030  0.0  0.0  12088   116 ?        Ss   05:44   0:00 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue
  75. root      2039  0.0  0.2   3892   348 ?        Ss   05:44   0:00 crond
  76. root      2052  0.0  0.0   2012     8 hvc0     Ss+  05:44   0:00 /sbin/agetty /dev/hvc0 38400 vt100-nav
  77. root      2054  0.0  0.0   2000     8 tty1     Ss+  05:44   0:00 /sbin/mingetty /dev/tty1
  78. root      2056  0.0  0.0   2000     8 tty2     Ss+  05:44   0:00 /sbin/mingetty /dev/tty2
  79. root      2058  0.0  0.0   2000     8 tty3     Ss+  05:44   0:00 /sbin/mingetty /dev/tty3
  80. root      2060  0.0  0.0   2000     8 tty4     Ss+  05:44   0:00 /sbin/mingetty /dev/tty4
  81. root      2062  0.0  0.0   2000     8 tty5     Ss+  05:44   0:00 /sbin/mingetty /dev/tty5
  82. root      2064  0.0  0.0   2000     8 tty6     Ss+  05:44   0:00 /sbin/mingetty /dev/tty6
  83. root      2070  0.0  0.0   2600     8 ?        S<   05:44   0:00 /sbin/udevd -d
  84. root      2071  0.0  0.0   2600     8 ?        S<   05:44   0:00 /sbin/udevd -d
  85. nginx     2223  0.0  9.4  71196 11216 ?        S    06:30   0:00 php-fpm: pool www
  86. nginx     2224  0.0  9.6  69956 11380 ?        S    06:30   0:00 php-fpm: pool www
  87. mysql     2339  0.0  2.0  99108  2428 ?        Sl   06:59   0:00 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysqld.log --op
  88. root      2624  0.0  0.4  11580   564 ?        S    08:48   0:00 sshd: root@pts/0
  89. root      2627  0.0  0.6   3040   804 pts/0    Ss   08:49   0:00 -bash
  90. root      2788  0.0  0.6  12328   800 ?        S    09:34   0:00 sshd: root@notty
  91. root      2790  0.0  0.3   7812   396 ?        Ss   09:34   0:00 /usr/libexec/openssh/sftp-server
  92. root      2896  0.0  0.8   2848   960 pts/0    R+   10:09   0:00 ps aux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement