Skip to content

Commit

Permalink
Issue 4815 - RFE - Add Replication Log Analysis Tool with CLI Support
Browse files Browse the repository at this point in the history
Description: Add a new ReplicationLogAnalyzer class and supporting infrastructure
to analyze replication performance across multiple servers. The tool parses
replication logs, tracks CSNs, calculates lag times, and generates comprehensive
reports in interactive HTML and CSV formats.

Based on: https://github.com/droideck/ansible-ds389-repl-monitoring

Fixes: 389ds#6465

Reviewed by: ?
  • Loading branch information
droideck committed Jan 20, 2025
1 parent 11f473d commit c12c935
Show file tree
Hide file tree
Showing 8 changed files with 1,593 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lmdbpytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
id: set-matrix
run: echo "matrix=$(python3 .github/scripts/generate_matrix.py ${{ github.event.inputs.pytest_tests }})" >>$GITHUB_OUTPUT

- name: Install python3 additional packages
run: dnf install -y python3-numpy python3-plotly python3-matplotlib

- name: Build RPMs
run: SKIP_AUDIT_CI=1 make -f rpm.mk dist-bz2 rpms

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
id: set-matrix
run: echo "matrix=$(python3 .github/scripts/generate_matrix.py ${{ github.event.inputs.pytest_tests }})" >>$GITHUB_OUTPUT

- name: Install python3 additional packages
run: dnf install -y python3-numpy python3-plotly python3-matplotlib

- name: Build RPMs
run: SKIP_AUDIT_CI=1 make -f rpm.mk dist-bz2 rpms

Expand Down
Loading

0 comments on commit c12c935

Please sign in to comment.