TCP socket disconnection

2005-07-25 Thread Zohar Amir
Hi, I have a thread group that runs forever. That thread group runs a sequence of actions using TCP samplers (that reuse the same socket) that eventually gets the socket disconnected (logout from the target server). After the first loop the socket is disconnected, but it remains in the socket's

Re: Setting up JMeter in Eclipse

2005-07-25 Thread Zohar Amir
I took the jars from the binary distrib's lib dir - Original Message - From: "Nirmalya Chakraborty" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 26, 2005 8:56 AM Subject: Setting up JMeter in Eclipse Hi, I've recently joined this mailing list. I've downloaded the source code of JMete

Re: TCP session

2005-07-21 Thread Zohar Amir
.. Maybe you specify in more detail how the session is set up, what method is used (think it is a session). -----Ursprüngliche Nachricht- Von: Zohar Amir [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Juli 2005 07:16 An: jmeter-user@jakarta.apache.org Betreff: TCP session Hi, I need

TCP session

2005-07-20 Thread Zohar Amir
Hi, I need to emulate a client's behavior with Jemeter. The client connects to the server via TCP. The connection is set up on login and kept throughout the session, where transactions are exchanged with the server. Any way of doing his with Jmeter? I probably need to open a TCP socket on start

message length

2005-07-12 Thread Zohar Amir
Hello, I'm totally new to JMeter, hence the possibility of making a joke of myself. I'd like to test a server I have. It uses TCP as a transport protocol, so I guess I'll be using the TCP sampler. 1. How do I create a test case that is "reactive", meaning that I send "login" command, wait for th