The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com



UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
performance issue vishwaraj Shell Programming and Scripting 1 03-03-2008 02:29 AM
T2000 performance issue freezer91 SUN Solaris 2 02-29-2008 10:23 AM
SunOS 5.8 performance issue zing_foru UNIX for Advanced & Expert Users 1 09-08-2007 02:31 PM
performance issue big123456 UNIX for Advanced & Expert Users 1 08-28-2007 09:53 AM
performance issue rein AIX 1 07-12-2007 02:54 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-12-2002
shibz shibz is offline
Registered User
  
 

Join Date: Nov 2001
Location: Inida
Posts: 56
Performance issue

Hello all,

I just stuck up in an uncertain situation related to network performance...

I am trying to access one of my remote client unix machine from a distant location..

The client machine is Ultra-5_10 , with SunOS 5.5.1

The ndd result ( hme1 )shows that the machine is hooked to a 100Mbps network connection.. but the response is very poor. I mean, when I start working with a rlogin/rsh connection, the feedback is really slow.. it just hangs sometime and comes alive again...

Is there any way to measure/identify the connection in terms of bandwidth.. ?

Or anyother points to check out for a better performance...

I had glance on some of the tcp/ip stack tuning stuff.. but this machine dont have many remote connections, which force me to believe something else is wrong...

And big question is ..Am I going in the right direction ??

Here is the output of ndd check...

transceiver_inuse -- 0
link_status -- 1
link_speed -- 1
link_mode -- 1
ipg1 -- 8
ipg2 -- 4
use_int_xcvr -- 0
pace_size -- 1
adv_autoneg_cap -- 1
adv_100T4_cap -- 0
adv_100fdx_cap -- 1
adv_100hdx_cap -- 1
adv_10fdx_cap -- 1
adv_10hdx_cap -- 1
autoneg_cap -- 1
100T4_cap -- 0
100fdx_cap -- 1
100hdx_cap -- 1
10fdx_cap -- 1
10hdx_cap -- 1
lp_autoneg_cap -- 1
lp_100T4_cap -- 0
lp_100fdx_cap -- 1
lp_100hdx_cap -- 1
lp_10fdx_cap -- 1
lp_10hdx_cap -- 1
instance -- 1
lance_mode -- 1
ipg0 -- 16


Thanks in advance..
  #2 (permalink)  
Old 12-12-2002
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,111
You have to look at the entire network, not just the local network. We have systems in India and when I open a telnet connection to one of them it is very slow. But my connection goes across a trans-atlantic cable to Europe, then it bounces off a satellite to a ground station in India, then it uses packet radio to get to our lan. Our lan in India is only 10 Mb, but upgrading it to 100 Mb would not help my telnet session.

Somewhere in that chain is a bandwidth bottleneck. And it's the bottleneck that determines my overall speed.

Also round-trip time is an issue, especially with that satellite bounce. Geosyncronous and geostationary satellites are in deep orbit and a human will easily notice the time it takes to bounce off of them. When I type a character, it must go to the remote system which will echo it back to me. That takes time and more bandwidth won't help that.
  #3 (permalink)  
Old 12-12-2002
auswipe's Avatar
auswipe auswipe is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 535
Re: Performance issue

Quote:
Originally posted by shibz

The ndd result ( hme1 )shows that the machine is hooked to a 100Mbps network connection.. but the response is very poor. I mean, when I start working with a rlogin/rsh connection, the feedback is really slow.. it just hangs sometime and comes alive again...
Perderabo is correct about the network topology situation. However, you might be able to check network throughput while copying a file or some other large bandwidth intensive task and get a quick idea of your actual throughput with netstat. I have never tried it under Solaris, but it works like a champ under FreeBSD.

Code:
netstat -I <interface> <seconds>
Where <interface> is the interface and <seconds> is the delay between updates.

Example:

Code:
FreeBSD:auswipe:/home/auswipe $ netstat -I rl0 1
            input          (rl0)           output
   packets  errs      bytes    packets  errs      bytes colls
         2     0        132          0     0          0     0
         1     0         66          1     0        178     0
         1     0         66          1     0        178     0
         1     0         66          1     0        178     0
^C
FreeBSD:auswipe:/home/auswipe $
Obviously I'm not pushing much on my local network when I ran this.
  #4 (permalink)  
Old 12-13-2002
TioTony's Avatar
TioTony TioTony is offline Forum Advisor  
Bit Pusher
  
 

Join Date: Oct 2001
Location: Southern California
Posts: 332
Along with Perderabo's and Auswipe's suggestion, I think you may just want to start with simple concepts to see if those pan out. Try pinging the remote system, how long does it take? If it is something like 400 ms, it's probably the WAN that is the problem and not the system itself. Do other systems at the same site have a slow response or is it just the one system? If you use traceroute, it may show you where the bottleneck in the WAN is.
  #5 (permalink)  
Old 12-17-2002
shibz shibz is offline
Registered User
  
 

Join Date: Nov 2001
Location: Inida
Posts: 56
Thanks a lot,

Infact, I am getting the ping echoes in an average of 30ms.

I will also look into the other possibilities suggested.

Thank you.
  #6 (permalink)  
Old 12-17-2002
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,111
Just to provide another datapoint, when I ping one of our systems in India, I am getting times between 641 ms and 694 ms. I'm reasonably sure that a very large chunk of that is the satellite bounce. Your ping times pretty much eliminates the round trip time as a component of your problem.
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:05 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0