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