Skip to content

Add network stats logging and throttling support#29

Merged
christoph-jerolimov merged 1 commit into
mainfrom
add-network-stats-and-throttling
Jul 10, 2026
Merged

Add network stats logging and throttling support#29
christoph-jerolimov merged 1 commit into
mainfrom
add-network-stats-and-throttling

Conversation

@christoph-jerolimov

Copy link
Copy Markdown
Member

Summary

  • Add network-stats helper that logs request/response counts, per-domain and per-status-code breakdowns, failed requests, and browser console messages
  • Add network-throttling helper with configurable presets (fast/medium/slow) controlled via NETWORK_THROTTLING env var using CDP
  • Integrate both into OFS and NFS test scenarios
  • Fix K8s job output path for test results

Test plan

  • Run load tests locally with NETWORK_THROTTLING=none (default) and verify stats are logged
  • Run with NETWORK_THROTTLING=fast and verify throttling is applied
  • Verify K8s job produces test results at the correct path

🤖 Generated with Claude Code

- Add network-stats helper to log request/response counts, per-domain
  and per-status-code breakdowns, and failed requests
- Add network-throttling helper with configurable presets (fast/medium/slow)
  controlled via NETWORK_THROTTLING env var
- Integrate both into OFS and NFS test scenarios
- Fix K8s job output path for test results

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@christoph-jerolimov christoph-jerolimov merged commit d45341c into main Jul 10, 2026
7 checks passed
@christoph-jerolimov christoph-jerolimov deleted the add-network-stats-and-throttling branch July 10, 2026 12:33
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