Operating System - HP-UX
1753743 Members
4914 Online
108799 Solutions
New Discussion

Re: Netio for HP-UX 11.23

 
IZN
Occasional Contributor

Netio for HP-UX 11.23

Hi,
I have compile netio 1.26 for HP-UX 11.23.
First of all I have edit the Makefile of netio and ad

--snip---
hpux:
$(MAKE) all CC="gcc -O -s" O=.o X= \
CFLAGS="-DUNIX" LFLAGS="" LIBS="-lsec -lpthread" OUT=-o
---snap---

After the compilation (make hpux), the binary runs on the HPUX.
If I start a benchmark between HPUX and AIX, everything is fine. If I start a benchmark between two HPUX it hangs after the first transfer.

---snip---
NETIO - Network Throughput Benchmark, Version 1.26
(C) 1997-2005 Kai Uwe Rommel

TCP connection established.
Packet size 1k bytes: 113273 KByte/s Tx,
---snap---

Someone a idea?
1 REPLY 1
Laurent Menase
Honored Contributor

Re: Netio for HP-UX 11.23

you should try
1) get a tusc from the application
2) get a network trace,

The answer should be there.