Jump to content
Robert1995

Linux Zombies Process List Hell

Recommended Posts

Salut,

De 5 zile ma chinui sa scap de "zombie processes", lucrez pe un server cu 35 de siteuri pe el, si se strang tone de zombie processes in interval de 1-2 zile.

Dau periodic comanda urmatoare sa le "scot" din lista de procese, care mia eliberat aproximativ 4-5 GB Ram, serverul e pe 32GB, dar nu face fata cu asa ceva la rata asta.

kill -HUP $(ps -A -ostat,ppid | grep -e '[zZ]'| awk '{ print $2 }')

Inainte erau vreo 7-8 GB si am optimizat peste tot unde am stiut sa nu fie "memory leaks" si sa eliberez tot ce se poate, vreo sugestie cu ce as putea face ? Sau cum pot gasi "sursa" problemei ?

Link to comment
Share on other sites

Sa fac pariu ca ai centos iar procesele zombie sunt apache ?

Posteaza un output la ps aux

Da, dar nu stiu daca e din apache neaparat, suspectam ca de acolo e, serveru e asa cum "l-am primit"

CodePad : Plain Text code - 599 lines - codepad


root 1 0.0 0.0 19356 516 ? Ss Aug19 0:06 /sbin/init
root 2 0.0 0.0 0 0 ? S Aug19 0:35 [kthreadd]
root 3 0.0 0.0 0 0 ? S Aug19 0:04 [migration/0]
root 4 0.0 0.0 0 0 ? S Aug19 0:07 [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S Aug19 0:00 [migration/0]
root 6 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/0]
root 7 0.0 0.0 0 0 ? S Aug19 0:04 [migration/1]
root 8 0.0 0.0 0 0 ? S Aug19 0:00 [migration/1]
root 9 0.0 0.0 0 0 ? S Aug19 0:04 [ksoftirqd/1]
root 10 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/1]
root 11 0.0 0.0 0 0 ? S Aug19 0:02 [migration/2]
root 12 0.0 0.0 0 0 ? S Aug19 0:00 [migration/2]
root 13 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/2]
root 14 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/2]
root 15 0.0 0.0 0 0 ? S Aug19 0:02 [migration/3]
root 16 0.0 0.0 0 0 ? S Aug19 0:00 [migration/3]
root 17 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/3]
root 18 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/3]
root 19 0.0 0.0 0 0 ? S Aug19 0:02 [migration/4]
root 20 0.0 0.0 0 0 ? S Aug19 0:00 [migration/4]
root 21 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/4]
root 22 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/4]
root 23 0.0 0.0 0 0 ? S Aug19 0:01 [migration/5]
root 24 0.0 0.0 0 0 ? S Aug19 0:00 [migration/5]
root 25 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/5]
root 26 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/5]
root 27 0.0 0.0 0 0 ? S Aug19 0:07 [migration/6]
root 28 0.0 0.0 0 0 ? S Aug19 0:00 [migration/6]
root 29 0.0 0.0 0 0 ? S Aug19 0:05 [ksoftirqd/6]
root 30 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/6]
root 31 0.0 0.0 0 0 ? S Aug19 0:00 [migration/7]
root 32 0.0 0.0 0 0 ? S Aug19 0:00 [migration/7]
root 33 0.0 0.0 0 0 ? S Aug19 0:03 [ksoftirqd/7]
root 34 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/7]
root 35 0.0 0.0 0 0 ? S Aug19 0:00 [migration/8]
root 36 0.0 0.0 0 0 ? S Aug19 0:00 [migration/8]
root 37 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/8]
root 38 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/8]
root 39 0.0 0.0 0 0 ? S Aug19 0:00 [migration/9]
root 40 0.0 0.0 0 0 ? S Aug19 0:00 [migration/9]
root 41 0.0 0.0 0 0 ? S Aug19 0:01 [ksoftirqd/9]
root 42 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/9]
root 43 0.0 0.0 0 0 ? S Aug19 0:00 [migration/10]
root 44 0.0 0.0 0 0 ? S Aug19 0:00 [migration/10]
root 45 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/10]
root 46 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/10]
root 47 0.0 0.0 0 0 ? S Aug19 0:00 [migration/11]
root 48 0.0 0.0 0 0 ? S Aug19 0:00 [migration/11]
root 49 0.0 0.0 0 0 ? S Aug19 0:02 [ksoftirqd/11]
root 50 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/11]
root 51 0.0 0.0 0 0 ? S Aug19 0:03 [migration/12]
root 52 0.0 0.0 0 0 ? S Aug19 0:00 [migration/12]
root 53 0.0 0.0 0 0 ? S Aug19 0:12 [ksoftirqd/12]
root 54 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/12]
root 55 0.0 0.0 0 0 ? S Aug19 0:16 [migration/13]
root 56 0.0 0.0 0 0 ? S Aug19 0:00 [migration/13]
root 57 0.0 0.0 0 0 ? S Aug19 0:24 [ksoftirqd/13]
root 58 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/13]
root 59 0.0 0.0 0 0 ? S Aug19 0:09 [migration/14]
root 60 0.0 0.0 0 0 ? S Aug19 0:00 [migration/14]
root 61 0.0 0.0 0 0 ? S Aug19 0:25 [ksoftirqd/14]
root 62 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/14]
root 63 0.0 0.0 0 0 ? S Aug19 0:04 [migration/15]
root 64 0.0 0.0 0 0 ? S Aug19 0:00 [migration/15]
root 65 0.0 0.0 0 0 ? S Aug19 0:17 [ksoftirqd/15]
root 66 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/15]
root 67 0.0 0.0 0 0 ? S Aug19 0:03 [migration/16]
root 68 0.0 0.0 0 0 ? S Aug19 0:00 [migration/16]
root 69 0.0 0.0 0 0 ? S Aug19 0:12 [ksoftirqd/16]
root 70 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/16]
root 71 0.0 0.0 0 0 ? S Aug19 0:03 [migration/17]
root 72 0.0 0.0 0 0 ? S Aug19 0:00 [migration/17]
root 73 0.0 0.0 0 0 ? S Aug19 0:12 [ksoftirqd/17]
root 74 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/17]
root 75 0.0 0.0 0 0 ? S Aug19 0:00 [migration/18]
root 76 0.0 0.0 0 0 ? S Aug19 0:00 [migration/18]
root 77 0.0 0.0 0 0 ? S Aug19 0:05 [ksoftirqd/18]
root 78 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/18]
root 79 0.0 0.0 0 0 ? S Aug19 0:17 [migration/19]
root 80 0.0 0.0 0 0 ? S Aug19 0:00 [migration/19]
root 81 0.0 0.0 0 0 ? S Aug19 1:13 [ksoftirqd/19]
root 82 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/19]
root 83 0.0 0.0 0 0 ? S Aug19 0:14 [migration/20]
root 84 0.0 0.0 0 0 ? S Aug19 0:00 [migration/20]
root 85 0.0 0.0 0 0 ? S Aug19 0:33 [ksoftirqd/20]
root 86 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/20]
root 87 0.0 0.0 0 0 ? S Aug19 0:04 [migration/21]
root 88 0.0 0.0 0 0 ? S Aug19 0:00 [migration/21]
root 89 0.0 0.0 0 0 ? S Aug19 0:38 [ksoftirqd/21]
root 90 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/21]
root 91 0.0 0.0 0 0 ? S Aug19 0:01 [migration/22]
root 92 0.0 0.0 0 0 ? S Aug19 0:00 [migration/22]
root 93 0.0 0.0 0 0 ? S Aug19 0:14 [ksoftirqd/22]
root 94 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/22]
root 95 0.0 0.0 0 0 ? S Aug19 0:00 [migration/23]
root 96 0.0 0.0 0 0 ? S Aug19 0:00 [migration/23]
root 97 0.0 0.0 0 0 ? S Aug19 0:05 [ksoftirqd/23]
root 98 0.0 0.0 0 0 ? S Aug19 0:00 [watchdog/23]
root 99 0.0 0.0 0 0 ? S Aug19 7:48 [events/0]
root 100 0.0 0.0 0 0 ? S Aug19 0:16 [events/1]
root 101 0.0 0.0 0 0 ? S Aug19 0:20 [events/2]
root 102 0.0 0.0 0 0 ? S Aug19 0:16 [events/3]
root 103 0.0 0.0 0 0 ? S Aug19 0:17 [events/4]
root 104 0.0 0.0 0 0 ? S Aug19 0:20 [events/5]
root 105 0.0 0.0 0 0 ? S Aug19 0:14 [events/6]
root 106 0.0 0.0 0 0 ? S Aug19 0:16 [events/7]
root 107 0.0 0.0 0 0 ? S Aug19 0:14 [events/8]
root 108 0.0 0.0 0 0 ? S Aug19 0:12 [events/9]
root 109 0.0 0.0 0 0 ? S Aug19 0:11 [events/10]
root 110 0.0 0.0 0 0 ? S Aug19 0:13 [events/11]
root 111 0.0 0.0 0 0 ? S Aug19 0:20 [events/12]
root 112 0.0 0.0 0 0 ? S Aug19 0:17 [events/13]
root 113 0.0 0.0 0 0 ? S Aug19 0:16 [events/14]
root 114 0.0 0.0 0 0 ? S Aug19 0:17 [events/15]
root 115 0.0 0.0 0 0 ? S Aug19 0:17 [events/16]
root 116 0.0 0.0 0 0 ? S Aug19 0:23 [events/17]
root 117 0.0 0.0 0 0 ? S Aug19 0:16 [events/18]
root 118 0.0 0.0 0 0 ? S Aug19 0:15 [events/19]
root 119 0.0 0.0 0 0 ? S Aug19 0:17 [events/20]
root 120 0.0 0.0 0 0 ? S Aug19 0:15 [events/21]
root 121 0.0 0.0 0 0 ? S Aug19 0:16 [events/22]
root 122 0.0 0.0 0 0 ? S Aug19 0:22 [events/23]
root 123 0.0 0.0 0 0 ? S Aug19 0:00 [cgroup]
root 124 0.0 0.0 0 0 ? S Aug19 0:00 [khelper]
root 125 0.0 0.0 0 0 ? S Aug19 0:00 [netns]
root 126 0.0 0.0 0 0 ? S Aug19 0:00 [async/mgr]
root 127 0.0 0.0 0 0 ? S Aug19 0:00 [pm]
root 128 0.0 0.0 0 0 ? S Aug19 0:01 [sync_supers]
root 129 0.0 0.0 0 0 ? S Aug19 0:01 [bdi-default]
root 130 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/0]
root 131 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 132 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/2]
root 133 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/3]
root 134 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/4]
root 135 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/5]
root 136 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/6]
root 137 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/7]
root 138 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/8]
root 139 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/9]
root 140 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 141 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 142 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 143 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 144 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 145 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 146 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 147 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 148 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 149 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/1]
root 150 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/2]
root 151 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/2]
root 152 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/2]
root 153 0.0 0.0 0 0 ? S Aug19 0:00 [kintegrityd/2]
root 154 0.0 0.0 0 0 ? S Aug19 1:02 [kblockd/0]
root 155 0.0 0.0 0 0 ? S Aug19 1:06 [kblockd/1]
root 156 0.0 0.0 0 0 ? S Aug19 0:54 [kblockd/2]
root 157 0.0 0.0 0 0 ? S Aug19 0:56 [kblockd/3]
root 158 0.0 0.0 0 0 ? S Aug19 0:48 [kblockd/4]
root 159 0.0 0.0 0 0 ? S Aug19 0:41 [kblockd/5]
root 160 0.0 0.0 0 0 ? S Aug19 2:19 [kblockd/6]
root 161 0.0 0.0 0 0 ? S Aug19 0:01 [kblockd/7]
root 162 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/8]
root 163 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/9]
root 164 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/10]
root 165 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/11]
root 166 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/12]
root 167 0.0 0.0 0 0 ? S Aug19 0:01 [kblockd/13]
root 168 0.0 0.0 0 0 ? S Aug19 0:01 [kblockd/14]
root 169 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/15]
root 170 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/16]
root 171 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/17]
root 172 0.0 0.0 0 0 ? S Aug19 0:01 [kblockd/18]
root 173 0.0 0.0 0 0 ? S Aug19 0:02 [kblockd/19]
root 174 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/20]
root 175 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/21]
root 176 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/22]
root 177 0.0 0.0 0 0 ? S Aug19 0:00 [kblockd/23]
root 178 0.0 0.0 0 0 ? S Aug19 0:00 [kacpid]
root 179 0.0 0.0 0 0 ? S Aug19 0:00 [kacpi_notify]
root 180 0.0 0.0 0 0 ? S Aug19 0:00 [kacpi_hotplug]
root 181 0.0 0.0 0 0 ? S Aug19 0:00 [ata_aux]
root 182 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/0]
root 183 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/1]
root 184 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/2]
root 185 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/3]
root 186 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/4]
root 187 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/5]
root 188 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/6]
root 189 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/7]
root 190 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/8]
root 191 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/9]
root 192 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/10]
root 193 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/11]
root 194 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/12]
root 195 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/13]
root 196 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/14]
root 197 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/15]
root 198 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/16]
root 199 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/17]
root 200 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/18]
root 201 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/19]
root 202 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/20]
root 203 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/21]
root 204 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/22]
root 205 0.0 0.0 0 0 ? S Aug19 0:00 [ata_sff/23]
root 206 0.0 0.0 0 0 ? S Aug19 0:00 [ksuspend_usbd]
root 207 0.0 0.0 0 0 ? S Aug19 0:00 [khubd]
root 208 0.0 0.0 0 0 ? S Aug19 0:00 [kseriod]
root 209 0.0 0.0 0 0 ? S Aug19 0:00 [md/0]
root 210 0.0 0.0 0 0 ? S Aug19 0:00 [md/1]
root 211 0.0 0.0 0 0 ? S Aug19 0:00 [md/2]
root 212 0.0 0.0 0 0 ? S Aug19 0:00 [md/3]
root 213 0.0 0.0 0 0 ? S Aug19 0:00 [md/4]
root 214 0.0 0.0 0 0 ? S Aug19 0:00 [md/5]
root 215 0.0 0.0 0 0 ? S Aug19 0:00 [md/6]
root 216 0.0 0.0 0 0 ? S Aug19 0:00 [md/7]
root 217 0.0 0.0 0 0 ? S Aug19 0:00 [md/8]
root 218 0.0 0.0 0 0 ? S Aug19 0:00 [md/9]
root 219 0.0 0.0 0 0 ? S Aug19 0:00 [md/10]
root 220 0.0 0.0 0 0 ? S Aug19 0:00 [md/11]
root 221 0.0 0.0 0 0 ? S Aug19 0:00 [md/12]
root 222 0.0 0.0 0 0 ? S Aug19 0:00 [md/13]
root 223 0.0 0.0 0 0 ? S Aug19 0:00 [md/14]
root 224 0.0 0.0 0 0 ? S Aug19 0:00 [md/15]
root 225 0.0 0.0 0 0 ? S Aug19 0:00 [md/16]
root 226 0.0 0.0 0 0 ? S Aug19 0:00 [md/17]
root 227 0.0 0.0 0 0 ? S Aug19 0:00 [md/18]
root 228 0.0 0.0 0 0 ? S Aug19 0:00 [md/19]
root 229 0.0 0.0 0 0 ? S Aug19 0:00 [md/20]
root 230 0.0 0.0 0 0 ? S Aug19 0:00 [md/21]
root 231 0.0 0.0 0 0 ? S Aug19 0:00 [md/22]
root 232 0.0 0.0 0 0 ? S Aug19 0:00 [md/23]
root 233 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/0]
root 234 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/1]
root 235 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/2]
root 236 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/3]
root 237 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/4]
root 238 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/5]
root 239 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/6]
root 240 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/7]
root 241 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/8]
root 242 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/9]
root 243 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/10]
root 244 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/11]
root 245 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/12]
root 246 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/13]
root 247 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/14]
root 248 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/15]
root 249 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/16]
root 250 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/17]
root 251 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/18]
root 252 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/19]
root 253 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/20]
root 254 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/21]
root 255 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/22]
root 256 0.0 0.0 0 0 ? S Aug19 0:00 [md_misc/23]
root 257 0.0 0.0 0 0 ? S Aug19 0:00 [linkwatch]
root 258 0.0 0.0 0 0 ? S Aug19 0:00 [khungtaskd]
root 259 0.0 0.0 0 0 ? D Aug19 2:22 [kswapd0]
root 260 0.0 0.0 0 0 ? D Aug19 1:58 [kswapd1]
root 261 0.0 0.0 0 0 ? SN Aug19 0:00 [ksmd]
root 262 0.0 0.0 0 0 ? SN Aug19 8:07 [khugepaged]
root 263 0.0 0.0 0 0 ? S Aug19 0:00 [aio/0]
root 264 0.0 0.0 0 0 ? S Aug19 0:00 [aio/1]
root 265 0.0 0.0 0 0 ? S Aug19 0:00 [aio/2]
root 266 0.0 0.0 0 0 ? S Aug19 0:00 [aio/3]
root 267 0.0 0.0 0 0 ? S Aug19 0:00 [aio/4]
root 268 0.0 0.0 0 0 ? S Aug19 0:00 [aio/5]
root 269 0.0 0.0 0 0 ? S Aug19 0:00 [aio/6]
root 270 0.0 0.0 0 0 ? S Aug19 0:00 [aio/7]
root 271 0.0 0.0 0 0 ? S Aug19 0:00 [aio/8]
root 272 0.0 0.0 0 0 ? S Aug19 0:00 [aio/9]
root 273 0.0 0.0 0 0 ? S Aug19 0:00 [aio/10]
root 274 0.0 0.0 0 0 ? S Aug19 0:00 [aio/11]
root 275 0.0 0.0 0 0 ? S Aug19 0:00 [aio/12]
root 276 0.0 0.0 0 0 ? S Aug19 0:00 [aio/13]
root 277 0.0 0.0 0 0 ? S Aug19 0:00 [aio/14]
root 278 0.0 0.0 0 0 ? S Aug19 0:00 [aio/15]
root 279 0.0 0.0 0 0 ? S Aug19 0:00 [aio/16]
root 280 0.0 0.0 0 0 ? S Aug19 0:00 [aio/17]
root 281 0.0 0.0 0 0 ? S Aug19 0:00 [aio/18]
root 282 0.0 0.0 0 0 ? S Aug19 0:00 [aio/19]
root 283 0.0 0.0 0 0 ? S Aug19 0:00 [aio/20]
root 284 0.0 0.0 0 0 ? S Aug19 0:00 [aio/21]
root 285 0.0 0.0 0 0 ? S Aug19 0:00 [aio/22]
root 286 0.0 0.0 0 0 ? S Aug19 0:00 [aio/23]
root 287 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/0]
root 288 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/1]
root 289 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/2]
root 290 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/3]
root 291 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/4]
root 292 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/5]
root 293 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/6]
root 294 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/7]
root 295 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/8]
root 296 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/9]
root 297 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/10]
root 298 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/11]
root 299 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/12]
root 300 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/13]
root 301 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/14]
root 302 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/15]
root 303 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/16]
root 304 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/17]
root 305 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/18]
root 306 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/19]
root 307 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/20]
root 308 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/21]
root 309 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/22]
root 310 0.0 0.0 0 0 ? S Aug19 0:00 [crypto/23]
root 315 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/0]
root 316 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/1]
root 317 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/2]
root 318 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/3]
root 319 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/4]
root 320 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/5]
root 321 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/6]
root 322 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/7]
root 323 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/8]
root 324 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/9]
root 325 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/10]
root 326 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/11]
root 327 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/12]
root 328 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/13]
root 329 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/14]
root 330 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/15]
root 331 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/16]
root 332 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/17]
root 333 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/18]
root 334 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/19]
root 335 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/20]
root 336 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/21]
root 337 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/22]
root 338 0.0 0.0 0 0 ? S Aug19 0:00 [kthrotld/23]
root 348 1.0 0.0 0 0 ? SN Aug19 100:11 [kipmi0]
root 376 0.0 0.0 0 0 ? S Aug19 0:00 [kpsmoused]
root 377 0.0 0.0 0 0 ? S Aug19 0:00 [usbhid_resume]
root 407 0.0 0.0 0 0 ? S Aug19 0:00 [kstriped]
root 596 0.0 0.0 0 0 ? S Aug19 0:00 [scsi_eh_0]
root 597 0.0 0.0 0 0 ? S Aug19 0:00 [scsi_eh_1]
root 598 0.0 0.0 0 0 ? S Aug19 0:00 [scsi_eh_2]
root 599 0.0 0.0 0 0 ? S Aug19 0:00 [scsi_eh_3]
root 600 0.0 0.0 0 0 ? S Aug19 0:00 [scsi_eh_4]
root 601 0.0 0.0 0 0 ? S Aug19 0:00 [scsi_eh_5]
root 835 0.0 0.0 0 0 ? S Aug19 5:53 [jbd2/sda3-8]
root 836 0.0 0.0 0 0 ? S Aug19 0:00 [ext4-dio-unwr]
root 875 0.1 0.0 0 0 ? S Aug19 10:44 [flush-8:0]
root 922 0.0 0.0 10648 4 ? S<s Aug19 0:01 /sbin/udevd -d
root 1081 0.0 0.0 0 0 ? S Aug19 0:07 [edac-poller]
nobody 1640 0.1 1.5 581108 509024 ? S 18:38 0:04 /usr/local/apac
root 1773 0.0 0.0 0 0 ? S Aug19 1:21 [jbd2/sdb-8]
root 1774 0.0 0.0 0 0 ? S Aug19 0:00 [ext4-dio-unwr]
nobody 1892 0.3 7.7 2634040 2559276 ? S 18:38 0:10 /usr/local/apac
root 1922 0.0 0.0 0 0 ? S Aug19 0:50 [kauditd]
root 2110 0.0 0.0 0 0 ? S Aug19 1:23 [bond0]
root 2148 0.0 0.0 10644 4 ? S< Aug19 0:00 /sbin/udevd -d
root 2149 0.0 0.0 10644 4 ? S< Aug19 0:00 /sbin/udevd -d
root 2302 0.0 0.0 0 0 ? S Aug19 1:20 [bond1]
root 2525 0.0 0.0 93200 332 ? S<sl Aug19 2:43 auditd
root 2583 0.1 0.0 249472 3184 ? Sl Aug19 15:38 /sbin/rsyslogd
root 2612 1.0 0.0 10924 428 ? Ss Aug19 103:33 irqbalance --pi
named 2627 1.3 0.1 1975524 49268 ? Ssl Aug19 131:32 /usr/sbin/named
nobody 3039 0.0 0.0 81020 7644 ? S 18:39 0:01 /usr/local/apac
dbus 3092 0.0 0.0 21404 80 ? Ss Aug19 0:00 dbus-daemon --s
root 3127 0.0 0.0 4080 4 ? Ss Aug19 0:00 /usr/sbin/acpid
68 3136 0.4 0.0 38356 1180 ? Ssl Aug19 41:58 hald
root 3137 0.0 0.0 20328 8 ? S Aug19 0:00 hald-runner
root 3169 0.0 0.0 22448 8 ? S Aug19 0:00 hald-addon-inpu
68 3182 0.0 0.0 17936 8 ? S Aug19 0:00 hald-addon-acpi
ntp 3207 0.2 0.0 30720 404 ? Ss Aug19 20:38 ntpd -u ntp:ntp
root 3485 0.0 0.1 270084 37652 ? Ss Aug19 5:47 cxswatch
root 3492 0.4 0.0 196996 15092 ? S Aug19 45:07 cxswatch - slee
root 3493 0.4 0.0 197812 15880 ? S Aug19 48:10 cxswatch - slee
root 3494 0.4 0.0 196236 16004 ? S Aug19 47:07 cxswatch - slee
root 3609 0.0 0.0 139084 212 ? Ss Aug19 0:15 pure-ftpd (SERV
root 3611 0.0 0.0 136580 8 ? S Aug19 0:00 /usr/sbin/pure-
root 3635 0.0 0.0 110316 8 ? Ss Aug19 0:00 /usr/sbin/abrtd
root 3686 0.0 0.0 136580 80 ? S Aug19 0:14 /usr/sbin/pure-
root 3708 0.0 0.0 21540 20 ? Ss Aug19 0:08 /usr/sbin/atd
root 3986 0.3 0.0 114748 3624 ? S Aug19 34:15 cpsrvd (SSL) -
root 4415 0.0 0.0 4064 8 tty1 Ss+ Aug19 0:00 /sbin/mingetty
root 4417 0.0 0.0 4064 8 tty2 Ss+ Aug19 0:00 /sbin/mingetty
root 4419 0.0 0.0 4064 8 tty3 Ss+ Aug19 0:00 /sbin/mingetty
root 4421 0.0 0.0 4064 8 tty4 Ss+ Aug19 0:00 /sbin/mingetty
root 4423 0.0 0.0 4064 8 tty5 Ss+ Aug19 0:00 /sbin/mingetty
root 4425 0.0 0.0 4064 8 tty6 Ss+ Aug19 0:00 /sbin/mingetty
chronosh 4518 0.1 0.0 0 0 ? Z 19:16 0:00 [php] <defunct>
root 4679 0.0 0.0 0 0 ? S 08:43 0:02 [flush-8:16]
nobody 4987 0.0 0.0 80900 7380 ? S 19:16 0:00 /usr/local/apac
nobody 5560 0.0 0.0 80880 7340 ? S 19:17 0:00 /usr/local/apac
vradmin 6184 0.0 0.0 0 0 ? Z 19:18 0:00 [php] <defunct>
chronosh 6435 0.0 0.0 0 0 ? Z 19:18 0:00 [php] <defunct>
nobody 6446 0.0 0.0 80744 5676 ? S 19:18 0:00 /usr/local/apac
root 6449 0.0 0.0 79716 2796 ? S 18:11 0:00 /usr/local/cpan
nobody 6450 0.0 0.5 269756 195696 ? S 18:11 0:03 /usr/local/apac
nobody 6451 0.0 0.0 80924 7324 ? D 18:11 0:02 /usr/local/apac
nobody 6452 0.1 1.5 581032 508712 ? S 18:11 0:04 /usr/local/apac
nobody 6453 0.0 1.1 453888 381784 ? S 18:11 0:03 /usr/local/apac
nobody 6454 0.0 1.1 453832 380104 ? S 18:11 0:03 /usr/local/apac
nobody 6455 0.0 0.0 80964 7304 ? S 18:11 0:02 /usr/local/apac
nobody 6459 0.1 1.5 581088 507368 ? S 18:11 0:06 /usr/local/apac
nobody 6460 0.0 1.5 580864 505940 ? S 18:11 0:03 /usr/local/apac
nobody 6461 0.1 1.9 712296 638596 ? S 18:11 0:05 /usr/local/apac
nobody 6463 0.0 1.1 453776 380204 ? S 18:11 0:03 /usr/local/apac
nobody 6464 0.0 0.0 90304 16824 ? S 18:11 0:02 /usr/local/apac
nobody 6465 0.0 0.0 80936 7304 ? S 18:11 0:02 /usr/local/apac
nobody 6467 0.0 1.1 580896 382912 ? S 18:11 0:04 /usr/local/apac
nobody 6469 0.0 1.1 453688 378792 ? S 18:11 0:03 /usr/local/apac
nobody 6470 0.0 0.0 80848 5920 ? S 18:11 0:01 /usr/local/apac
nobody 6471 0.0 0.0 80912 7288 ? S 18:11 0:01 /usr/local/apac
nobody 6472 0.0 0.5 264280 190612 ? S 18:11 0:02 /usr/local/apac
nobody 6476 0.0 0.0 80728 7232 ? S 19:18 0:00 /usr/local/apac
chronosh 6486 0.0 0.0 0 0 ? Z 19:18 0:00 [php] <defunct>
nobody 6502 0.0 1.1 453844 380220 ? S 18:11 0:02 /usr/local/apac
nobody 6509 0.0 0.0 80872 7276 ? S 18:11 0:02 /usr/local/apac
nobody 6523 0.0 0.9 399396 325540 ? S 18:11 0:03 /usr/local/apac
nobody 6543 0.0 0.0 81000 5960 ? S 18:11 0:01 /usr/local/apac
nobody 6548 0.0 0.0 269752 15556 ? S 18:11 0:03 /usr/local/apac
nobody 6561 0.0 0.5 243932 170192 ? S 18:11 0:03 /usr/local/apac
nobody 6574 0.0 1.1 463656 388868 ? S 18:11 0:03 /usr/local/apac
nobody 6586 0.0 1.1 453892 379692 ? S 18:11 0:04 /usr/local/apac
nobody 6625 0.0 0.0 83428 9732 ? S 18:11 0:02 /usr/local/apac
nobody 6644 0.0 0.0 80848 7276 ? S 18:11 0:01 /usr/local/apac
nobody 6653 0.0 0.0 80868 7340 ? S 18:11 0:02 /usr/local/apac
nobody 6654 0.0 1.5 571748 498256 ? S 18:11 0:02 /usr/local/apac
nobody 6661 0.0 1.5 571812 498148 ? S 18:11 0:03 /usr/local/apac
nobody 6662 0.0 0.8 341664 267984 ? S 18:11 0:02 /usr/local/apac
nobody 6663 0.0 1.1 453912 380108 ? S 18:11 0:02 /usr/local/apac
nobody 6687 0.0 1.2 473460 399772 ? S 18:11 0:03 /usr/local/apac
nobody 6688 0.0 0.0 80908 5888 ? S 18:11 0:01 /usr/local/apac
nobody 6689 0.0 0.0 80888 7200 ? S 18:11 0:00 /usr/local/apac
nobody 6690 0.1 0.9 473756 308760 ? S 18:11 0:06 /usr/local/apac
nobody 6691 0.0 1.2 473476 399952 ? S 18:11 0:03 /usr/local/apac
nobody 6692 0.0 0.0 80952 7236 ? S 18:11 0:02 /usr/local/apac
nobody 6765 0.0 0.0 80868 5832 ? S 18:11 0:00 /usr/local/apac
vradmin 6781 0.0 0.0 0 0 ? Z 19:18 0:00 [php] <defunct>
nobody 6839 0.0 0.0 81064 7404 ? S 18:12 0:02 /usr/local/apac
nobody 6840 0.0 0.0 80880 8476 ? S 18:12 0:01 /usr/local/apac
nobody 6843 0.0 0.0 80732 7284 ? S 19:19 0:00 /usr/local/apac
vradmin 6848 0.0 0.0 0 0 ? Z 19:19 0:00 [php] <defunct>
nobody 6877 0.0 0.0 81140 6064 ? S 18:12 0:01 /usr/local/apac
nobody 6878 0.0 0.0 80904 5792 ? S 18:12 0:01 /usr/local/apac
nobody 6894 0.0 0.0 80720 7244 ? S 19:19 0:00 /usr/local/apac
nobody 6938 0.0 0.0 80880 5824 ? S 18:12 0:01 /usr/local/apac
nobody 6986 0.0 0.0 80872 7092 ? S 18:12 0:00 /usr/local/apac
nobody 7114 0.0 0.0 81056 7532 ? S 18:12 0:02 /usr/local/apac
nobody 7131 0.0 0.0 80904 7240 ? S 18:12 0:02 /usr/local/apac
nobody 7141 0.1 1.5 581020 507408 ? S 18:12 0:05 /usr/local/apac
nobody 7142 0.0 0.0 81048 7352 ? S 18:12 0:01 /usr/local/apac
nobody 7143 0.0 0.0 80840 7140 ? S 18:12 0:02 /usr/local/apac
nobody 7144 0.0 0.0 80892 7144 ? S 18:12 0:01 /usr/local/apac
nobody 7169 0.0 0.9 378668 305228 ? S 18:12 0:03 /usr/local/apac
nobody 7284 0.1 1.1 453820 378796 ? S 18:12 0:06 /usr/local/apac
nobody 7311 0.0 0.0 81032 8716 ? S 18:12 0:02 /usr/local/apac
nobody 7312 0.0 0.0 80956 7344 ? S 18:12 0:02 /usr/local/apac
root 7444 3.7 0.0 117328 340 ? Ss Aug24 102:10 crond
nobody 7470 0.0 0.0 80888 7048 ? S 18:12 0:01 /usr/local/apac
nobody 7620 0.0 0.7 325180 251056 ? S 18:12 0:04 /usr/local/apac
nobody 7743 0.0 0.0 80880 7216 ? S 18:13 0:02 /usr/local/apac
nobody 8033 0.0 0.0 81000 8620 ? S 18:13 0:02 /usr/local/apac
chronosh 8115 0.1 0.0 0 0 ? Z 19:20 0:00 [php] <defunct>
nobody 8173 0.0 0.0 80980 8684 ? S 18:13 0:02 /usr/local/apac
nobody 8240 0.0 0.0 81068 7332 ? S 18:13 0:02 /usr/local/apac
nobody 8326 0.0 0.0 80744 7392 ? S 19:20 0:00 /usr/local/apac
chronosh 8341 0.1 0.0 0 0 ? Z 19:20 0:00 [php] <defunct>
nobody 8343 0.0 0.0 80864 7352 ? S 19:20 0:00 /usr/local/apac
nobody 8351 0.1 0.5 269628 196144 ? S 19:20 0:00 /usr/local/apac
chronosh 8366 1.0 0.0 0 0 ? Z 19:20 0:04 [php] <defunct>
nobody 8370 0.0 0.0 80736 7264 ? S 19:20 0:00 /usr/local/apac
root 8433 0.0 0.0 80472 6860 ? Ss 17:47 0:00 /usr/local/apac
nobody 8509 0.1 1.5 580900 507204 ? S 18:13 0:04 /usr/local/apac
nobody 8567 0.0 0.0 80848 7124 ? S 18:13 0:02 /usr/local/apac
nobody 8653 0.3 1.4 564224 490932 ? S 19:21 0:01 /usr/local/apac
nobody 8667 0.0 0.0 80832 7448 ? S 19:21 0:00 /usr/local/apac
nobody 8685 0.2 0.8 362912 289804 ? S 19:21 0:00 /usr/local/apac
nobody 8814 0.0 0.0 80856 7148 ? S 18:14 0:02 /usr/local/apac
nobody 9049 0.0 0.5 270372 196780 ? S 18:14 0:02 /usr/local/apac
nobody 9563 0.0 0.0 80868 7228 ? S 18:15 0:01 /usr/local/apac
root 10847 1.6 0.0 19612 392 ? Ss Aug24 42:59 /usr/sbin/dovec
dovenull 10949 0.0 0.0 42500 796 ? S Aug24 2:05 dovecot/pop3-lo
dovenull 10951 0.0 0.0 42372 284 ? S Aug24 0:40 dovecot/imap-lo
dovecot 10952 0.0 0.0 13316 388 ? S Aug24 0:00 dovecot/anvil
root 10953 0.1 0.0 13444 508 ? S Aug24 4:22 dovecot/log
dovenull 10957 0.0 0.0 42436 1188 ? S Aug24 2:22 dovecot/pop3-lo
dovenull 10958 0.0 0.0 42376 768 ? S Aug24 0:39 dovecot/imap-lo
root 10959 0.0 0.0 16432 1180 ? S Aug24 0:00 dovecot/config
mailman 11143 0.0 0.0 211972 8 ? Ss Aug24 0:00 /usr/local/cpan
mailman 11150 0.0 0.0 207336 4832 ? S Aug24 2:38 /usr/local/cpan
mailman 11152 0.0 0.0 207724 2988 ? S Aug24 0:26 /usr/local/cpan
mailman 11153 0.0 0.0 207676 4812 ? S Aug24 0:26 /usr/local/cpan
mailman 11154 0.0 0.0 207344 4836 ? S Aug24 0:25 /usr/local/cpan
mailman 11155 0.0 0.0 207656 2880 ? S Aug24 0:25 /usr/local/cpan
mailman 11156 0.0 0.0 207672 2944 ? S Aug24 0:26 /usr/local/cpan
mailman 11157 0.0 0.0 207324 4900 ? S Aug24 0:25 /usr/local/cpan
mailman 11158 0.1 0.0 207344 488 ? S Aug24 2:45 /usr/local/cpan
nobody 11257 0.1 1.5 572036 498472 ? S 18:17 0:04 /usr/local/apac
root 11613 5.2 0.7 1112388 250732 ? Ssl Aug24 138:40 /usr/local/cpan
mailnull 11626 0.9 0.0 71560 476 ? Ss Aug24 24:08 /usr/sbin/exim
root 11806 0.0 0.0 166392 1848 ? Ss Aug24 0:55 /usr/local/cpan
chronosh 11829 0.2 0.0 0 0 ? Z 19:23 0:00 [php] <defunct>
root 11883 0.0 0.0 166524 1472 ? S Aug24 0:00 spamd child
root 11884 0.0 0.0 166524 1484 ? S Aug24 0:00 spamd child
root 13040 0.0 0.0 106224 12 ? S Aug25 0:00 /bin/sh /usr/bi
nobody 13188 0.0 0.0 80984 7604 ? S 18:20 0:01 /usr/local/apac
nobody 13222 0.0 0.8 363104 288896 ? S 18:20 0:03 /usr/local/apac
nobody 13270 0.0 0.0 80992 7512 ? S 18:20 0:01 /usr/local/apac
mysql 13280 1.0 0.6 5852776 215840 ? Sl Aug25 22:23 /usr/sbin/mysql
nobody 13617 0.0 1.1 453764 380216 ? S 18:20 0:03 /usr/local/apac
nobody 13705 0.0 0.0 80916 7268 ? S 18:20 0:01 /usr/local/apac
nobody 13738 0.0 0.0 80868 7172 ? S 18:20 0:02 /usr/local/apac
nobody 13775 0.0 0.0 80992 7392 ? S 18:20 0:01 /usr/local/apac
nobody 13964 0.1 1.5 571812 496744 ? S 18:20 0:04 /usr/local/apac
chronosh 13998 0.3 0.0 0 0 ? Z 19:25 0:00 [php] <defunct>
nobody 14047 0.0 0.0 80884 7228 ? S 18:20 0:02 /usr/local/apac
nobody 14146 0.1 1.5 571760 498136 ? S 18:21 0:04 /usr/local/apac
dovecot 14175 0.0 0.0 29464 1704 ? S 19:25 0:00 dovecot/auth
nobody 14704 0.1 1.5 580872 507268 ? S 18:21 0:06 /usr/local/apac
nobody 14709 0.0 0.0 80892 7256 ? S 18:21 0:01 /usr/local/apac
nobody 14710 0.0 1.5 580876 508824 ? S 18:21 0:03 /usr/local/apac
nobody 14725 0.2 7.6 2575844 2502344 ? S 18:21 0:09 /usr/local/apac
nobody 14726 0.0 0.0 80948 7384 ? S 18:21 0:01 /usr/local/apac
nobody 14727 0.0 1.0 432680 359012 ? S 18:21 0:03 /usr/local/apac
nobody 14728 0.0 0.0 80888 7312 ? S 18:21 0:01 /usr/local/apac
nobody 14745 0.0 0.0 80916 7324 ? S 18:21 0:01 /usr/local/apac
nobody 14746 0.0 0.0 80900 7256 ? S 18:21 0:00 /usr/local/apac
nobody 14748 0.0 1.1 453936 380436 ? S 18:21 0:03 /usr/local/apac
nobody 14749 0.0 0.0 80936 7324 ? S 18:21 0:02 /usr/local/apac
nobody 14750 0.0 0.0 80884 7464 ? S 18:21 0:02 /usr/local/apac
nobody 14751 0.0 1.2 473452 399940 ? S 18:21 0:02 /usr/local/apac
nobody 14752 0.0 0.0 80868 7300 ? S 18:21 0:01 /usr/local/apac
nobody 14753 0.0 0.9 378656 304952 ? S 18:21 0:03 /usr/local/apac
nobody 14777 0.0 0.0 80876 7240 ? S 18:21 0:01 /usr/local/apac
nobody 14778 0.0 0.0 81016 7348 ? S 18:21 0:01 /usr/local/apac
nobody 14779 0.0 0.0 80876 7268 ? S 18:21 0:01 /usr/local/apac
nobody 14780 0.2 7.5 2536420 2464256 ? S 18:21 0:11 /usr/local/apac
nobody 14781 0.1 1.5 580980 507396 ? S 18:21 0:04 /usr/local/apac
nobody 14782 0.0 0.0 80908 5908 ? S 18:21 0:01 /usr/local/apac
nobody 14783 0.0 0.7 325208 251640 ? S 18:21 0:02 /usr/local/apac
nobody 14786 0.0 0.7 325052 250068 ? S 18:21 0:02 /usr/local/apac
nobody 14788 0.0 0.0 80940 6012 ? S 18:21 0:01 /usr/local/apac
nobody 14789 0.0 1.1 453768 380292 ? S 18:21 0:02 /usr/local/apac
nobody 14791 0.0 0.5 270148 196692 ? S 18:21 0:03 /usr/local/apac
nobody 14792 0.0 0.0 80908 7248 ? S 18:21 0:01 /usr/local/apac
nobody 14793 0.1 1.5 581096 508856 ? S 18:21 0:05 /usr/local/apac
nobody 14795 0.0 0.0 80956 7476 ? S 18:21 0:01 /usr/local/apac
nobody 14814 0.0 0.0 81144 7452 ? S 18:21 0:01 /usr/local/apac
nobody 14815 0.1 1.5 581052 507580 ? S 18:21 0:04 /usr/local/apac
nobody 14816 0.0 1.5 572004 498436 ? S 18:21 0:03 /usr/local/apac
nobody 14817 0.0 0.0 80960 7352 ? S 18:21 0:01 /usr/local/apac
nobody 14818 0.0 0.0 80908 7140 ? S 18:21 0:01 /usr/local/apac
nobody 14819 0.0 0.0 81032 7404 ? S 18:21 0:02 /usr/local/apac
nobody 14820 0.0 0.0 81016 7448 ? S 18:21 0:01 /usr/local/apac
nobody 14821 0.0 0.0 80952 7308 ? S 18:21 0:01 /usr/local/apac
nobody 14822 0.0 0.0 80868 7252 ? S 18:21 0:01 /usr/local/apac
nobody 14823 0.0 0.7 325172 249480 ? S 18:21 0:02 /usr/local/apac
nobody 14825 0.0 0.0 80996 7368 ? S 18:21 0:01 /usr/local/apac
nobody 14827 0.0 0.0 81044 7448 ? S 18:21 0:02 /usr/local/apac
nobody 14828 0.0 1.9 712280 639996 ? S 18:21 0:02 /usr/local/apac
nobody 14829 0.1 1.4 548068 474368 ? S 18:21 0:04 /usr/local/apac
chronosh 14938 0.8 0.0 0 0 ? Z 19:26 0:01 [php] <defunct>
nobody 16012 0.0 0.0 80912 7368 ? S 18:23 0:01 /usr/local/apac
vradmin 16102 1.0 0.0 0 0 ? Z 19:26 0:00 [php] <defunct>
root 16329 0.0 0.0 139088 552 ? S 19:27 0:00 pure-ftpd (IDLE
root 16330 0.0 0.0 139088 364 ? S 19:27 0:00 pure-ftpd (PRIV
root 16420 0.0 0.0 139088 552 ? S 19:27 0:00 pure-ftpd (IDLE
root 16421 0.0 0.0 139088 364 ? S 19:27 0:00 pure-ftpd (PRIV
root 16528 0.1 0.0 100348 3976 ? Ss 19:27 0:00 sshd: root@pts/
root 16550 0.0 0.0 139088 552 ? S 19:27 0:00 pure-ftpd (IDLE
root 16551 0.0 0.0 139088 364 ? S 19:27 0:00 pure-ftpd (PRIV
root 16598 0.2 0.0 108432 1868 pts/0 Ss 19:27 0:00 -bash
chronosh 16678 57.0 0.1 253400 50820 ? R 19:27 0:00 /usr/bin/php /h
vradmin 16682 17.0 0.0 227196 24572 ? R 19:27 0:00 /usr/bin/php /h
root 16685 2.0 0.0 110208 1068 pts/0 R+ 19:27 0:00 ps aux
chronosh 16687 1.0 0.0 0 0 ? Z 19:27 0:00 [php] <defunct>
nobody 19412 0.0 0.7 313932 240560 ? S 18:26 0:02 /usr/local/apac
root 19465 0.0 0.0 38980 1600 ? S Aug20 8:47 queueprocd - wa
root 19511 0.0 0.0 120572 460 ? S Aug20 1:42 dnsadmin - serv
nobody 19518 0.0 0.0 83280 9780 ? S 18:26 0:02 /usr/local/apac
root 19593 0.0 0.0 77908 684 ? S Aug20 3:55 cPhulkd - proce
root 19650 0.0 0.0 31144 932 ? SN Aug20 2:16 cpanellogd - sl
root 19668 0.0 0.0 116340 484 ? S Aug20 0:00 cpdavd - accept
root 21325 0.0 0.0 152884 5316 ? Ss 00:00 0:25 lfd - sleeping
nobody 22634 0.1 1.5 571768 498128 ? S 18:29 0:04 /usr/local/apac
root 22976 0.1 0.0 86060 5664 ? S Aug24 5:02 tailwatchd
nobody 24219 0.0 0.7 325040 251524 ? S 18:30 0:02 /usr/local/apac
nobody 25504 0.1 1.5 581084 507788 ? S 18:31 0:03 /usr/local/apac
root 28147 0.0 0.0 66616 304 ? Ss Aug20 0:00 /usr/sbin/sshd
root 28536 0.0 0.0 100348 964 ? Ss 18:01 0:00 sshd: root@pts/
root 28981 0.0 0.0 108436 444 pts/2 Ss+ 18:02 0:00 -bash
nobody 29479 0.0 0.0 80744 5700 ? S 19:06 0:00 /usr/local/apac
nobody 29975 0.0 0.0 80736 7124 ? S 19:07 0:00 /usr/local/apac
nobody 30112 0.1 0.9 378712 305148 ? S 19:08 0:01 /usr/local/apac
nobody 30159 0.0 0.0 80904 7392 ? S 19:08 0:00 /usr/local/apac
nobody 30247 0.0 0.0 80712 7100 ? S 19:09 0:00 /usr/local/apac
nobody 30495 0.0 0.0 80728 7216 ? S 19:09 0:00 /usr/local/apac
nobody 30677 0.0 0.0 80844 8892 ? S 19:09 0:00 /usr/local/apac
nobody 31374 0.3 1.7 653200 579764 ? S 19:11 0:03 /usr/local/apac
root 31706 0.0 0.0 119200 8 ? Ss Aug19 0:00 SCREEN -S resto
root 31707 0.0 0.0 108464 8 pts/1 Ss+ Aug19 0:00 /bin/bash

Link to comment
Share on other sites

Ai centos cu cpanel ; Utilizatorul chronosh vad ca are procesele cu defunct.

Posibile cauze:

1. Consuma multe resurse si php-ul are timeouts mari.

2. Userul acela are foarte multe accesari sau consuma multe resurse

3. Probleme cu extensii.

PHP vad ca este rulat ca cgi iar apache este prefork. In lista de mai sus ai 151 de procese apache. (appx 3.9-4.2 GB memorie)

Eu as alege DSO (mod_php) in loc de suphp/suexec stuff. E slow rau si genereaza probleme. Singurul inconvenient la dso este ca e mai insecure si ca ruleaza totul sub nobody/apache/www-data in functie de os. (dar asta e discutabila si se pot pune restrictii)

Edited by aelius
Link to comment
Share on other sites

Ai centos cu cpanel ; Utilizatorul chronosh vad ca are procesele cu defunct.

Posibile cauze:

1. Consuma multe resurse si php-ul are timeouts mari.

2. Userul acela are foarte multe accesari sau consuma multe resurse

3. Probleme cu extensii.

PHP vad ca este rulat ca cgi iar apache este prefork. In lista de mai sus ai 151 de procese apache. (appx 3.9-4.2 GB memorie)

Eu as alege DSO (mod_php) in loc de suphp/suexec stuff. E slow rau si genereaza probleme. Singurul inconvenient la dso este ca e mai insecure si ca ruleaza totul sub nobody/apache/www-data in functie de os. (dar asta e discutabila si se pot pune restrictii)

Thanks, incerc sa rezolv, cu timeouts am gasit problema.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...