Skip to Content.
Sympa Menu

ndt-dev - [ndt] r323 committed - add a couple of debug messages around the s2c test loop Testing...

Subject: NDT-DEV email list created

List archive

[ndt] r323 committed - add a couple of debug messages around the s2c test loop Testing...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt] r323 committed - add a couple of debug messages around the s2c test loop Testing...
  • Date: Wed, 24 Mar 2010 02:03:25 +0000

Revision: 323
Author: rcarlson501
Date: Tue Mar 23 19:02:58 2010
Log: add a couple of debug messages around the s2c test loop Testing
is showning the server is getting stuck in this area.

RAC 3/23/10

http://code.google.com/p/ndt/source/detail?r=323

Modified:
/trunk/src/testoptions.c

=======================================
--- /trunk/src/testoptions.c Tue Mar 23 17:58:45 2010
+++ /trunk/src/testoptions.c Tue Mar 23 19:02:58 2010
@@ -1131,6 +1131,7 @@
t = secs();
s = t + 10.0;

+ log_println(6, "S2C child %d begining test", testOptions->child0);
while(secs() < s) {
c3++;
if (options->avoidSndBlockUp) {
@@ -1163,6 +1164,7 @@
sigaction(SIGALRM, &old, NULL);
sndqueue = sndq_len(xmitsfd);

+ log_println(6, "S2C child %d finished test", testOptions->child0);
shutdown(xmitsfd, SHUT_WR); /* end of write's */

s = secs() - t;


  • [ndt] r323 committed - add a couple of debug messages around the s2c test loop Testing..., ndt, 03/23/2010

Archive powered by MHonArc 2.6.16.

Top of Page