GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Tail::Stat::Plugin::spamd(3) User Contributed Perl Documentation Tail::Stat::Plugin::spamd(3)

Tail::Stat::Plugin::spamd - Statistics collector for SpamAssassin spamd

tstatd -o usr spamd spamd.log

Plugin search spamd logs for records of two types:
"clean"
spamd: clean message (3.1/5.0) for alex:1004 in 2.3 seconds, 1327 bytes.
"spam"
spamd: identified spam (16.4/5.0) for andrew:1004 in 6.3 seconds, 2937 bytes.

"usr"
Turn on collecting per-user statistics.

"clean_messages"
Total number of messages identified as clean.
"spam_messages"
Total number of messages identified as spam.
"clean_bytes"
Total number of bytes for messages identified as clean.
"spam_bytes"
Total number of bytes for messages identified as spam.
"clean:login"
Total number of messages identified as clean for login (usr option is required).
"spam:login"
Total number of messages identified as spam for login (usr option is required).

"last_clean_messages"
Total number of last messages identified as clean.
"last_spam_messages"
Total number of last messages identified as spam.
"last_clean_bytes"
Total number of bytes from last messages identified as clean.
"last_spam_bytes"
Total number of bytes from last messages identified as spam.
"last_clean_rate"
Total rate of last messages identified as clean.
"last_spam_rate"
Total rate of last messages identified as spam.
"last_clean_elapsed"
Total number of seconds elapsed for processing last messages identified as clean.
"last_spam_elapsed"
Total number of seconds elapsed for processing last messages identified as spam.

Oleg A. Mamontov, "<oleg@mamontov.net>"

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2015-10-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.