mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 19:37:57 +00:00
Jarrod Johnson
12d3f91d59
Amend connection count to avoid oversized count
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
xCAT confluent - replacement of conserver and eventually xcatd
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%