반응형
1. nginx를 통해 맺은 커넥션 확인
$ netstat -napo | fgrep nginx
2. TCP 상태별 개수를 확인
$ netstat -napo | fgrep nginx | awk '{print $6}' | sort | uniq -c
반응형
'Server' 카테고리의 다른 글
[CentOS] euckr 파일명 utf8로 인코딩 변경 (0) | 2020.03.23 |
---|---|
[CentOS7] 언어 (locale) 설정 (0) | 2020.03.21 |
[Tomcat] 톰캣 한글 설정 (0) | 2020.01.06 |
[nginx] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in (0) | 2019.08.08 |
SSL 보안 인증서 패스워드 삭제 (PEM_do_header:bad password read) (0) | 2019.08.08 |
댓글