-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchunk-65536.log
More file actions
44 lines (44 loc) · 1.51 KB
/
Copy pathchunk-65536.log
File metadata and controls
44 lines (44 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Let write role testing create the file
rm -f /usr/tdrs/data/archdev/tf135c/datafile
/usr/bin/time -p ./backbencher -n4096000000 -c 65536 /usr/tdrs/data/archdev/tf135c/datafile
Role: Writing
Method: read(2) / write(2)
End: 1168620724.838875
Start: 1168620717.128540
Seconds: 7.710335
Bytes: 4096000000.000000
Rate: 5.31235e+08
BlkSiz: 65536
ls -lh /usr/tdrs/data/archdev/tf135c/datafile
-rw-r----- 1 tf135c blaster 3.9G Jan 12 08:52 /usr/tdrs/data/archdev/tf135c/datafile
rm -f /usr/tdrs/data/archdev/tf135c/datafile
/usr/bin/time -p ./backbencher -m -n4096000000 -c 65536 /usr/tdrs/data/archdev/tf135c/datafile
Role: Writing
Method: mmap(2) / munmap(2)
End: 1168620738.081360
Start: 1168620724.900473
Seconds: 13.180887
Bytes: 4096000000.000000
Rate: 3.10753e+08
BlkSiz: 65536
ls -lh /usr/tdrs/data/archdev/tf135c/datafile
-rw-r----- 1 tf135c blaster 3.9G Jan 12 08:52 /usr/tdrs/data/archdev/tf135c/datafile
# Do read role testing using leftover data file
/usr/bin/time -p ./backbencher -r -n4096000000 -c 65536 /usr/tdrs/data/archdev/tf135c/datafile
Role: Reading
Method: read(2) / write(2)
End: 1168620758.506277
Start: 1168620748.976065
Seconds: 9.530212
Bytes: 4096000000.000000
Rate: 4.29791e+08
BlkSiz: 65536
/usr/bin/time -p ./backbencher -rm -n4096000000 -c 65536 /usr/tdrs/data/archdev/tf135c/datafile
Role: Reading
Method: mmap(2) / munmap(2)
End: 1168620772.152654
Start: 1168620758.509603
Seconds: 13.643051
Bytes: 4096000000.000000
Rate: 3.00226e+08
BlkSiz: 65536