Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现它比获取命令的总数少得多。是重用的服务器到服务器连接的数量。
总连接数是自您启动服务器以来与服务器建立的连接数。当前连接数是服务器当前拥有的连接数。总连接数应该远小于 get 命令的总数,因为通常您连接到 memcached 并通过同一连接发送多个 get/set 请求。