Statistics Report

listen stats :23451
    mode http
    stats enable
    #stats hide-version
    
    #Authentication realm. This can be set to anything. Escape space characters with a backslash.
    stats realm Haproxy\ Statistics
    
    #This is the virtual URL to access the stats page
    stats uri /
    
    #The user/pass you want to use. Change this password!
    stats auth Username:Password

ブラウザから、http://HAProxyのIP:23451 へアクセス