From af3b482c1f4c54f0082e2e561a9183ba67bb6e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 5 Jul 2021 16:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/ClientsPool.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/ClientsPool.php b/System/Pool/ClientsPool.php index c787a244..1aad7004 100644 --- a/System/Pool/ClientsPool.php +++ b/System/Pool/ClientsPool.php @@ -92,6 +92,7 @@ class ClientsPool extends Component } $num[$key] += $channel->length(); + var_dump($key); if (str_starts_with('Mysql', $key)) { $this->debug('Worker #' . env('worker') . ' use client -> ' . $key . ':' . $total); }