Skip to content
  • algorithm
  • language
  • linux
  • storage
  • tool
  • virtualization
  • web
  • Archive
  • About Me

hui's blog

If you find that you're not, I hope you have the strength to start all over again.

Category: storage

使用docker安装ceph

2019年12月3日2019年12月3日 ephuizi

使用docker安装ceph #划分子网 docker network create –driver bridge –subnet 172.20.0.0/16 ceph-network docker network ls docker network inspect ceph-network #用于存放ceph配置 mkdir -p…

Read More→

结合vmstat分析iostat输出结果

2019年11月25日 ephuizi

man vmstat FIELD DESCRIPTION FOR VM MODE Procs r: The number of processes waiting for run time. r 表示运行队列 (就是说多少个进程真的分配到CPU).…

Read More→

使用iostat分析问题

2019年11月25日2019年11月25日 ephuizi

文章来源: How I Use Iostat and Vmstat for Performance Analysis 考虑到svctm在iostat是不保证准确的. 分析io await相关问题需要和blktrace结合起来分析. 1. Is the I/O heavy? Check the…

Read More→

使用minio做对象存储

2019年11月14日2021年7月28日 ephuizi

minio s3 docker

what is the difference getContentMd5() and getETag() of aws s3 PutObjectResult

2019年6月17日2019年11月16日 ephuizi

An MD5 hash consists of 16 bytes, but they are not all printable characters. The ETag is the md5 hash,…

Read More→

Posts pagination

← 1 2 3 →
Copyright © 2025 hui's blog 粤ICP备2021003374号-1.
Theme: Pure Blog by WP Hait
↑