php start.php connections怎么分析,每項都是什么數(shù)據(jù)?
CID 是connection->id
Recv-Q 是接受緩沖區(qū)里當(dāng)前數(shù)據(jù)大小
Send-Q 是發(fā)送緩沖區(qū)里當(dāng)前數(shù)據(jù)大小
Bytes-R 是總共接收了多少數(shù)據(jù)
Bytes-W 是總共發(fā)出了多少數(shù)據(jù)
其它就是字面意思
business里onMessage怎么關(guān)閉連接?public static function onMessage($client_id, $message){}