You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsMin/dsData/压力测试.txt

5 lines
167 B

http://10.10.24.100:8003/data/share
// 查看Elasticsearch的连接数
netstat -n | grep "10.10.6.202:9200" | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'