sdk_relay/docs/PERFORMANCE.md

28 lines
476 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Performance - sdk_relay
## Objectifs
- Latence sync < 100 ms (local)
- Messages/s > 1000 (agrégé)
- CPU < 70% en nominal
- Mémoire < 512MB/relais
## Tests de performance
- Tests WebSocket de charge
- Mesure latence/percentiles
- Monitoring CPU/Mem/FDs
## Optimisations
- Async `tokio`
- Cache de déduplication
- Batching raisonnable
- Backpressure côté clients
## Monitoring
- Scripts dobservation (stats système)
- Export métriques endpoints `/metrics`