Skip to content

Feat/percentage measurement #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 22, 2025
Merged

Conversation

tosettil-polimi
Copy link
Collaborator

@tosettil-polimi tosettil-polimi commented Jul 22, 2025

Feat/percentage measurement

Overview

This PR introduces additional output metrics to the tx_pool_latency_analysis and tx_pool_throughput_analysis tasks to improve observability of P2P event anomalies and coordinated omission.

Key Changes

tx_pool_latency_analysis
  • Added Metrics:

    • duplicated_p2p_event_count
    • missed_p2p_event_count
    • coordinated_omission_event_count
    • Percentage equivalents of the above metrics based on total transactions
  • README Updated: Descriptions for the new metrics have been added.

  • Output Map Extended: All new metrics are included in the output JSON.

tx_pool_throughput_analysis
  • Added Aggregated Metrics:

    • total_sent_tx
    • missed_p2p_event_count_percentage
    • coordinated_omission_event_count_percentage
  • README Updated: Reflects all new output fields and test parameters.

  • Output Map Extended: All new fields added to final output JSON.

Playbook Updates
  • Increased Timeout Durations:

    • tx_pool_latency_analysis: from 5m to 15m

    • tx_pool_throughput_analysis:

      • from 5m to 15m (low TPS range)
      • from 15m to 30m (high TPS range)

…ounts and their percentages to output metrics
…ed throughput measures and additional event counts
…curate percentage calculations for event counts by converting to float64
…atency analysis tasks to ensure adequate testing duration
@tosettil-polimi tosettil-polimi merged commit cf6e5ec into master Jul 22, 2025
1 check passed
@tosettil-polimi tosettil-polimi deleted the feat/percentage-measurement branch July 22, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant