Goodman, William wrote: >Sorry to say Mike this is after applying all patches... but it now >archiving
OK. That's good. >top - 16:33:18 up 1 day, 23:08, 2 users, load average: 2.87, 2.24, >1.32 >Tasks: 106 total, 3 running, 103 sleeping, 0 stopped, 0 zombie >Cpu(s): 58.7%us, 3.5%sy, 0.0%ni, 37.4%id, 0.2%wa, 0.0%hi, 0.2%si, >0.0%st >Mem: 3866604k total, 1600176k used, 2266428k free, 442080k buffers >Swap: 4194296k total, 4k used, 4194292k free, 373852k cached > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 8969 mailman 25 0 150m 12m 2748 R 93 0.3 5:37.84 python2.4 > 8971 mailman 16 0 147m 9952 2808 S 9 0.3 1:42.04 python2.4 > 8967 mailman 16 0 151m 12m 2748 S 1 0.3 0:20.62 python2.4 > 2 root RT -5 0 0 0 S 0 0.0 0:06.35 migration/0 >10760 postfix 16 0 54212 2624 2064 S 0 0.1 0:00.12 local >10895 postfix 15 0 54252 2356 1820 S 0 0.1 0:00.11 cleanup > ># ps -fwp 8969 >UID PID PPID C STIME TTY TIME CMD >mailman 8969 8965 73 16:25 ? 00:06:43 /usr/bin/python2.4 >/opt/software/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s > ># ps -fwp 8971 >UID PID PPID C STIME TTY TIME CMD >mailman 8971 8965 22 16:25 ? 00:02:10 /usr/bin/python2.4 >/opt/software/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s > ># ps -fwp 8967 >UID PID PPID C STIME TTY TIME CMD >mailman 8967 8965 4 16:25 ? 00:00:28 /usr/bin/python2.4 >/opt/software/mailman/bin/qrunner --runner=BounceRunner:0:1 -s > >Any other suggestions are welcomed. I hope you don't have anything like QRUNNER_SLEEP_TIME = 0 in mm_cfg.py. It's unlikely that that would cause a pattern like this. More likely would be all runners using aproximately equal CPU. You could try putting QRUNNER_SLEEP_TIME = seconds(5) in mm_cfg.py (the default is 1) and restarting Mailman to see if that changes things. If that doesn't help, you may need to strace the PID of IncomingRunner to see what it's doing. It should be spending almost all of it's time waiting for select(0, NULL, NULL, NULL, {1, 0}) (or maybe select(0, NULL, NULL, NULL, {5, 0}) if you made the QRUNNER_SLEEP_TIME change). -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9