couchbaselabs / sdk-doctor

Application-server-side cluster connection diagnostics.
https://couchbase.com/
Apache License 2.0
18 stars 12 forks source link

Add `netstat` subcommand #8

Open brett19 opened 7 years ago

brett19 commented 7 years ago

@daschl suggests: Very often the question has been “how many ports do we have open”? It would be cool in a netstat fashion to print and count all the different sockets to “our” ports and get a feeling how much of them are open. Even more awesome would be to show it grouped by process id.

brett19 commented 7 years ago

@MikeGoldsmith suggests: I think it would be good to get an updated number of connections. This could help if the cluster / bucket objects are constantly being re-created.

Not sure if that would be part of this command or another one.