This file contains 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
$ esrally compare --baseline=1c423b56-5aec-4767-adfc-a00ec4784358 --contender=0a9b5eb2-b74a-4c96-ab4e-355c2e51e426 | |
____ ____ | |
/ __ \____ _/ / /_ __ | |
/ /_/ / __ `/ / / / / / | |
/ _, _/ /_/ / / / /_/ / | |
/_/ |_|\__,_/_/_/\__, / | |
/____/ | |
This file contains 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
$ sudo /etc/init.d/nginx start |
This file contains 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
$ curl http://0.peerjs.com:9000/lwjd5qra8257b9/id |
This file contains 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
$ sudo apt-get install libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5 libhiredis0.10 libmysqlclient18 libpq5 mysql-common |
This file contains 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
pjsua_acc_config cfg; | |
pjsua_acc_config_default(&cfg); | |
cfg.vid_in_auto_show = PJ_TRUE; |
This file contains 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
#include <pjsua-lib/pjsua.h> | |
#define THIS_FILE __FILE__ | |
static pj_status_t app_init(void) | |
{ | |
pjsua_config ua_cfg; | |
pjsua_logging_config log_cfg; | |
pjsua_media_config media_cfg; | |
pj_status_t status; |
This file contains 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
$ apt-get install make automake gcc g++ ncurses-dev openssl libssl-dev | |
$ apt-get install libxml2 libxml2-dev sqlite3 libsqlite3-dev pkg-config | |
$ apt-get install libsrtp0 libsrtp0-dev | |
$ apt-get install libjansson4 libjansson-dev |
This file contains 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
$ git clone https://github.com/basho/riak-ruby-client.git | |
$ cd riak-ruby-client | |
$ bundle install --path vendor/bundle | |
$ bundle exec irb | |
> |
This file contains 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
$ riak-admin bucket-type create maps '{"props":{"datatype":"map"}}' | |
maps created | |
$ riak-admin bucket-type create sets '{"props":{"datatype":"set"}}' | |
sets created | |
$ riak-admin bucket-type create counters '{"props":{"datatype":"counter"}}' | |
counters created |
This file contains 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
/buckets/<bucket>/keys/<key> |
NewerOlder