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
- 안드로이드 알림 예제
- 안드로이드 알림채널
- notifications
- android notification 예제
- setPriority(NotificationCompat.PRIORITY_HIGH)
- 버전별 관리
- 안드로이드 알림
- notification manager
- 알림 우선순위
- 알림 인텐트
- NotificationCompat.Builder
- 펜딩인텐트
- notification channel
- setDefaults(NotificationCompat.DEFAULT_ALL)
- setContentIntent
- Pending Intent
Archives
- Today
- Total
공부용 블로그
RDBMS 벤치마크 Jmeter 세팅하기 본문
1. server 서버컴퓨터에 db를 설치한다.
2. server db에서 외부접속을 해제해준다. 명령어 & conf파일에서 로컬주소 # 처리하기
> grant all privileges on *.* to 'root'@'%' identified by 'teamnova' with grant option;
> flush privileges;
3. client 컴퓨터에서 jmeter를 설치한다.
4. client jmeter plugin 설치
5. client 해당 db 의 jdbc 를 설치해서 /lib or /ext 폴더에 넣어준다.
6. client jmeter의 jdbc connection configuration 에서 jdbc의 경로를 잡아준다.
7. client 실행 ok?
jmeter choose random 쓸 때 플러그인 중에 coustom jmeter function 꼭 넣어줘야함!!!!
'설계 > RDBMS' 카테고리의 다른 글
postgresql 외부접속허용 & 명령어 모음 (0) | 2018.12.01 |
---|---|
디비 설치할때 의존성 문제 (0) | 2018.11.30 |
clustered index test (0) | 2018.11.30 |
MySql index (0) | 2018.11.21 |
mysql 아키텍처 질문 (0) | 2018.11.14 |