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 |
Tags
- table
- Express
- es6
- vaadin
- SPC
- Eclipse
- 보조정렬
- 공정능력
- MSSQL
- IntelliJ
- mapreduce
- Java
- NPM
- Spring
- JavaScript
- plugin
- Kotlin
- react
- tomcat
- R
- window
- Python
- xPlatform
- SQL
- hadoop
- mybatis
- GIT
- Sqoop
- SSL
- Android
Archives
- Today
- Total
반응형
목록2023/02/13 (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
반응형