mirror of
https://github.com/xcat2/confluent.git
synced 2025-03-18 17:37:45 +00:00
Since the log analysis merely needs to know if a connect/disconnect is redundant, only report 0, 1, or '2' connections to indicate 2 or greater. log analysis then would want to seek out a connect with eventdata of '1' and disconnect with eventdata of '0' and mostly ignore the '2' info. Desire for more data could be done by actually counting the connects and disconnects, this is just to provide a fast path to finding the 'first connection' and 'last disconnect' signatures.
Description
Languages
Python
80.1%
Shell
15.5%
C
3.6%
Go
0.4%
Perl
0.3%