History log of /external/ltp/testscripts/ltpstress.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbd22f815951e83f72d452b0648d597dc90518d7 13-Feb-2017 Cyril Hrubis <chrubis@suse.cz> tools: Get rid of rand_lines

All uses were replaced with sort -R

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testscripts/ltpstress.sh
b85bb7827f9755caea4da995b91b1b4e18ded8ab 07-Oct-2015 Wei Jiangang <weijg.fnst@cn.fujitsu.com> testscripts: make redirects happen in correct order

It should redirect stdout to /dev/null firstly,
then redirect stderr to whatever stdout currently points at.

Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
/external/ltp/testscripts/ltpstress.sh
1f6eab1b3bec6e7260f4800bb19b75ad4e059663 20-Aug-2014 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> ltpstress.sh: added cmdline to set the block device

I think it's not needed to use set_block_device(),
create_block_device() from runltp, because their logic
is in tst_acquire_device()/tst_release_device() now.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testscripts/ltpstress.sh
a382a3d5a85f4efc44ba76b15f4e882b805c3e79 30-Apr-2014 look <eeslook@163.com> fix sar command error for ltpstress.sh

remove not support args "0" for sar, and redirect sar output to /dev/null.

Signed-off-by: look <eeslook@163.com>
/external/ltp/testscripts/ltpstress.sh
a1ad145583e3cfbc19f6fd8e00e5dcf23d6d137b 31-Mar-2014 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> ltpstress.sh: explicit passing of -p and -q ltp-pan parameters

Added cmdline options to pass -p and/or -q arguments to the
ltp-pan instances. The same way as runltp does.

It's needed if we parse the output of the ltp-pans by scripts.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
/external/ltp/testscripts/ltpstress.sh
ba11e79578757a164c6ec96bf77b6f4efcb837c0 31-Mar-2014 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> ltpstress.sh: added a cmdline option to set temporary directory

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
/external/ltp/testscripts/ltpstress.sh
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testscripts/ltpstress.sh
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testscripts/ltpstress.sh
02f8fe875ea4f13caf3452b9a60f4b4db49e45df 19-Feb-2010 root <root@orangebox.(none)> Hi,

Scripts under LTPROOT/testscripts/ need to access ltp-pan from some
other loaction now. Moreover there are scripts to run MATH and SYSCALL
tests which are not required as they can be directly run through
./runltp -f <math/runltp>
This patch fixes them. Probably the scripts need to be looked on
more to fix such anomalies.

Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>
/external/ltp/testscripts/ltpstress.sh
d8f1f5dfe126ec43b1e956e8b5e48ac80efc3deb 28-Jan-2010 yaberauneya <yaberauneya> Convert everything over to bin from tools because it's breaking install-in-build-tree.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testscripts/ltpstress.sh
14390fd5298724c529b3f5e5158bd0d3776b6933 19-May-2009 subrata_modak <subrata_modak> Attached (against ltp-full-20090430.tgz) patch renames binaries in pan directory to have ltp- prefix as plain pan when installed in /usr/bin/ directory conflict with gnome pan. It also fixes all occurrences of pan in scripts and howtos. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>.
/external/ltp/testscripts/ltpstress.sh
d75626ef0d3086dadfbe162c7882451b019cfc15 15-Jan-2009 subrata_modak <subrata_modak> I encountered a failure on running ltpstress.sh. This problem seems to be introduced by http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testscripts/ltpstress.sh?r1=1.26&r2=1.27, Since I don't know why it wanted to eliminate rpcinfo command, I wrote two solutions attached. Signed-off-by: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>.
/external/ltp/testscripts/ltpstress.sh
4feae2d4c52bac681ef903d6e574d3110fe91e82 11-Dec-2008 subrata_modak <subrata_modak> Here is a new patch to be applied on the November Release (ltp-full-20081130.tgz). It fixes and improves build/install scripts in the Sun-RPC/TI RPC test suite. It takes care also about some portmap/rpcbind conflicts in the tests scripts. Signed-Off-By: Le Rouzic <aime.le-rouzic@bull.net>.
/external/ltp/testscripts/ltpstress.sh
7c7aeb5d8beb7b0d634d792e09893cc2206514f1 25-Nov-2008 subrata_modak <subrata_modak> Re-enablement of TI-RPC tests to build/install/run in LTP:
Le Rouzic <aime.le-rouzic@bull.net> wrote: I get a first patch to deliver which improves the Sun-RPC and TIRPC Test Suite. The Sun-RPC tests part works quite well. About the TIRPC I still have some FAILED I am working on that I will fix in a second patch. There is no much time now for the November delivery so let me know if you want me to deliver right now the first patch.
Subrata Modak <subrata@linux.vnet.ibm.com> replied: I am not worried if the test case(s) of TI-RPC fails. The point is they should be able to build, install and run - irrespective of whether many of the tests fail. The issue(s) like linking to proper libraries while building and finding those libraries to run should be properly resolved. If they require specific libraries to to build/run, that should be properly documented. Users should be able to find those libraries and install them (if it does not come with the system in first place), so that they can start using those tests. If people can start using those tests, then there will be more people who can help fix issues related to tests themselves. It would be nice if you can send a patch (against latest CVS) which would re-enable the TI-RPC tests to build/install/run in LTP properly. We can see the test fails later.
Le Rouzic <aime.le-rouzic@bull.net> replied: OK. Here is the patch I tested against ltp-full-20081031.tgz. Signed-Off-By: Le Rouzic <aime.le-rouzic@bull.net>.
/external/ltp/testscripts/ltpstress.sh
ae180fc7cc8b0277809ff8c78af22cd5b3baaa50 28-Mar-2008 subrata_modak <subrata_modak> The memsize is specified by the user in Mb, but it is converted to Kb in the script, so we should convert it to Mb in the output. The following patch solves this problem:
Signed-off-by: Wang Fang <wangf@cn.fujitsu.com>
/external/ltp/testscripts/ltpstress.sh
6b9edb6c058e94c7d50cccd89257f15743dca38a 27-Apr-2007 subrata_modak <subrata_modak> Patch for S390-31/64 Architecture, submitted by "B. N. Poornima"<bnpoorni@in.ibm.com>
/external/ltp/testscripts/ltpstress.sh
556d9563f63660d77cd1fb42828d1e5b0d91ca42 29-Nov-2005 robbiew <robbiew> Corrected a small error in the output message for memory usage.
/external/ltp/testscripts/ltpstress.sh
9915e1cad9729d1fc0acf491d77646350d33eabe 01-Sep-2005 robbiew <robbiew> Added -n option to allow disabling networking stress.
/external/ltp/testscripts/ltpstress.sh
f000a4a72e50c6ab5db558e5e98bd7d26f9cf6a6 09-Apr-2004 robbiew <robbiew> Switched the order for checking rpc.nfsd and rpc.statd, b/c on some versions
of rpc.nfsd, the statd and lockd daemons are built-in.
/external/ltp/testscripts/ltpstress.sh
7829e1e78b4c30bfee96e21ed55274d952de28b2 23-Mar-2004 robbiew <robbiew> Applied daemon typo patch from Andrew R. Reiter.
/external/ltp/testscripts/ltpstress.sh
ee8992d3b7a41ab8ec7428cfa49d2a4021b782fe 01-Dec-2003 robbiew <robbiew> Added a line to set the max processess to unlimited (ulimit -u).
/external/ltp/testscripts/ltpstress.sh
d5264e82883261e4d08c3c664e42056078f901b8 04-Nov-2003 robbiew <robbiew> Corrected bug in code regarding reporting PASS or FAIL based off of logfile results.
/external/ltp/testscripts/ltpstress.sh
d47b2e7a6505851ebe93dbb192010b61e995aac4 04-Nov-2003 robbiew <robbiew> Forgot to cleanup iostat.
/external/ltp/testscripts/ltpstress.sh
30ce128245c7a4ef98441e780d590ad935bad9c2 03-Nov-2003 robbiew <robbiew> Added option to record 'iostat' data to a file every interval.
/external/ltp/testscripts/ltpstress.sh
e3cd91016733bcf62dc0643e13520407edd28c1f 21-Oct-2003 robbiew <robbiew> Updated the options description.
/external/ltp/testscripts/ltpstress.sh
5c8e7f3b2fda5867e735f50f03f07d9b8258ac2e 25-Sep-2003 robbiew <robbiew> Changed to use all RAM + 1/2 swap by default for -m option.
/external/ltp/testscripts/ltpstress.sh
e2be5cb9f4f4d92c49ab5fbf7477b499142f4b74 25-Jun-2003 robbiew <robbiew> Added final PASS/FAIL message at the end.
/external/ltp/testscripts/ltpstress.sh
7791e4d463a3c1fb922ccae401702f2a348ed574 25-Jun-2003 robbiew <robbiew> Corrected the section for getting the PID for the 'screen' command.
/external/ltp/testscripts/ltpstress.sh
9d8133603be0f1b33ab07129ffa9b43a54a10120 24-Jun-2003 robbiew <robbiew> Removed 4th stress scenario and added PATH to our 'top'.
/external/ltp/testscripts/ltpstress.sh
866874b15458b152936506be2811c36fe3bbe377 22-May-2003 robbiew <robbiew> Changed the 'kill' of $SCREEN_PID to normal, instead of -9, for better
process cleanup.
/external/ltp/testscripts/ltpstress.sh
1a39a53a21e0dba3ad0807899d8feaeeadfdb6ac 22-May-2003 robbiew <robbiew> Redirected the output from the 'top' check to /dev/null.
/external/ltp/testscripts/ltpstress.sh
8da3f7b4268e93737db2ef5c5672016d1f601518 21-May-2003 robbiew <robbiew> Added code to record the output from all the tests to files in TMPBASE.
/external/ltp/testscripts/ltpstress.sh
48be10fe43cb932d7759e37d169dbeb063d1e326 14-May-2003 robbiew <robbiew> *** empty log message ***
/external/ltp/testscripts/ltpstress.sh
d79b0075fe0270b2ff154514270114bf974ab886 14-May-2003 robbiew <robbiew> typo
/external/ltp/testscripts/ltpstress.sh
75696ed578ed2ab65104702994333f2c207f7720 13-May-2003 robbiew <robbiew> Added check to make sure our version of top is installed if "-T" option used.
/external/ltp/testscripts/ltpstress.sh
7aa5b4ebe29436b091824e622cc58c7b78cbea13 13-May-2003 robbiew <robbiew> typo
/external/ltp/testscripts/ltpstress.sh
6e8efc9b92dc9e7da8f7de03a03f7e0437561c0e 13-May-2003 robbiew <robbiew> Added option to use our modified 'top' tool to record data.
/external/ltp/testscripts/ltpstress.sh
acddaae084024e13575d7779837fc7d1988474ec 13-May-2003 robbiew <robbiew> Enabled the script to be executed on large memory machines. Also, added
code to allow it to be executed from the /testscripts directory.
/external/ltp/testscripts/ltpstress.sh
59f17d12b97cdae8db741a2b9ae91f33b67a8bb0 16-Apr-2003 robbiew <robbiew> Relocated the test scripts to the /testscripts directory.
/external/ltp/testscripts/ltpstress.sh