OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsstress
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/nfs/nfs_fsstress/
nfs_fsstress.sh
23
# PURPOSE: Runs
fsstress
over an NFS mount point for a specified amount
85
./
fsstress
-l 0 -d /tmp/udp/2/${HOSTNAME}1 -n 1000 -p 50 -r > /tmp/nfs_fsstress.udp.2.log 2>&1 &
86
./
fsstress
-l 0 -d /tmp/udp/3/${HOSTNAME}2 -n 1000 -p 50 -r > /tmp/nfs_fsstress.udp.3.log 2>&1 &
87
./
fsstress
-l 0 -d /tmp/tcp/2/${HOSTNAME}3 -n 1000 -p 50 -r > /tmp/nfs_fsstress.tcp.2.log 2>&1 &
88
./
fsstress
-l 0 -d /tmp/tcp/3/${HOSTNAME}4 -n 1000 -p 50 -r > /tmp/nfs_fsstress.tcp.3.log 2>&1 &
97
killall -9
fsstress
98
ps -ef | grep -v grep | grep
fsstress
> /dev/null 2>&1
102
killall -9
fsstress
105
ps -ef | grep -v grep | grep -v nfs_fsstress | grep
fsstress
> /dev/null 2>&1
/external/f2fs-tools/scripts/
spo_test.sh
54
echo Start
fsstress
56
$F2FS_DIR/stress_test/
fsstress
/
fsstress
-z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 -l 0 -d $MNT &
67
killall -9
fsstress
/external/autotest/client/tests/fsstress/
fsstress.py
5
class
fsstress
(test.test):
class in inherits:test.test
18
utils.system('patch -p1 < ../
fsstress
-ltp.patch')
20
utils.make('
fsstress
')
28
cmd = self.srcdir + '/
fsstress
' + args
Completed in 1367 milliseconds