Commit Graph

24 Commits

Author SHA1 Message Date
Vsevolod Stakhov
25c928083b [Minor] Allow to skip certain symbols when reading logs 2017-03-03 12:56:16 +00:00
Alexander Moisseev
069c958e71 [Minor] rspamd_stats: add time selectors
The parser should exit from the `while` loop when `--end`is reached instead of skipping lines, but I have no idea how to close the file handle properly in that case.
2016-12-09 12:59:07 +03:00
Alexander Moisseev
d4cc6100ae [Minor] rspamd_stats: fix parsing of the last symbol in log entry 2016-12-08 19:20:33 +03:00
Alexander Moisseev
5d7b51b19d [Minor] rspamd_stats: add actions percentage to summary 2016-12-08 17:59:37 +03:00
Alexander Moisseev
44b94e247d [Minor] rspamd_stats: add actions totals 2016-12-07 19:44:12 +03:00
Alexander Moisseev
e53908532a [Minor] rspamd_stats: fix parsing of lines with NaN score 2016-12-07 19:40:53 +03:00
Alexander Moisseev
bbd555dd9c [Minor] rspamd_stats: fix parsing when options are logged
There are symbols with _comma_ separated options like `DMARC_POLICY_SOFTFAIL(0.10){yandex.ru : SPF not aligned (relaxed), DKIM not aligned (relaxed);}`
2016-12-07 18:32:07 +03:00
Alexander Moisseev
9d187be27d [Minor] rspamd_stats: add basic summary 2016-11-14 17:28:34 +03:00
Vsevolod Stakhov
987e1afced [Minor] Use more portable archivers 2016-08-11 09:48:48 +01:00
Alexander Moisseev
7d3b279aa3 [Feature] rspamd_stats: support log directory reading
rspamd_stats will read (and decompress) multiple log files in the specified directory.
2016-08-11 10:11:10 +03:00
Alexander Moisseev
68fc43a8f0 [Minor] rspamd_stats: fix typo
Reported by: @dehnli via IRC
2016-08-11 09:39:13 +03:00
Alexander Moisseev
e50e7ed487 [Minor] rspamd_stats: place parser code in a subroutine 2016-08-11 09:31:25 +03:00
Vsevolod Stakhov
a1e147e37c [Feature] Add --search-pattern option to rspamd_stats 2016-08-09 10:29:56 +01:00
Vsevolod Stakhov
5e0eeba029 [Minor] Remove unnecessary dependency 2016-08-05 17:27:17 +01:00
Vsevolod Stakhov
feef962567 [Feature] Add correlations report in fuzzy stats 2016-08-04 15:39:16 +01:00
Alexander Moisseev
bfa74659e9 [Fix] rspamd_stats: remove deprecated defined(@array) 2016-08-02 17:13:33 +03:00
Alexander Moisseev
8caf7d493f [Minor] rspamd_stats: check all symbols by default 2016-07-31 21:05:51 +03:00
Alexander Moisseev
8b0f49de2e Attempt to make rspamd_stats output readable 2016-07-26 10:58:49 +03:00
Vsevolod Stakhov
9e7c70034a [Fix] Fix stats script 2016-07-15 16:29:30 +01:00
Vsevolod Stakhov
00c670b849 [Fix] Fix scores detection 2016-07-08 17:42:40 +01:00
Vsevolod Stakhov
5b7e8f3bb6 [Doc] Add help and man for rspamd_stats utility 2016-07-08 17:05:34 +01:00
Vsevolod Stakhov
270a4930f1 [Feature] Allow to read logs without symbols scores 2016-07-08 17:05:19 +01:00
Vsevolod Stakhov
616595e13e [Feature] Improve statistics script 2016-07-08 15:36:15 +01:00
Vsevolod Stakhov
1cf6562bcc [Feature] Add a simple script to evaluate rspamd rules in the logs 2016-05-11 14:23:36 +01:00