Initial commit
This commit is contained in:
9
skills/network-latency-analyzer/scripts/README.md
Normal file
9
skills/network-latency-analyzer/scripts/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Scripts
|
||||
|
||||
Bundled resources for network-latency-analyzer skill
|
||||
|
||||
- [ ] analyze_request_patterns.py: Analyzes network request patterns to identify serial requests that can be parallelized.
|
||||
- [ ] connection_pool_optimizer.py: Recommends optimal connection pool sizes based on observed network traffic.
|
||||
- [ ] timeout_optimizer.py: Suggests timeout adjustments based on latency analysis.
|
||||
- [ ] request_batcher.py: Implements request batching to reduce overhead.
|
||||
- [ ] latency_simulator.py: Simulates network latency under different conditions to test optimizations.
|
||||
Reference in New Issue
Block a user