Update README.md
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
```shell
|
||||
cd tsg_olap_e2e_test/
|
||||
|
||||
kafka-operation.sh producer SESSION-RECORD ./datasets/logs/session_record.dat
|
||||
kafka-operation.sh producer SESSION-RECORD < ./datasets/logs/session_record.dat
|
||||
|
||||
kafka-operation.sh producer VOIP-RECORD < ./datasets/logs/voip_record.dat
|
||||
|
||||
@@ -53,13 +53,18 @@ kafka-operation.sh producer STATISTICS-RULE-METRIC < ./datasets/logs/statistics_
|
||||
- Files
|
||||
|
||||
### 输出测试报告
|
||||
|
||||
- 不指定folder进行全部故障诊断,包括logs, metrics, files
|
||||
```shell
|
||||
|
||||
# 详细命令,对Logs进行测试
|
||||
newman run ./collection.json -n 1 -e ./enviroment.json --delay-request 200 --timeout-script 10000 --timeout-request 300000 --timeout 3600000 --insecure --folder logs
|
||||
# Logs进行故障诊断,输出诊断明细
|
||||
newman run ./collection.json -n 3 -e ./enviroment.json --delay-request 1000 --timeout-script 10000 --timeout-request 300000 --timeout 3600000 --insecure --verbose --ignore-redirects --folder logs
|
||||
|
||||
#对Logs进行测试并通过表情形式输出测试结果
|
||||
newman run ./collection.json -n 1 -e ./enviroment.json --folder logs -r emojitrain
|
||||
#Logs进行故障诊断,通过表情形式输出测试结果
|
||||
newman run ./collection.json -n 3 --delay-request 1000 -e ./enviroment.json --ignore-redirects --folder logs -r emojitrain
|
||||
|
||||
#Logs进行故障诊断,输出报告json格式,自动存储newman目录
|
||||
newman run ./collection.json -n 3 --delay-request 1000 -e ./enviroment.json --ignore-redirects --folder logs -r json
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user