On Mon, 2011-04-18 at 20:44 +0700, Suchada Pakapongpan wrote: > I'd like to know, is it possible to get the number of active connection of > each real server in the past? (Is there any resolution way?) > Does LVS store the log file that has any information about the number of > active connection of each real server at any time?
No. The /proc information (which ipvsadm uses) is an exact point-in-time view. The only way to get historic data is to periodically parse the output from ipvsadm (or /proc/net/ip_vs*) and store it, for example in an RRD database. Graeme _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
