You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/23 12:17:24 UTC

[GitHub] [iotdb] jixuan1989 commented on issue #5254: connection numbers statistics of IoTDB

jixuan1989 commented on issue #5254:
URL: https://github.com/apache/iotdb/issues/5254#issuecomment-1076310366


   Way 1 (OS level. Only support to count the number of connections): monitor the connection status on port 6667 (e.g., using `lsof -i:6667` on Linux and Mac)
   
   Way 2 (IoTDB level): 
   To implement the feature, you may implement `createContext()` and `deleteContext()` in `RPCServiceThriftHandler` to count what you want...
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org