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
- 펜딩인텐트
- notification channel
- setDefaults(NotificationCompat.DEFAULT_ALL)
- 알림 우선순위
- notification manager
- setPriority(NotificationCompat.PRIORITY_HIGH)
- notifications
- Pending Intent
- 안드로이드 알림 예제
- 알림 인텐트
- android notification 예제
- 안드로이드 알림
- 버전별 관리
- 안드로이드 알림채널
- NotificationCompat.Builder
- setContentIntent
Archives
- Today
- Total
공부용 블로그
nmonchart 사용법 본문
1. github에서 nmonchart 다운로드 후 압축풀기
2. 터미널에서 # nmon 치면 실행됨.
이때 보고싶은 모니터링 정보(ex. cmdr)을 누르면 해당 정보를 터미널에서 볼 수 있다.
3. 아니면 백그라운드에서 일정시간마다 몇번의 시스템정보를 수집하여 리포트로 만들 수 있다.
#nmon -f -s10 -c6 -m /var/log/nmon // /var/log/nmon => 이 경로에 모니터링한 nmon파일이 만들어진다
#ps aux | grep nmon // 백그라운드에서 동작하고 있는지 확인
4. nmon 파일을 내폴더/다운로드/nmonchart-master로 옮긴다.
5. nmonchart-master 디렉토리에 들어가서 ./nmonchart teamnova-desktop_*******.nmon /home/teamnova/Downloads/mnon/chart.html (nmon->html 변환)
* /home/teamnova/Downloads/mnon/chart.html => chart파일 저장할 경로와 저장할 파일명
var/log/nmon => 내폴더/다운로드/nmonchart-master => home/teamnova (gui로 열기)
'설계 > WebServer' 카테고리의 다른 글
Jmeter Listener 사용법 (0) | 2018.09.21 |
---|---|
Web Server benchmark 할 때 고려해야할 사항 (0) | 2018.09.19 |
vertx, undertow, netty, jetty, tengine, lighttpd, node.js 설치 (0) | 2018.09.14 |
ubuntu 16.04 H2o 설치 (0) | 2018.09.07 |
http Cache 관련 궁금증 (0) | 2018.09.05 |