tuning advice

2011-09-19 Thread Patrick Proniewski
Hello, I bet you don't have this kind of request much. I need tuning advice, because my system doesn't use all it's RAM, and I feel like it's a shame. I'm running FreeBSD 8.1-RELEASE #0 on a quad core Xeon E5450 (3GHz). System sits on a 1TB drive. /, /tmp, /var are UFS, everything else is ZFS+co

Re: intel drivers vs. freebsd drivers

2007-12-21 Thread Patrick Proniewski
On 21 déc. 2007, at 23:00, Jack Vogel wrote: Jack Vogel (cc'd) is the Intel developer that maintains the FreeBSD drivers. He should be able to shed more light on this question. thanks Tom I don't know what uses the mii code but my drivers dont :) ok, it's probably not related. I've found

Re: intel drivers vs. freebsd drivers

2007-12-21 Thread Patrick Proniewski
On 21 déc. 07, at 10:03, Gergely CZUCZY wrote: I've just discovered that Intel provides some drivers for the Intel PRO/1000 Family on FreeBSD: I was wondering: is there any point in running those drivers instead of the freebsd ones, performance wise of course. AFAIK these are the drivers th

intel drivers vs. freebsd drivers

2007-12-21 Thread Patrick Proniewski
Hello, I've just discovered that Intel provides some drivers for the Intel PRO/1000 Family on FreeBSD: I was wondering: is there any point in running those drivers instead of the freebsd ones, performance wis

DSL/ethernet network perf problem with pf

2007-07-30 Thread Patrick Proniewski
Hello, I'm running a FreeBSD 6.2 on a Tyan motherboard. The board has 3 ethernet ports (fpx0, em0, em1). It uses `pf` to share/protect an internet access over xDSL plugged in fxp0 to 2 LANs on em0/1. When pf is loaded, my transfert rate for a file on the internet reaches about 150-200 KB/s

DSL/ethernet network perf problem with pf

2007-07-30 Thread Patrick Proniewski
Hello, I'm running a FreeBSD 6.2 on a Tyan motherboard. The board has 3 ethernet ports (fpx0, em0, em1). It uses `pf` to share/protect an internet access over xDSL plugged in fxp0 to 2 LANs on em0/1. When pf is loaded, my transfert rate for a file on the internet reaches about 150-200 KB/s

Re: wifi network performance with ath0 and hostapd

2007-06-22 Thread Patrick Proniewski
Hi, On 15 juin 07, at 18:19, Sam Leffler wrote: The best transfer rate I can achieve is 3.1 MB/s from the powerbook to the freebsd-box, and about 2.7 MB/s from the freebsd- box to the powerbook. Find athstats in tools/tools/ath and figure out why you're not seeing the expected throughput.

wifi network performance with ath0 and hostapd

2007-06-15 Thread Patrick Proniewski
Hello, I've setup a little WLAN at home, using my freebsd box as an access point: - FreeBSD 6.2 (tag=RELENG_6_2) - DLink DWL-G520 PCI card (Atheros chipset) - hostapd configured with WPA The "client" is a powerbook G4 (Built-in 54-Mbps Wi-Fi, certified for 802.11g and 802.11b interoperabili

Re: how to check bsd performance

2007-06-06 Thread Patrick Proniewski
Hi, Sorry, u right i should be more focus for my question more detail is - how do i know if mybsd running in good performance? unless you do some extensive benchmark using your applications so that you can compare different settings, it's impossible to say "your system performance is good/

Re: network perf : em driver ? [solved]

2007-01-13 Thread Patrick Proniewski
On 13 janv. 2007, at 15:31, R. B. Riddick wrote: --- Patrick Proniewski <[EMAIL PROTECTED]> wrote: I've connected the em0 port of the freebsd box on a gigabit PCI-X NIC I have in the Mac, and given a second try to the "dd | nc" client/ server bench: 103 MB/s. This is fa

Re: network perf : em driver ? [solved]

2007-01-13 Thread Patrick Proniewski
Thank you all for your help. I've finally found the bottleneck: the onboard PowerMac ethernet port. After verification, changing network cables was not an option, I've used on this connection a cat. 7 network cable. I've connected the em0 port of the freebsd box on a gigabit PCI-X NIC I hav

Re: network perf : em driver ?

2007-01-12 Thread Patrick Proniewski
On 12 janv. 2007, at 23:01, Lucas Holt wrote: The first two things I would try beyond the sysctls mentioned would be to try another network cable, ok, added to the todo list ;) and view your firewall configuration on both machines very carefully. What are the specifications on the Mac?

Re: network perf : em driver ?

2007-01-12 Thread Patrick Proniewski
On 12 janv. 07, at 11:45, R. B. Riddick wrote: --- Patrick Proniewski <[EMAIL PROTECTED]> wrote: I'll give FTP a try, but I would like the network to be fast for every protocols. I'm planning to share data using NFS, WebDAV, or SMB (and scp occasionally), but I've still to

Re: network perf : em driver ?

2007-01-12 Thread Patrick Proniewski
Hi Dominic, On 12 janv. 07, at 10:35, Dominic Marks wrote: File transfert through em0 looks quite slow : at best 17 MB/s (scp gives better results than http, tested with a 120MB file) File copy, from one HDD to another or from one HDD to /dev/null, ranges from 30 to 48 MB/s on the FreeBSD side

network perf : em driver ?

2007-01-12 Thread Patrick Proniewski
Hello, I'm the happy owner of a Tyan Tiger i7520SD motherboard, sporting two ethernet ports using a Intel 82571EB GbE controller and running FreeBSD 6.2 RC1. FreeBSD uses the em driver for this ports: dmesg excerpt: em0: port 0x2000-0x201f mem 0xd802-0xd803,0xd800-0xd801

Re: what about java application performances ?

2006-04-21 Thread Patrick Proniewski
On 21 avr. 2006, at 21:24, Mike Jakubik wrote: Patrick Proniewski wrote: By the way, I understand that installing a native java on FreeBSD is not straighforward, isn't it ? one have to go with a java in compat_linux and then build a java for the freebsd host, is it right ? Its

Re: what about java application performances ?

2006-04-21 Thread Patrick Proniewski
On 21 avr. 2006, at 09:12, Michael Vince wrote: I choose a while ago that for me performance comes second to flexibility and ability to keep control which I believe FreeBSD provides best. sure, but I don't have your flexibility for buying hardware, and if switching to freebsd yields to a

Re: what about java application performances ?

2006-04-21 Thread Patrick Proniewski
On 21 avr. 2006, at 08:26, Mike Jakubik wrote: Patrick Proniewski wrote: there is an extensive discussion here about MySQL performance on FreeBSD compared to linux and also comparing various options on FreeBSD side (threading lib, ...). What about Java application perfs (tomcat and other

what about java application performances ?

2006-04-20 Thread Patrick Proniewski
Hello, there is an extensive discussion here about MySQL performance on FreeBSD compared to linux and also comparing various options on FreeBSD side (threading lib, ...). What about Java application perfs (tomcat and other) ? Are there any benches around comparing multi- user java applicat

Re: dd(1) performance when copiing a disk to another

2005-10-05 Thread Patrick Proniewski
Hi, thank you all for these interesting explanations. I've made some more tests with my disks : As you'll see, for block size greater than 64k, the HDD ad6 (hitachi) is the bottleneck. bs of 1m and 512k yield to best transfert rates between ad4 and ad6 and using a pipe between to dd will low

Re: dd(1) performance when copiing a disk to another

2005-10-03 Thread Patrick Proniewski
Hi Arne and Eric, # atacontrol mode 0 Master = BIOSPIO Slave = BIOSPIO Hmm... 0 seems to be the wrong ata... Thats why the output does not fit to SATA drives, I think... oups... I'll have to do it again with channels 2 and 3 # dd if=/dev/ad4 of=/dev/null bs=1m count=1000 1000+0 records

Re: dd(1) performance when copiing a disk to another

2005-10-02 Thread Patrick Proniewski
Hi, Can u find out, if DMA transfers are enabled for those discs? What does dmesg say? see end of mail for full dmesg output, What does "sysctl hw.ata.ata_dma" say? hw.ata.ata_dma: 1 Maybe atacontrol(8) says something useful about SATA discs, too (e. g. atacontrol mode 0)? # atacontr

dd(1) performance when copiing a disk to another

2005-10-02 Thread Patrick Proniewski
Hi, (carte mère supermicro chip SATA Intel 6300ESB) I run FreeBSD 5.4 on a PIV 3GHz (SuperMicro motherboard, Intel SATA 6300ESB chipset) with 2 SATA HDD. I'm in the process to duplicate the boot HDD to the second HDD. I run dd for that: # dd if=/dev/ad4 of=/dev/ad6 bs=1m It yields to poor