CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/01/30 14:40:21
Modified files:
usr.sbin/smtpd : smtp.c smtp_session.c smtpctl.c smtpd.h ssl.c
Log message:
improve statistics for smtp process. not only collect the current sessions
count, but also the total sessions count, ssmtp sessions (both current and
total) and starttls sessions (both current and total)
# ./smtpctl/smtpctl show stats|grep smtp.sessions
smtp.sessions = 0
smtp.sessions.active = 0
smtp.sessions.ssmtp = 0
smtp.sessions.ssmtp.active = 0
smtp.sessions.starttls = 0
smtp.sessions.starttls.active = 0
#