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.
|
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]}'
|