互联网运维 Linux perf record -e cycles -g 的调用栈采样与 –call-graph dwarf 精度对比 perf record -g 默认用的是 frame pointer,等价于 –call-grap […]
互联网运维 Linux ZFS compression lz4 / zstd / gzip 的压缩比与 CPU 开销实测 zstd 在 zfs 中默认 level 3 下压缩比 2.3–2.6:1、解压超 1.1 gb/s、单核 c […]...
互联网运维 vsftpd writable root inside chroot 的 allow_writeable_chroot=YES allow_writeable_chroot=yes 的作用是绕过 vsftpd 对 chroot 根目录不可 […]
互联网运维 Linux mount –bind 与 –rbind 的递归绑定区别与 Docker volume 场景应用 –bind 仅绑定指定路径本身,不包含子挂载点;–rbind 则递归绑定源路径及其所有 […]...