google/seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 4th, 2015
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Enabled
Number of forks: 505
Total Stargazers: 5,670 (+0)
Total Subscribers: 275 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 897.2 days
Mean response time: 897.2 days
90th percentile: 897.2 days
Tracked items: 1

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Seesaw is a Linux Virtual Server based load balancing platform that distributes traffic across backend servers using kernel-level packet forwarding.

The tool addresses the need for high-performance load balancing by leveraging LVS, which operates at the kernel level to achieve low-latency traffic distribution without the overhead of application-level proxies. Seesaw provides a control plane that manages LVS configuration, health checking, and failover across a cluster of load balancers. It handles the complexity of coordinating multiple load balancing nodes and ensures that traffic is intelligently routed based on backend server health and availability.

Seesaw suits organizations running large-scale infrastructure that require efficient, kernel-based load balancing with centralized management. It is particularly appropriate for deployments where performance and throughput are critical, as LVS-based forwarding avoids the CPU overhead of application-level proxies. The platform is designed for teams with infrastructure expertise who can operate and maintain a distributed load balancing system. This tool is best suited to environments where the operator has direct control over the network infrastructure and can deploy custom load balancing nodes.

The project shows active maintenance with regular commits addressing bug fixes and feature improvements. Development activity includes ongoing refinement of the control plane logic and updates to support evolving deployment scenarios. The codebase receives attention to operational concerns such as monitoring integration and configuration management. Pull requests are reviewed and merged with attention to code quality and compatibility with the LVS subsystem.