I upgraded my mail server a while back to from an old PI with 32 megs of ram to a Pentium Pro with 128 megs of ram.
[EMAIL PROTECTED] $ tmda-pending -V
TMDA/1.0 "Cannonade" (Python/2.3.2 on OpenBSD-3.4-i386-Intel_Pentium_Pro_-GenuineIntel-_686- class,_256KB_L2_cache-32bit-ELF)
Yesterday I noticed that I had one python process taking up a huge chunk of my system. A little digging showed it to be tmda-ofmipd.
load averages: 0.58, 0.28, 0.20 07:23:31
52 processes: 1 running, 51 idle
CPU states: 0.3% user, 0.0% nice, 0.0% system, 0.0% interrupt, 99.7% idle
Memory: Real: 47M/63M act/tot Free: 58M Swap: 58M/256M used/tot
PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND 10799 root 2 0 51M 40M sleep poll 1:17 0.00% python 9418 root 10 0 100K 188K sleep nanosl 0:51 0.00% svscan 22796 dnscache 2 0 1416K 1428K idle poll 0:35 0.00% dnscache
[EMAIL PROTECTED] $ ps -wwwaux | grep [p]ython
tofmipd 10799 0.0 31.0 52140 40476 ?? I 9:15AM 1:16.86 python /usr/local/src/tmda/bin/tmda-ofmipd -f -p heinlein.openvistas.net:8025 -R pop3://heinlein.openvistas.net
I am running tmda-ofmipd under daemontools, using the run script that Tim posted some time back.
[EMAIL PROTECTED] $ cat /service/tmda-ofmipd/run
#!/bin/sh
#start tmda-ofmipd
exec > /dev/null 2> /dev/null
exec /usr/local/src/tmda/bin/tmda-ofmipd -f \
-p heinlein.openvistas.net:8025 \
-R pop3://heinlein.openvistas.netI put tmda-ofmipd under daemontools to autostart it on reboot. Attempting to call it from rc.local was failing with an env error, although once the system was up I could start it from the command line with no problem.
I don't remember seeing this type system usage on the old box. Anyone else out there with the same sort of scenario?
Thanks,
Jeff
-- Jeff Ross Open Vistas Networking, Inc. http://www.openvistas.net _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
