View Current Client Connection Count
Running php start.php status will show the current server's Workerman running status, with the connections field indicating the current TCP connection count for each process. It is important to note that this field includes not only the client’s TCP connection count but also the TCP connection count for internal communication in Workerman. For instance, in the Gateway/Worker model of Workerman, the current client connection count of each Gateway process is the value of the connections field minus the number of Worker processes.