https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7457
Bug ID: 7457
Summary: Spamd Client on killing, log the number of connections
& emails processed
Product: Spamassassin
Version: 3.4 SVN branch
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: spamc/spamd
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
As discussed in https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6304
Another nice addition would be on need_to_del_server being able to give the
number of connections (or emails) processed before the child was killed. If
the number is 0 than that might indicate an issue more specifically.
I checked the $self hash and didn't see anything obvious that might have this
information:
Jan 25 14:28:06 talonjr spamd[31376]: generic: key child_just_exited - value 0
Jan 25 14:28:06 talonjr spamd[31376]: generic: key server_last_ping - value
1264447652
Jan 25 14:28:06 talonjr spamd[31376]: generic: key lowest_idle_pid - value
31377
Jan 25 14:28:06 talonjr spamd[31376]: generic: key overloaded - value 0
Jan 25 14:28:06 talonjr spamd[31376]: generic: key kids - value HASH(0x895d6ac)
Jan 25 14:28:06 talonjr spamd[31376]: generic: key max_idle - value 10
Jan 25 14:28:06 talonjr spamd[31376]: generic: key min_idle - value 5
Jan 25 14:28:06 talonjr spamd[31376]: generic: key server_fileno - value
ARRAY(0xa336af0)
Jan 25 14:28:06 talonjr spamd[31376]: generic: key cur_children_ref - value
SCALAR(0x888f220)
Jan 25 14:28:06 talonjr spamd[31376]: generic: key max_children - value 40
Jan 25 14:28:06 talonjr spamd[31376]: generic: key min_children - value 5
Jan 25 14:28:06 talonjr spamd[31376]: generic: key server_fh - value
ARRAY(0xa3368e0)
Jan 25 14:28:06 talonjr spamd[31376]: generic: key backchannel - value
Mail::SpamAssassin::SubProcBackChannel=HASH(0x827c7bc)
Get it to track that info and output it on child end.
--
You are receiving this mail because:
You are the assignee for the bug.