public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] Fw:Re: [ltp] ltp / testscripts / ltpstress.sh #line 257 : error command format for sar (#10)
@ 2014-04-02  1:24 李奎
  2014-04-10 16:36 ` chrubis
  0 siblings, 1 reply; 3+ messages in thread
From: 李奎 @ 2014-04-02  1:24 UTC (permalink / raw)
  To: ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 467 bytes --]

Hi,   
    Attach the patch file for fix sar command error.


-------- 转发邮件信息 --------
发件人:"Cyril Hrubis" <notifications@github.com>
发送日期:2014-04-01 21:23:33
收件人:linux-test-project/ltp <ltp@noreply.github.com>
抄送人:look <eeslook@163.com>
主题:Re: [ltp]  ltp / testscripts / ltpstress.sh #line 257 : error command format for sar  (#10)


Can you please send a patch to the LTP mailing list?

—
Reply to this email directly or view it on GitHub.

[-- Attachment #1.2: Type: text/html, Size: 1219 bytes --]

[-- Attachment #2: ltp-fix-sar-commanderr-20140401.patch --]
[-- Type: application/octet-stream, Size: 445 bytes --]

diff -rupN ltp-20140115/testscripts/ltpstress.sh ltp-20140115-sar/testscripts/ltpstress.sh
--- ltp-20140115/testscripts/ltpstress.sh	2014-01-16 01:26:29.000000000 +0800
+++ ltp-20140115-sar/testscripts/ltpstress.sh	2014-04-01 10:17:16.814820700 +0800
@@ -254,7 +254,7 @@ ${LTPROOT}/bin/rand_lines -g ${LTPROOT}/
 sleep 2
 
 if [ $Sar -eq 1 ]; then
-  sar -o $datafile $interval 0 &
+  sar -o $datafile $interval &
 fi
 
 if [ $Top -eq 1 ]; then

[-- Attachment #3: Type: text/plain, Size: 79 bytes --]

------------------------------------------------------------------------------

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-29 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02  1:24 [LTP] Fw:Re: [ltp] ltp / testscripts / ltpstress.sh #line 257 : error command format for sar (#10) 李奎
2014-04-10 16:36 ` chrubis
     [not found]   ` <5534fca.23dd.1454e729368.Coremail.eeslook@163.com>
2014-04-29 11:11     ` chrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox