This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > localにValkeyの最新版をインストールして、valke-benchmarkを実行してほしい。aptかyumが使えるならそれを使ってください。 | |
| ✦ 承知いたしました。aptまたはyumを使用してValkeyをインストールします。 | |
| まず、aptが利用可能か確認します。 | |
| ╭──────────────────────────────────────── | |
| │ ✓ Shell which apt (Check if apt package manager is available.) | |
| │ /usr/bin/apt | |
| ------ | |
| 途中省略 | |
| ------ | |
| それでは、valkey-benchmarkを実行します。-qオプションを付けて、結果の概要を表示します。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~$ cat ./valkey_benchmark.py l | |
| import valkey | |
| import threading | |
| import time | |
| import os | |
| import random | |
| import string | |
| # --- Benchmark Parameters --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 5701 openat(AT_FDCWD, "/var/log/mysqld.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 37 | |
| 5701 close(37) = 0 | |
| 5701 openat(AT_FDCWD, "/var/log/mysqld.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 37 | |
| 5701 close(37) = 0 | |
| 5701 open("./", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 37 | |
| 5701 close(37) = 0 | |
| 5701 close(38) = 0 | |
| 5701 close(4) = 0 | |
| 5701 openat(AT_FDCWD, "./binlog.index", O_RDWR|O_CREAT, 0640) = 4 | |
| 5701 openat(AT_FDCWD, "./binlog.~rec~", O_RDWR|O_CREAT, 0640) = 37 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| import difflib | |
| str1 = u"配られたカードで勝負するしかないのさ、それがどういう意味であれ" | |
| str2 = u"配られたカードで勝負するっきゃないのさ、それがどうゆう意味であれ" | |
| s = difflib.SequenceMatcher(None, str1, str2).ratio() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ec2-user@ip-172-31-31-57 ~]$ sudo yum install td-agent-3.3.0-1.amazon2018.03.x86_64.rpm | |
| Loaded plugins: priorities, update-motd, upgrade-helper | |
| Examining td-agent-3.3.0-1.amazon2018.03.x86_64.rpm: td-agent-3.3.0-1.amazon2018.03.x86_64 | |
| Marking td-agent-3.3.0-1.amazon2018.03.x86_64.rpm to be installed | |
| Resolving Dependencies | |
| --> Running transaction check | |
| ---> Package td-agent.x86_64 0:3.3.0-1.amazon2018.03 will be installed | |
| --> Processing Dependency: redhat-lsb-core for package: td-agent-3.3.0-1.amazon2018.03.x86_64 | |
| --> Running transaction check | |
| ---> Package redhat-lsb-core.x86_64 0:4.0-7.14.amzn1 will be installed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VERSION="3.2.0" | |
| CPU=`grep processor /proc/cpuinfo | wc -l` | |
| sudo yum -y install openssl-devel libxml2-devel gcc gcc-c++ ruby22-devel git patch vim readline-devel rpm-build autoconf htop | |
| sudo update-alternatives --set ruby /usr/bin/ruby2.2 | |
| git clone https://github.com/sstephenson/rbenv.git ~/.rbenv | |
| git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build | |
| echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile | |
| source .bash_profile | |
| echo 'eval "$(rbenv init -)"' >> ~/.bash_profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + bin/omnibus build td-agent3 | |
| [CLI] I | 2018-11-19T07:44:22+00:00 | Using config from 'omnibus.rb' | |
| [Software: config_guess] W | 2018-11-19T07:44:23+00:00 | Version master for software config_guess was not parseable. Comparison methods such as #satisfies? will not be available for this version. | |
| Building td-agent 3.2.1... | |
| [Software: preparation] I | 2018-11-19T07:44:23+00:00 | Resolving manifest entry for preparation | |
| [NullFetcher: preparation] I | 2018-11-19T07:44:23+00:00 | Fetching `preparation' (nothing to fetch) | |
| [Software: config_guess] I | 2018-11-19T07:44:23+00:00 | Resolving manifest entry for config_guess | |
| [Software: config_guess] W | 2018-11-19T07:44:23+00:00 | Version master for software config_guess was not parseable. Comparison methods such as #satisfies? will not be available for this version. | |
| [Software: config_guess] W | 2018-11-19T07:44:23+00:00 | Version master for software config_guess was not parseable. Comparison methods such as #satisfies? will not be available for t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ec2-user@ip-172-31-0-174 ~]$ cat ./build.sh | |
| VERSION="3.2.0" | |
| CPU=`grep processor /proc/cpuinfo | wc -l` | |
| sudo yum -y install openssl-devel libxml2-devel gcc gcc-c++ ruby22-devel git patch vim readline-devel rpm-build autoconf htop | |
| sudo update-alternatives --set ruby /usr/bin/ruby2.2 | |
| git clone https://github.com/sstephenson/rbenv.git ~/.rbenv | |
| git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build | |
| echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile | |
| source .bash_profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@ip-172-31-29-86:~/memtier_benchmark$ sudo docker run --rm memtier_benchmark -s oranie-mem.ab0uwo.cfg.apne1.cache.amazonaws.com -p 11211 -P memcache_binary -- threads 1 -c 20000 --test-time=60 --ratio=1:10 --data-size- list=100000:60,500000:30,100000:10 --key-prefix=memtier-memtier-memtier- --key- maximum=100000 | |
| [RUN #1] Preparing benchmark client... | |
| [RUN #1] Launching threads now... | |
| [RUN #1 2%, 0 secs] 4 threads: 46874 ops, 47099 (avg: 47099) ops/sec, 1.91MB/sec (avg: 1.91MB/sec), 4.23 (avg: [RUN #1 5%, 1 secs] 4 threads: 93274 ops, 46387 (avg: 46742) ops/sec, 1.88MB/sec (avg: 1.90MB/sec), 4.30 (avg: [RUN #1 7%, 2 secs] 4 threads: 139866 ops, 46580 (avg: 46688) ops/sec, 1.89MB/sec (avg: 1.90MB/sec), 4.30 (avg: [RUN #1 9%, 3 secs] 4 threads: 187824 ops, 47945 (avg: 47003) ops/sec, 1.94MB/sec (avg: 1.91MB/sec), 4.17 (avg: [RUN #1 12%, 4 secs] 4 threads: 234567 ops, 46731 (avg: 46948) ops/sec, 1.89MB/sec (avg: 1.90MB/sec), 4.27 (avg: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ec2-user@ip-172-31-28-226 memtier_benchmark]$ sudo docker run --rm memtier_benchmark -s oranie-mem.ab0uwo.cfg.apne1.cache.amazonaws.com -p 11211 -P memcache_binary -- threads 1 -c 20000 --test-time=60 --ratio=1:10 --data-size- list=100000:60,500000:30,100000:10 --key-prefix=memtier-memtier-memtier- --key- maximum=100000 | |
| [RUN #1] Preparing benchmark client... | |
| [RUN #1] Launching threads now... | |
| [RUN #1 2%, 0 secs] 4 threads: 42402 ops, 42561 (avg: 42561) ops/sec, 1.73MB/sec (avg: 1.73MB/sec), 4.69 (avg: 4.69) msec la[RUN #1 4%, 1 secs] 4 threads: 84889 ops, 42475 (avg: 42518) ops/sec, 1.72MB/sec (avg: 1.73MB/sec), 4.70 (avg: 4.69) msec la[RUN #1 6%, 2 secs] 4 threads: 127292 ops, 42390 (avg: 42475) ops/sec, 1.72MB/sec (avg: 1.72MB/sec), 4.71 (avg: 4.70) msec la[RUN #1 8%, 3 secs] 4 threads: 169788 ops, 42481 (avg: 42476) ops/sec, 1.72MB/sec (avg: 1.72MB/sec), 4.70 (avg: 4.70) msec la[RUN #1 11%, 4 secs] 4 threads: 212492 ops, 42668 (avg: 425 |
NewerOlder