Redis - benchmark 테스트
Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests]> [-k <boolean>]
-h <hostname> Server hostname (default 127.0.0.1)
-p <port> Server port (default 6379)
-s <socket> Server socket (overrides host and port)
-c <clients> Number of parallel connections (default 50)
-n <requests> Total number of requests (default 10000)
-d <size> Data size of SET/GET value in bytes (default 2)
-k <boolean> 1=keep alive 0=reconnect (default 1)
-r <keyspacelen> Use random keys for SET/GET/INCR, random values for SADD
Using this option the benchmark will get/set keys
in the form mykey_rand:000000012456 instead of constant
keys, the <keyspacelen> argument determines the max
number of values for the random number. For instance
if set to 10 only rand:000000000000 - rand:000000000009
range will be allowed.
-P <numreq> Pipeline <numreq> requests. Default 1 (no pipeline).
-q Quiet. Just show query/sec values
--csv Output in CSV format
-l Loop. Run the tests forever
-t <tests> Only run the comma separated list of tests. The test
names are the same as the ones produced as output.
-I Idle mode. Just open N idle connections and wait.
실례:
redis-benchmark -h 127.0.0.1 -p 6379 -q -d 100 SET / GET 100 bytes 검 측 host 127.0.0.1 포트 6379 의 redis 서버 성능 redis - benchmark - h 127.0.0.1 - p 6379 - c 5000 - n 100000 5000 개의 병렬 연결, 100000 개의 요청, host 127.0.0.1 포트 6379 의 redis 서버 성능 을 검사 합 니 다. benchmark 도구 테스트 정보: 테스트 명령: redis - benchmark - n 100000 - c 60 은 redis 서버 에 100000 개의 요청 을 보 냅 니 다. 요청 마다 60 개의 병렬 클 라 이언 트 결과 (부분) 를 첨부 합 니 다. = = = = SET = = = = = = 집합 기록 테스트 100000 requests completed in 2.38 seconds 100000 개 요청 이 2.38 초 안에 완료 되 었 습 니 다. 60 parallel clients 는 매번 60 개의 병렬 클 라 이언 트 를 요청 합 니 다. 3 bytes payload 는 매번 3 바이트 의 데 이 터 를 기록 합 니 다. keep alive: 1 연결 을 유지 하고 서버 한 대가 이 요청 들 을 처리 합 니 다 93.06% < = 15 milliseconds 99.96% < = 31 milliseconds 99.98% < = 46 milliseconds 99.99% < = 62 milliseconds 100.00% < = 62 milliseconds 모든 요청 은 62 밀리초 내 에 42105.26 requests per second 초당 42105.26 회 요청 을 처리 합 니 다.
D:\redis\32bit>redis-benchmark.exe -h 127.0.0.1 -p 6379 -c 50 -n 100000 -d 100
-q
PING (inline): 43459.37 requests per second
PING: 44385.27 requests per second
MSET (10 keys): 34722.22 requests per second
SET: 45085.66 requests per second
GET: 42390.84 requests per second
INCR: 46511.63 requests per second
LPUSH: 46598.32 requests per second
LPOP: 44208.66 requests per second
SADD: 46189.38 requests per second
SPOP: 42247.57 requests per second
LPUSH (again, in order to bench LRANGE): 41425.02 requests per second
LRANGE (first 100 elements): 10055.30 requests per second
LRANGE (first 300 elements): 3786.44 requests per second
LRANGE (first 450 elements): 2476.53 requests per second
LRANGE (first 600 elements): 1885.19 requests per second
redis server 는 다음 과 같 습 니 다:
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54436
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54437
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54438
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54439
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54440
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54441
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54442
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54443
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54444
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54445
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54446
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54447
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54448
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54449
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54450
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54451
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54452
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54453
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54454
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54455
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54456
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54457
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54458
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54459
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54460
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54461
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54462
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54463
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54464
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54465
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54466
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54467
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54468
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54469
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54470
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54471
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54472
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54473
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54474
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54475
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54476
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54477
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54478
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54479
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54480
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54481
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54482
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54483
[4912] 15 Sep 14:44:06 - Accepted 127.0.0.1:54484
[4912] 15 Sep 14:44:08 - DB 0: 23 keys (0 volatile) in 32 slots HT.
[4912] 15 Sep 14:44:08 - 50 clients connected (0 slaves), 32097952 bytes in use
[4912] 15 Sep 14:44:13 - DB 0: 23 keys (0 volatile) in 32 slots HT.
[4912] 15 Sep 14:44:13 - 50 clients connected (0 slaves), 32153760 bytes in use
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.