当前位置: 首页 > 工具软件 > Goofys > 使用案例 >

goofys和s3fs利用Minio,挂载到本地进行文件系统各个接口性能测试

李光华
2023-12-01

 s3fs xqb-20171211 /opt/s3point -o passwd_file=./passwd -o url=http://162.3.111.182:9000/ -o use_path_request_style -o nonempty -o use_cache=/opt/s3fscache



挂载的方式,/opt/s3fscache作为缓存目录,/opt/s3point作为本地挂载目录,通过此目录可以访问http://162.3.111.182:9000/ 上面的 xqb-20171211桶里面的资源



s3fs中方法性能测试的工具是catfs,首先需要export SSHFS_SERVER=/opt/s3point

接着运行bench目录下的./run_bench.sh就好

goofys --debug_fuse -f --endpoint http://162.3.111.182:9000/ xqb-20171211 /opt/xqb-20171213/


上面是goofys文件系统,如何把远端桶挂载到本地的方法

./cat /opt/xqb-20171211 goofyscache expo


利用catfs给goofys添加磁盘缓存





 类似资料: