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