haproxy getting stats for tcp traffic


 
Thread Tools Search this Thread
Special Forums IP Networking haproxy getting stats for tcp traffic
# 1  
Old 10-04-2011
haproxy getting stats for tcp traffic

On my HAProxy box, I have in the config file, a couple lines to keep stats thru the web interface...

stats enable
stats auth <username>:<password>

not literally but with the actual username and pass in there of course.

This seems to enable http stats, but we are also trying to get stats for tcp. We have several listen sections for our modules... is there something like mode tcp or stats enable for each section that I need to include?


I've heard one response so far about this and they said that what I'm trying to do is impossible, but I also have a boss that wants results...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Too much TCP retransmitted and TCP duplicate on server Oracle Solaris 10

I have problem with oracle solaris 10 running on oracle sparc T4-2 server. Os information: 5.10 Generic_150400-03 sun4v sparc sun4v Output from tcpstat.d script TCP bytes: out outRetrans in inDup inUnorder 6833763 7300 98884 0... (2 Replies)
Discussion started by: insatiable1610
2 Replies

2. UNIX and Linux Applications

Haproxy SSL

I have a single SSL eg. www.abc.com. Im trying to get haproxy to accept any request eg. xyz.com or ijk.com to redirect to https://www.abc.com. Is this possible? #--------------------------------------------------------------------- # main frontend for XXX which proxys to the backends... (0 Replies)
Discussion started by: timmywong
0 Replies
Login or Register to Ask a Question
SYSMON(8)						      System Manager's Manual							 SYSMON(8)

NAME
sysmon, stats - display graphs of system activity SYNOPSIS
sysmon [ machine [ -option ] ] stats [ -option ] DESCRIPTION
Sysmon displays a rolling graph of various statistics collected by the operating system. The statistics may be from a remote machine. A sample value is taken once per second. The number in the top left corner of the graph gives the peak value for the duration of the graph. Lines across the graph represent 75%, 50%, and 25% of the peak value. Clicking a mouse button anywhere in the window cycles through the list of parameters to monitor; an option letter sets the initial choice. The option letters and parameters are: [m] mem total pages of active memory. The memory is displayed as a fraction of the machine's total memory. [e] ether number of packets sent and received per second. [w] swap number of valid pages on the swap device. The swap is displayed as a fraction of the number of swap pages configured by the machine. [c] contxt number of process context switches per second. [i] intr number of interrupts per second. [f] fault number of memory faults per second. [t] tlbmiss number of translation look-aside buffer misses per second. [p] tlbpurge number of translation lookaside buffer flushes per second. [l] load system load average. The load is computed as a running average of the number of processes ready to run multiplied by 1000 to give some precision. The stats program is invoked by sysmon to display the graph. FILES
/net/*/[0-n]/stats #c/sysstat SOURCE
/rc/bin/sysmon /sys/src/cmd/stats.c BUGS
Some machines do not have TLB hardware. SYSMON(8)