Skip to content

Commit 49700ce

Browse files
committed
netstat command
1 parent 780a3a9 commit 49700ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/cosmos-db/troubleshoot-java-sdk-v4-sql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ On Linux, you can run the following command.
231231
```bash
232232
netstat -nap
233233
```
234+
235+
On Windows, you can run the same command with different argument flags:
236+
```bash
237+
netstat -abn
238+
```
239+
234240
Filter the result to only connections to the Azure Cosmos DB endpoint.
235241

236242
The number of connections to the Azure Cosmos DB endpoint in the `ESTABLISHED` state can't be greater than your configured connection pool size.

0 commit comments

Comments
 (0)