OS

Windows command로 grep 하기

아르비스 2016. 5. 30. 20:20

windows에서 connection 수를 세기 위해 힘들었다.

다음과 같은 방법으로 linux처럼 사용 가능함.


netstat -an | find "xxx.xxx.xxx.xxx:3306" /c 



jdbc로 연결된 connection 수 세기