Skip to content

Commit f07a4d3

Browse files
author
anjmao
committed
Update nestat command
1 parent fd92031 commit f07a4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Connect to docker container
3131
`docker exec -it <CONTAINER_ID> /bin/bash`
3232

3333
Count TIME_WAIT state
34-
`netstat | grep TIME_WAIT > leak && wc -l leak`
34+
`netstat -n | grep TIME_WAIT > leak && wc -l leak`
3535

3636
## Results
3737

0 commit comments

Comments
 (0)