mirror of https://github.com/Aidaho12/haproxy-wi
parent
2fefe88222
commit
810959e382
|
@ -26,7 +26,7 @@ def main(serv, port):
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
cmd = "echo show info | nc "+serv+" "+port+" |grep -e 'Curr\|MaxSessRate:\|SessRate:'|awk '{print $2}'"
|
cmd = "echo show info | nc "+serv+" "+port+" |grep -e 'CurrConns\|CurrSslConns\|MaxSessRate:\|SessRate:'|awk '{print $2}'"
|
||||||
readstats = subprocess.check_output([cmd], shell=True)
|
readstats = subprocess.check_output([cmd], shell=True)
|
||||||
except CalledProcessError as e:
|
except CalledProcessError as e:
|
||||||
print("Command error")
|
print("Command error")
|
||||||
|
|
Loading…
Reference in New Issue