Hong Ye created TS-4567:
---------------------------
Summary: ATS5.3 does not reset stats?
Key: TS-4567
URL: https://issues.apache.org/jira/browse/TS-4567
Project: Traffic Server
Issue Type: Bug
Reporter: Hong Ye
Hi guys,
Stats won't reset on my ATS5.3 box. Does anyone have any idea what could be
wrong or missed?
It worked fine in ATS4.
-- Current count:
[root@denv-urlrw03 ~]# /usr/bin/curl -s localhost/_stats | grep
completed_requests
"proxy.process.http.completed_requests": "7017174",
-- Try to reset:
[root@denv-urlrw03 ~]# /usr/bin/traffic_line -c
-- Not working?
[root@denv-urlrw03 ~]# /usr/bin/curl -s localhost/_stats | grep
completed_requests
"proxy.process.http.completed_requests": "7017205”,
-- Try to reset more:
[root@denv-urlrw03 ~]# /usr/bin/traffic_line -c
[root@denv-urlrw03 ~]# /usr/bin/traffic_line -c
[root@denv-urlrw03 ~]# /usr/bin/curl -s localhost/_stats | grep
completed_requests
"proxy.process.http.completed_requests": "7017437",
-- No luck :-(
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)