xref
: /
third_party
/
ltp
/
testcases
/
realtime
/
perf
/
latency
/
disknoise.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/ltp/testcases/realtime/perf/latency/
1
#!/
bin
/
bash
2
3
while
:
4
do
5
find
/ -
type
f -
print
> /
dev
/
null
2
>&
1
6
done
7