• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Linux Network Issues

 
Ranch Hand
Posts: 495
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using enterprise redhat 4.0 and my network connection on this system seems to be always dragging . Is there a way i can trouble shoot this network issue
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lots. For starters, check to see if the machine's overloaded. If the apps are running slow due to lack of resources, that would make network performance appear slow. Check the message logs for possible problems. Try pinging things and see what sort of response times you're getting.

If possible, isolate the affected machines onto their own private network just to make sure that traffic or errors from outside sources isn't polluting your throughput. Look at the stats in ifconfig.

Look at the stats logged by your routers. If possible, get a network analyzer tool. They're not cheap, but neither is your time, most likely.

There are undoubtedly other things that could I could come up with. These are just items off the top of my head and without having firsthand knowledge of what's going on your network.
reply
    Bookmark Topic Watch Topic
  • New Topic