Comments on: Last day in Ottawa for BSDCan 2007 https://www.truenas.com/blog/last-day-in-ottawa-for-bsdcan-2007/ Fri, 16 Feb 2024 17:33:12 +0000 hourly 1 https://wordpress.org/?v=6.4.4 By: ST https://www.truenas.com/blog/last-day-in-ottawa-for-bsdcan-2007/#comment-4798 Sat, 14 Apr 2007 06:32:00 +0000 http://www.freenas.org/whats-new/2007/05/last-day-in-ottawa-for-bsdcan-2007.html#comment-4798 Hi, Olivier,

My apology I have to restate statistics using the FreeNAS Graph screen. after adjustments

A. Dedicated Server
FreeNAS 0.684b. Monitoring Network using FreeNAS WebGUI Graph option. 100Mbps. Disabled kernel tuning GUI option and manually adjust.

B. Client test (no special tuning) using large files 100MB-300MB
1. FC7-Test GNOME. Nautilus Drag and drop. Samba around 2. FC7-Test console FTP. 97-99Mbp
3. Windows 2000-SP4 mapped drive. explorer drag and drop 52+Mbps. XCOPY 52+Mbps (Samba)
4. Linux console SMBCLIENT 80+Mbps. console stat states 9000+ Kb/s (Samba)

I will try further to see if I can improve without client tuning on Windows environments. However, I have no idea why the GNOME Nautilus desktop drag and drop stat is rather low.

ST

]]>
By: Olivier https://www.truenas.com/blog/last-day-in-ottawa-for-bsdcan-2007/#comment-4797 Fri, 13 Apr 2007 11:54:00 +0000 http://www.freenas.org/whats-new/2007/05/last-day-in-ottawa-for-bsdcan-2007.html#comment-4797 Kernel parameters are changed via the command line:
sysctl

You can check on the code (system.inc):
, look for this function:
function system_tuning()

And here is an example of use:
/sbin/sysctl net.inet.tcp.sendspace=65536

]]>