direct
-
linux磁盘读写速度测试
测试纯写入性能 dd if=/dev/zero of=test bs=8k count=10000 oflag=direct 测试纯读取性能 dd if=test of=/dev/…
-
MySQL-DBA–20220612 mysql的数据写入磁盘(刷盘操作)
1、如图: 2、O_DIRECT参数 直接写入磁盘,不经过os的page cache 3、在my.cnf中,配置: innodb_flush_metho…
-
golang添加代理下载加速
linux/mac 设置你的 bash 环境变量 echo “export GOPROXY=https://goproxy.io,direct” >&…