LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: How to tell if my director is handling the load

To: "'LinuxVirtualServer.org users mailing list.'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: How to tell if my director is handling the load
From: "Randy Paries" <randy.paries@xxxxxxxxxxx>
Date: Wed, 28 Apr 2004 09:55:27 -0500
Hello,

I have had my LVS-DR in production now for a couple of weeks

It seems to be working great.

The question I have at this point is how to I tell if my director is
handling the load.

I was looking at the page
http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.monitoring_lvs.html

I noticed that top really doesn't tell me much

Here is the stats that I get from ipvsadm 

ipvsadm --list --stats
IP Virtual Server version 1.0.10 (size=65536)
Prot LocalAddress:Port               Conns   InPkts  OutPkts  InBytes
OutBytes
  -> RemoteAddress:Port
TCP  www.mydomain.com:http         3679915  117312K        0   14792M
0
  -> local.flanders:http           3608539  113553K        0   14248M
0
  -> local.krusty:http              612045 18726855        0    2270M
0
TCP  www.mydomain.com:https           6278    58602        0  6765488
0
  -> local.flanders:https             1808    16737        0  2039820
0


ipvsadm --list --rate
IP Virtual Server version 1.0.10 (size=65536)
Prot LocalAddress:Port                 CPS    InPPS   OutPPS    InBPS
OutBPS
  -> RemoteAddress:Port
TCP  www.mydomain.com:http              10      224        0    42136
0
  -> local.flanders:http                 5       88        0    28584
0
  -> local.krusty:http                   6      136        0    13551
0
TCP  www.mydomain.com:https              0        0        0        0
0
  -> local.flanders:https                0        0        0        0
0


<Prev in Thread] Current Thread [Next in Thread>