lbmethod
lbmethod is a term used in load balancing software to designate the algorithm that selects which backend server will handle each incoming request. It essentially determines how traffic is distributed across a pool of servers, and selecting an appropriate method can affect performance, fairness, and session behavior.
Common categories of lbmethod include round robin, least connections, weighted variants, and hashing-based strategies. Round robin
In many systems, lbmethod is a configurable parameter on virtual servers or services that use load balancing.
See also: load balancing, Linux Virtual Server (LVS), ipvsadm, HAProxy, Nginx.