Hi, You can also move the mouse on the number itself. A tooltip will be printed with some details.
Baptiste On Thu, Feb 27, 2014 at 8:26 PM, Lukas Tribus <[email protected]> wrote: > Hi. > > >> Hello,I have installed haproxy 1.4.23 on Cnetos 6.3 .And I can see >> the haproxy stats through WEB,but I don't the meaning of 'Resp'(in the >> following picture).What does it means? > > Its the "eresp" column in the csv output and means "response errors" on > the server side. It also includes "srv_abrt" (number of data transfers > aborted by the server). > > If you look at the csv output, you can check if the errors are coming > from srv_abrt or not. > > > >> 141,138,209,1971 is the meaning >> of there are 141,138,209,1971 response error on each server ? Or it >> means there are 141,138,209,1971 response error on each server since >> the haproxy service started ? In simple,the value means how many >> response errors per second,or it's a aggregate value? > > Its the amount of errors per server since haproxy was started. > > > > Regards, > > Lukas

