Changes between Version 12 and Version 13 of linux/docker


Ignore:
Timestamp:
2015/08/07 17:30:42 (9 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/docker

    v12 v13  
    7272== ベンチマーク準備 
    7373{{{ 
    74 # mysqladmin -h 172.20.132.200 -u root --password=password create sbtest 
     74# mysqladmin -h 192.168.1.5 -u root --password=password create sbtest 
    7575# sysbench --test=oltp --oltp-table-size=200000 --max-time=300 --max-requests=0 
    76   --mysql-host=172.20.132.200 --mysql-port=3306 --mysql-table-engine=InnoDB 
     76  --mysql-host=192.168.1.5 --mysql-port=3306 --mysql-table-engine=InnoDB 
    7777  --mysql-user=root --mysql-password=password --mysql-engine-trx=yes --num-threads=5 
    7878  prepare 
     
    8686{{{ 
    8787# sysbench --test=oltp --oltp-table-size=200000 --max-time=300 --max-requests=0 
    88   --mysql-host=172.20.132.200 --mysql-port=3306 --mysql-table-engine=InnoDB  
     88  --mysql-host=192.168.1.5 --mysql-port=3306 --mysql-table-engine=InnoDB  
    8989  --mysql-user=root --mysql-password=password --mysql-engine-trx=yes --num-threads=5 
    9090  run