由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - How to disable cache effect
相关主题
硬盘速度为什么Cache LRU多用doubly linked list而不是single linked li (转载)
做GPU方面的research怎么样有没有能在单台机子上调试mpi程序的simulator? (转载)
google cached (转载)谁能提供 peer-to-peer java simulation?
Google是无耻的网络寄生虫valgrind谁用过?
想学习MUMPS and Cache (转载)谁给一点思路,关于找最小值的问题
请教一个关于data access pattern的问题请问
请问两门课,哪个有用些MANET simulator的问题
请教cs选课Why I think the paper is junk, but it still gets good simulation result?
相关话题的讨论汇总
话题: disable话题: caching话题: effect话题: cache话题: io
进入CS版参与讨论
1 (共1页)
f*******h
发帖数: 1269
1
大家做performance study时, 怎么disable OS caching effect?
Thx!
f*****r
发帖数: 229
2
What do you meaning? For model, simulation or implementation?

【在 f*******h 的大作中提到】
: 大家做performance study时, 怎么disable OS caching effect?
: Thx!

f*******h
发帖数: 1269
3
For Simulation and performance study.
I want to know the cost of an algorithm, which has I/Os.

【在 f*****r 的大作中提到】
: What do you meaning? For model, simulation or implementation?
f*****r
发帖数: 229
4
So you use a simulator, right? Just change the simulator's configuration
parameter(such as, set cache size as 0) or change the code.

【在 f*******h 的大作中提到】
: For Simulation and performance study.
: I want to know the cost of an algorithm, which has I/Os.

f*******h
发帖数: 1269
5
Or to change the code to disable file caching?
Whenever you open a file, that file will be quickly cached in Linux.
I can remount the data drive before I run the program, but after the
program starts, caching starts again.

【在 f*****r 的大作中提到】
: So you use a simulator, right? Just change the simulator's configuration
: parameter(such as, set cache size as 0) or change the code.

f*****r
发帖数: 229
6
If you use Linux, just check direct IO and raw IO stuffs. I guess that direct
IO can work. But in fact, there are several layer caching for IO. Anyway, you
can't disable disk drive(raid controller, if any)'s caching/prefetching.

【在 f*******h 的大作中提到】
: Or to change the code to disable file caching?
: Whenever you open a file, that file will be quickly cached in Linux.
: I can remount the data drive before I run the program, but after the
: program starts, caching starts again.

1 (共1页)
进入CS版参与讨论
相关主题
Why I think the paper is junk, but it still gets good simulation result?想学习MUMPS and Cache (转载)
monte carlo simulation的简单问题 (转载)请教一个关于data access pattern的问题
问个概率问题请问两门课,哪个有用些
求平均值zz关于research应该怎么做请教cs选课
硬盘速度为什么Cache LRU多用doubly linked list而不是single linked li (转载)
做GPU方面的research怎么样有没有能在单台机子上调试mpi程序的simulator? (转载)
google cached (转载)谁能提供 peer-to-peer java simulation?
Google是无耻的网络寄生虫valgrind谁用过?
相关话题的讨论汇总
话题: disable话题: caching话题: effect话题: cache话题: io