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