HAProxy app dashboard 编辑
The Application Dashboard provides real-time statistics of all the HAProxy front-ends monitored by Citrix Application Delivery Management (Citrix ADM). It lists the front-ends as discrete applications and provides transactions, throughput, and sessions information about the applications.
Important
Make sure that you enable stats in the HAProxy instance configuration file. To enable stats, edit your HAProxy configuration file and, after the defaults section, add an entry similar to the one in the following sample:
listen stats :9000 # Listen on localhost:9000
mode http
stats enable # Enable stats page
stats hide-version # Hide HAProxy version
stats realm Haproxy\ Statistics # Title text for popup window
stats uri /haproxy_stats # Stats URI
stats auth Username:Password # Authentication credentials
<!--NeedCopy-->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论