Home
last modified time | relevance | path

Searched refs:connected_clients (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dtcpserver_test.py89 connected_clients = []
98 connected_clients.append(c)
102 self.assertGreater(len(connected_clients), 0, "all clients failed connecting")
104 if len(connected_clients) == N:
112 for c in connected_clients:
/dports/www/py-tornado5/tornado-5.1.1/tornado/test/
H A Dtcpserver_test.py95 connected_clients = []
104 connected_clients.append(c)
108 self.assertGreater(len(connected_clients), 0,
111 if len(connected_clients) == N:
117 for c in connected_clients:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/cast/
H A Dapp_activity_unittest.cc62 const AppActivity::ClientMap& connected_clients() const { in connected_clients() function in media_router::AppActivityTest
215 EXPECT_THAT(connected_clients(), in TEST_F()
243 ASSERT_TRUE(connected_clients().empty()); in TEST_F()
248 EXPECT_THAT(connected_clients(), in TEST_F()
253 connected_clients(), in TEST_F()
259 connected_clients(), in TEST_F()
264 EXPECT_THAT(connected_clients(), in TEST_F()
267 EXPECT_TRUE(connected_clients().empty()); in TEST_F()
/dports/databases/redis-devel/redis-0e5b813/tests/unit/
H A Dclient-eviction.tcl378 …set connected_clients [llength [lsearch -all [split [string trim [r client list]] "\r\n"] *name=cl…
379 assert {$connected_clients == $client_count}
383 …set connected_clients [llength [lsearch -all [split [string trim [r client list]] "\r\n"] *name=cl…
384 assert {$connected_clients > 0 && $connected_clients < $client_count}
421 …set connected_clients [llength [lsearch -all [split [string trim [r client list]] "\r\n"] *name=cl…
422 assert {$connected_clients == $client_count}
433 …set connected_clients [llength [lsearch -all [split [string trim [r client list]] "\r\n"] *name=cl…
434 assert {$connected_clients == [expr $client_count / 2]}
H A Dintrospection.tcl35 set connected_clients [s connected_clients]
36 assert {$connected_clients >= 3}
38 assert {$res == $connected_clients - 1}
43 set connected_clients [s connected_clients]
44 assert {$connected_clients == 3}
46 assert_equal $res $connected_clients
/dports/databases/p5-Redis/Redis-1.995/t/
H A D50-fork_safe.t12 is $o->info->{connected_clients}, 1;
24 is $o->info->{connected_clients}, 2, "2 clients connected";
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/t/
H A D50-fork_safe.t13 is $o->info->{connected_clients}, 1;
25 is $o->info->{connected_clients}, 2, "2 clients connected";
/dports/games/simutrans/simutrans-121.0/network/
H A Dnetwork_socket_list.cc109 uint32 socket_list_t::connected_clients; member in socket_list_t
128 connected_clients += incr; in book_state_change()
154 connected_clients = 0; in reset()
165 connected_clients = 0; in reset_clients()
197 assert(connected_clients==0 && playing_clients==0); in add_server()
H A Dnetwork_socket_list.h113 static uint32 connected_clients; variable
120 static uint32 get_connected_clients() { return connected_clients; } in get_connected_clients()
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_runtime/
H A Dpersistent.phpt36 Assert::same($info['connected_clients'], count($map) + 1, var_dump_return($info));
42 Assert::same($info['connected_clients'], 1, var_dump_return($info));
H A Ddestruct.phpt33 Assert::same($info['connected_clients'], 1, var_dump_return($info));
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/engineio/
H A Dclient.py24 connected_clients = []
32 for client in connected_clients[:]:
223 connected_clients.remove(self)
316 connected_clients.append(self)
477 connected_clients.append(self)
602 connected_clients.remove(self)
644 connected_clients.remove(self)
H A Dasyncio_client.py26 for c in client.connected_clients[:]:
158 client.connected_clients.remove(self)
250 client.connected_clients.append(self)
368 client.connected_clients.append(self)
499 client.connected_clients.remove(self)
547 client.connected_clients.remove(self)
/dports/devel/py-python-engineio/python-engineio-3.14.2/engineio/
H A Dclient.py28 connected_clients = [] variable
39 for client in connected_clients[:]:
237 connected_clients.remove(self)
330 connected_clients.append(self)
489 connected_clients.append(self)
637 connected_clients.remove(self)
680 connected_clients.remove(self)
H A Dasyncio_client.py27 for c in client.connected_clients[:]:
160 client.connected_clients.remove(self)
248 client.connected_clients.append(self)
368 client.connected_clients.append(self)
529 client.connected_clients.remove(self)
574 client.connected_clients.remove(self)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/wamp/test/
H A D_test_component.py403 config.connected_clients = None
406 config.connected_clients = [proto for success, proto in res if success]
419 if config.connected_clients:
420 for proto in config.connected_clients:
/dports/www/apache24/httpd-2.4.53/modules/cache/
H A Dmod_socache_redis.c324 stats->connected_clients, stats->blocked_clients); in socache_rd_status()
343 role, stats->connected_clients, in socache_rd_status()
352 stats->connected_clients, stats->blocked_clients, br); in socache_rd_status()
372 role, stats->connected_clients, in socache_rd_status()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/redis/
H A Dredis117 my $connected_clients = 0;
233 $connected_clients += $hash->{'connected_clients'};
359 $multi_graph_output .= "connected_clients.value " . $connected_clients . "\n";
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/conf.d/
H A Dredis.pyconf.disabled15 name = "connected_clients"
/dports/sysutils/htop/htop-3.1.2/pcp/meters/
H A Dredis26 clients.metric = redis.connected_clients
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/tools/
H A Dsimulator.py330 self.connected_clients = set()
338 self.connected_clients.add(client_id)
346 if client_id in self.connected_clients:
347 self.connected_clients.remove(client_id)
349 if not self.connected_clients:
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/heartbeat/
H A Dredis.in319 connected_clients="$2"
326 connected_clients="0"
336 perf_score=$(( perf_score + connected_clients ))
/dports/security/nmap/nmap-7.91/scripts/
H A Dredis-info.nse77 ["connected_clients"] = { name = "Connected clients"},
86 "used_cpu_user", "connected_clients", "connected_slaves",
/dports/databases/redis6/redis-6.0.16/tests/integration/
H A Drdb.tcl180 [s connected_clients] < 3
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_redis/
H A Dcredis.h94 int connected_clients; member

123