Linux / UNIX Tech Support Forum
This is a discussion on [FreeBSD 7.2] Network Speed Problem within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; Hey guys, Does any one know why my FreeBSD server getting so slow after 10 days? I use an AMD ...
|
|||||||
| All about FreeBSD/OpenBSD/NetBSD Discuss all about the Rock solid FreeBSD/OpenBSD/NetBSD. You are free to talk about any issues related to BSD administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hey guys,
Does any one know why my FreeBSD server getting so slow after 10 days? I use an AMD 4850e, an ASUS M3N78 Pro mainboard, 2 GB RAM and 5 TB of storage, in a ZFS RAIDZ-1. The first few days i have a transfer speed of 50 - 66 MB/s (in a GBit network). But after 10 days i only have 4 - 12 MB/s. There's no RAM problem, i've around 1 GB of inactive RAM. Any ideas? Regards, wyd1 |
| Sponsored Links | ||
|
|
|
||||
|
Are you transferring lots of large files over long distance? If so you need to tune out networking stack. Tell us more about your file transfer method - is it ftp / ssh / cifs / nfs?
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Yeah, i'm transfering large files (around 10 GB), but only over 10m LAN cable.
I administrate the server with SSH, the file transfer runs over smb (but i tried nfs too, i doensn't make any difference) |
|
||||
|
You need to tune networking stack, see the following articles (a reboot is required):
Enabling High Performance Data Transfers [PSC] Also see tuning(7) man page.
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Ok, i added tcp_extensions="YES" to the etc/rc_conf and tried do edit the TCP settings :
Code:
NAS# net.inet.tcp.rfc1323 net.inet.tcp.rfc1323: Command not found. NAS# net.inet.tcp.sack.enable net.inet.tcp.sack.enable: Command not found. NAS# sycstl net.inet.tcp.sendbuf_max=16777216 sycstl: Command not found.
|
|
||||
|
Quote:
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Sorry, my bad...
Everything works now like a charme, only sysctl -w net.inet.tcp.inflight_enable=0 doesn't works : sysctl -w net.inet.tcp.inflight_enable=0 sysctl: unknown oid 'net.inet.tcp.inflight_enable' But that's strange, because i've copy pasted them //edit NAS# sysctl net.inet.tcp.inflight.enable=0 net.inet.tcp.inflight.enable: 1 -> 0 That one worked Last edited by wyd1; 02-06-2009 at 11:04 PM. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Check CPU Speed in Linux | sweta | Getting started tutorials | 2 | 06-08-2009 12:09 AM |
| Network problem! Need suggestions! | grint | Networking, Firewalls and Security | 3 | 20-08-2007 09:52 PM |
| Weird variable evaluation problem (FreeBSD, sh) | fangorn | Shell scripting | 1 | 10-10-2006 02:37 AM |
| LAN Speed for Bonding or Teaming | puppen | Linux software | 11 | 15-05-2006 06:38 PM |
| FreeBSD putty home key problem | chiku | All about FreeBSD/OpenBSD/NetBSD | 2 | 03-02-2005 05:10 PM |