WRQ Reflections UNXLINK2 File Transfer

From: Smith, Lawrie <Lawrie.Smith_at_capita.co.uk>
Date: Tue, 27 Nov 2001 12:44:56 +0000

Hi Admins,

Our application development team make extensive use of Reflections UNXLINK2
scripts to control user file transfers.
2Mb file via FTP across local LAN takes ~0.4sec. Using UNIXLINK2 takes >
2mins
I can find no problem with the network set-up (TCP/IP) except the following
from dbx:
warning: Files compiled -g3: parameter values probably wrong
(Full dbx output below & complete netstats available on request)

Niether does the WRQ site help. Anyone got any ideas?

Compaq Tru64 UNIX V5.1 (Rev. 732); Wed Aug 29 11:16:16 BST 2001

System Type: Compaq AlphaServer ES40 DEC6600
Number of CPUs: 2 Type: EV6 (21264) Speed: 500 Mhz Cache: 4.0 MB ( 0 MB)
Memory size: 1024 MB

netstat -iad
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs
Coll Drop
ee0 1500 <Link> 0:50:8b:ad:de:5c 695942 0 3 0
0 0
                        cf:00:00:00:00:00
ee0 1500 DLI none 695942 0 3 0
0 0
ee1 1500 <Link> 2:50:8b:ad:de:66 807496 0 94819 0
0 0
                        cf:00:00:00:00:00
ee1 1500 DLI none 807496 0 94819 0
0 0
lo0 4096 <Link> Link#4 10027 0 10027 0
0 0
                        01:00:5e:00:00:01
lo0 4096 loop localhost 10027 0 10027 0
0 0
                        all-systems.mcast.n
mc0* 7000 <Link> mc0:42.0.0.0.0.1 0 0 0 0
0 0
nr0 1500 <Link> 2:50:8b:ad:de:66 1503440 0 94825 0
0 0
                        aa:01:0a:96:08:56
                        01:00:5e:00:00:01
                        cf:00:00:00:00:00
nr0 1500 10.150.8 cap005 1503440 0 94825 0
0 0
                        all-systems.mcast.n
nr0 1500 DLI none 1503441 0 94826 0
0 0
sl0* 296 <Link> Link#3 0 0 0 0
0 0
tun0* 1280 <Link> Link#5 0 0 0 0
0 0

hwmgr -get attr -cat network
16:
  name = ee0
  category = network
  sub_category = Ethernet
  model = Intel 82559
  hardware_rev = 8
  firmware_rev =
  MAC_address = 00-50-8B-AD-DE-5C
  MTU_size = 1500
  media_speed = 100
  media_selection = Automatic
  media_type = Unshielded Twisted Pair (UTP)
  loopback_mode = 0
  promiscuous_mode = 0
  full_duplex = 1
  multicast_address_list = CF-00-00-00-00-00
  interface_number = 1
  registration_time = Wed Oct 17 14:38:51 2001
  user_name = (null) (settable)
  location = (null) (settable)
  software_module = (null)
  state = available
  state_previous = unknown
  state_change_time = none
  event_count = 0
  last_event_time = none
32:
  name = ee1
  category = network
  sub_category = Ethernet
  model = Intel 82559
  hardware_rev = 8
  firmware_rev =
  MAC_address = 02-50-8B-AD-DE-66
  MTU_size = 1500
  media_speed = 100
  media_selection = Automatic
  media_type = Unshielded Twisted Pair (UTP)
  loopback_mode = 0
  promiscuous_mode = 0
  full_duplex = 1
  multicast_address_list = CF-00-00-00-00-00 01-00-5E-00-00-01
AA-01-0A-96-08-56
  interface_number = 2
  registration_time = Wed Oct 17 14:38:55 2001
  user_name = (null) (settable)
  location = (null) (settable)
  software_module = (null)
  state = available
  state_previous = unknown
  state_change_time = none
  event_count = 0
  last_event_time = none

TCP dbx output:
dbx version 5.1
Type 'help' for help.

thread 0xfffffc003f99ea80 stopped at [thread_block:3087
,0xfffffc00002d1b90] Source not available

warning: Files compiled -g3: parameter values probably wrong

====== somaxconn:
 1024

====== sominconn:
 0

====== sb_max:
 1048576

====== sbcompress_threshold:
 0

====== total_tcp_inpcbs:
 40

====== tcbhashsize:
 512

====== sobacklog_hiwat:
 3

====== sobacklog_drops:
 0

====== somaxconn_drops:
 0

====== sbappendaddr_failed_addrtoolong:
 0

====== sbappendaddr_failed_nombuf:
 0

====== sbappendaddr_failed_nospace:
 1

====== ipport_userreserved:
 5000

====== tcp_msl:
 60

====== tcp_rexmit_interval_min:
 2

====== tcp_cwnd_segments:
 2

====== tcp_keepinit:
 150

====== tcp_keepalive_default:
 0

====== tcpnodelack:
 0

====== inifaddr_hsize:
 32

====== tcbhashstats:
 struct {
    ChainHiwatCount = 2270
    ChainHiwatThreshold = 0
    EmptyWarnCount = 0
    EmptyWarnThreshold = 0
    FastActive = 0
    FastIdle = 512
    SlowActive = 0
    AllTimeSlowActive = 17
    SlowIdle = 5
    ChainHiwat = 1
    AllTimeChainHiwat = 1
    ChainLowat = 1
    EmptyBuckets = 507
    TotalBuckets = 512
    TotalTcpConns = 39
    AllTimeMaxTcpConns = 78
}

====== icmp_rejectcodemask:
 0

====== ipintrq:
 struct {
    ifq_head = (nil)
    ifq_tail = (nil)
    ifq_len = 0
    ifq_maxlen = 1024
    ifq_drops = 0
    ifq_slock = 15276212281097679550
}

====== tcp_sendspace:
 61440

====== tcp_recvspace:
 61440

====== udp_sendspace:
 9216

====== udp_recvspace:
 42240

====== unpst_sendspace:
 81920

====== unpst_recvspace:
 81920

====== unpdg_sendspace:
 20480

====== unpdg_recvspace:
 40960

====== tcp_noackwar:
 1

====== routemode:
 0



Kind regards

Lawrie Smith
Capita Technical Services
West Malling

email: lawrie.smith_at_capita.co.uk
Tel: 01732 877266



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************
Received on Tue Nov 27 2001 - 13:00:45 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:42 NZDT