Hi,
 As requested, Please find the below steps for LTP stress configuration
and execution.
 
The tests must be run on a pair of systems with IP addresses not
configured on the target ports. 
Before starting the LTP Network Stress tests on a pair of systems, copy
the /etc/network/interfaces.ltp file to /etc/network/interfaces on each
system and reboot. 

# cd /etc/network
# cat interfaces.ltp
 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
# cp -p interfaces.ltp interfaces
# reboot -f
 
Once the systems have rebooted, start the LTP Network Stress tests on
the target system using the commands: 
 
# cd /opt/tests
# ./Run_all.sh -f ltp_network_stress.conf

After running the ltp_network_stress test cases, I am getting - EPERM
(returned value = 1) as a return value from io_submit. Please let me
know if you need additional information.

Thanks!
Nitin Yadav
  

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: Tuesday, October 16, 2012 3:41 PM
To: Jan Stancek
Cc: [email protected]; Nitin Yadav;
[email protected]
Subject: Re: [LTP] [PATCH] io_submit: uninitialized iocb may not
return-EINVAL

Hi!
> Notice that return value is positive (1). So it could be that some 
> random data succeeded and one iocb was actually submitted.

Well I think that if you pass random data to the kernel the only
assumption that may hold is that this action should not bring the system
down (unless of course you happen to initiate shutdown).

>From this point of view calling libcalls/syscalls with random values and
asserting certain results makes a little sense.

--
Cyril Hrubis
[email protected]

Information transmitted by this e-mail is proprietary to MphasiS, its 
associated companies and/ or its customers and is intended 
for use only by the individual or entity to which it is addressed, and may 
contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If you are not the intended 
recipient or it appears that this mail has been forwarded 
to you without proper authority, you are notified that any use or dissemination 
of this information in any manner is strictly 
prohibited. In such cases, please notify us immediately at 
[email protected] and delete this mail from your records.


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to