Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mapreduce
- table
- window
- Kotlin
- SPC
- 공정능력
- xPlatform
- 보조정렬
- Python
- Android
- SSL
- NPM
- tomcat
- Java
- hadoop
- Spring
- es6
- MSSQL
- Sqoop
- plugin
- Express
- JavaScript
- react
- IntelliJ
- Eclipse
- vaadin
- R
- SQL
- GIT
- mybatis
Archives
- Today
- Total
728x90
목록port (1)
DBILITY
linux apache 동시 접속 수 확인
watch -n 10 'netstat -anp | grep ":80\|:443" | grep ESTABLISHED | wc -l' or watch -n 10 'netstat -anp | grep ":80\|:443" | egrep "(ESTABLISHED|SYNC)" | wc -l' 10초마다 명령을 실행하여 화면에 표시해 준다. netstat, grep, egrep, wc 명령의 옵션들은 알아서 찾아 보자. watch --help Usage: watch [options] command Options: -b, --beep beep if command has a non-zero exit -c, --color interpret ANSI color and style sequences -d, --differen..
was
2023. 2. 13. 11:03
728x90