# mongo-query-test **Repository Path**: shiner-chen/mongo-query-test ## Basic Information - **Project Name**: mongo-query-test - **Description**: MongoDB query test - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MongoDB Query Performance Test ## 说明 - 监控 MongoDB 数据库大小 - 超过阈值时触发查询性能测试 - 支持统计指标:平均时间、最小、最大、P95、有效查询次数 - 查询结果保存 CSV 文件在 `results/` 目录 ## 使用示例 ```bash go mod tidy go build -o mongo-query-test ./mongo-query-test --uri mongodb://localhost:27017 --db stress --col sensor --thresholds 1,5,10 --test-count 2 --sensor-count 2000 --base-time="2025-08-19T02:30:00Z" --windows "10s"