本文主要是介绍Cosbench测试s3 ceph对象存储,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Cosbench测试对象存储
一、Cosbench安装
下载地址
http://cosbench.1094679.n5.nabble.com/
安装步骤
1、cd ~
2、解压 unzip 0.4.2.c4.zip
3、rm cos
4、ln -s 0.4.2.c4/ cos
5、cd cos
6、chmod -x *.sh
二、Cosbench使用
1)启动cosbench
Ⅰ cd cos
Ⅱ sh -x start-all.sh
启动成功
!!! Service will listen on web port: 18088 !!!
!!! Service will listen on web port: 19088 !!!
ps aux 可以看到启动了一个driver和一个controller
java -Dcosbench.tomcat.config=conf/driver-tomcat-server.xml -server -cp main/org.eclipse.equinox.launcher_1.2.0.v2011
java -Dcosbench.tomcat.config=conf/controller-tomcat-server.xml -server -cp main/org.eclipse.equinox.launcher_1.2.0.v
<
这篇关于Cosbench测试s3 ceph对象存储的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!