如何在Linux上清除磁盘I / O缓存 [英] How to purge disk I/O caches on Linux

查看:134
本文介绍了如何在Linux上清除磁盘I / O缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要做更多可预测的基准测试。

I need to do it for more predictable benchmarking.

推荐答案

听起来你想要sync 命令,或 sync( )功能。

Sounds like you want the sync command, or the sync() function.

如果你想要磁盘缓存刷新: echo 3 | sudo tee / proc / sys / vm / drop_caches

If you want disk cache flushing: echo 3 | sudo tee /proc/sys/vm/drop_caches

这篇关于如何在Linux上清除磁盘I / O缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆