- न्यूनतम सेटअप के साथ performance benchmark चलाने के लिए डिज़ाइन किया गया हल्का benchmarking framework, जिसे application और infrastructure performance measurement को सरल बनाने के लिए विकसित किया गया है
- benchmark environment को Docker Compose configuration file के जरिए परिभाषित किया जाता है, और container status monitoring तथा result collection अपने-आप automated हैं
- मुख्य फीचर
- Docker integration: Compose file के जरिए test environment को define और run करता है
- CSV metric collection: एकत्र किए गए performance metrics CSV में सहेजे जाते हैं, जिससे post-processing आसान होती है, और trimmed mean तरीके से ऊपरी और निचले 5% हटाकर औसत मान की गणना की जाती है
- Custom hook: हर चरण पर custom command चलाने वाले hook सेट किए जा सकते हैं, जिससे command execution संभव होता है (ex. pre-infra, post-test आदि)
- Real-time status monitoring: benchmark के दौरान container status और collected metrics देखे जा सकते हैं
- मापे गए metrics CSV format में सहेजे जाते हैं
- Prometheus, Docker, Kafka, Conduit आदि विभिन्न metric collector को सपोर्ट करता है
अभी कोई टिप्पणी नहीं है.