6 个仓库
Using heartbeat or ping mechanisms to confirm that cluster nodes are active.
Distinct from High Availability Observability: Focuses on the active verification (pinging) of node availability rather than the observability of high-availability platforms.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Node Availability Verification. Refine with filters or upvote what's useful.
Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo
Ships a ping service that responds to HTTP and UDP requests to confirm system reachability.
This project provides a technical specification and reference manual for the MQTT 3.1.1 standard, serving as a translated Chinese guide for implementing this lightweight IoT messaging protocol in resource-constrained device networks. The documentation covers the fundamental mechanisms of the publish-subscribe model, including topic-based routing with wildcard filtering, retained message storage, and the configuration of last will and testament messages. It details the protocol's approach to reliability through various quality of service levels, ranging from single-level acknowledgments to exa
Confirms server activity through responses to heartbeat requests to maintain the active network link.
TorBot 是一套用于访问和探索 Tor 网络隐藏服务的专用工具。它是一个洋葱域名爬虫和网页抓取工具,通过导航洋葱域名来发现隐藏服务,并提取页面标题、主机名和站点描述。 该项目通过链接关系映射和隐藏服务验证脱颖而出。它生成 Tor 网络连接的视觉树,以映射不同洋葱服务之间的关联,并包含一个扫描器来验证特定的隐藏服务地址是否在线且可访问。 这些功能由一个网络层支持,该层通过 SOCKS5 代理路由所有流量以保持匿名性。该系统使用递归爬取来遍历匿名域名,并将生成的站点地图序列化为平面文件以供离线分析。
Verifies the active status and reachability of onion service nodes via network probes.
Proxypool 是一个自动化的代理爬虫和聚合器,用于发现、验证和整理来自公共页面和订阅地址的代理服务器。它作为一个后台服务运行,收集跨多种协议的代理节点,并通过网络 API 提供经过验证的列表供外部使用。 该系统通过从多个来源聚合数据、去重条目并利用连接验证器来确保仅维护活跃且功能正常的节点,从而管理代理发现的全生命周期。爬取源通过配置文件进行管理,以定位特定的外部地址。 该项目通过计划的后台任务处理持续的代理列表管理,这些任务会自动刷新和更新可用节点。此过程包括自动连接测试和剔除不活跃服务器,以保持整理后的列表处于最新状态。
Ensures discovered proxy nodes are functional and available for use by testing them automatically.
Olric is a distributed data grid and in-memory key-value store that partitions and replicates data across a cluster of servers. It serves as a shared memory system for managing distributed maps, performing atomic operations, and acting as an in-memory data cache. The system provides a distributed locking mechanism for concurrency control and a pub-sub messaging system that broadcasts and routes messages over named channels across the cluster. The platform covers wide-ranging capabilities including cluster management and orchestration, data replication with configurable quorums, and automated
Sends ping requests to cluster members to confirm they are active.
Garage is a distributed object storage system that provides an S3-compatible API gateway. It is designed to synchronize metadata across distributed nodes using conflict-free replicated data types and Merkle-tree state alignment to maintain cluster-wide consistency. The system ensures data resilience through zone-aware replication, distributing data copies across multiple physical locations. It employs quorum-based request routing and versioned layout management to validate and commit cluster configuration changes. The project covers a broad range of operational capabilities, including automa
Uses periodic TCP pings as heartbeats to verify node availability and ensure correct request routing.