Re: Filesystem monitoring question

2005-11-18 Thread Daniel Ellard
There are many possible answers to this question. Can you explain more about exactly what you need? Depending on what you can and cannot access, one method is to sniff the network or the network interface. This will tell you when write requests come to the server, but can require a great deal

Re: Long uptime 5.2.1 server

2005-06-19 Thread Daniel Ellard
> We've got a FreeBSD 5.2.1-RELEASE-p1 server that's been up for 460 > days now, with pretty heavy use the whole time (70GB+ per day http > traffic, 140 hits/sec, etc). > > Before we give it a reboot to upgrade, does anyone want to see any > counters or stats or anything? I ask because it's sometim

Re: the current status of nullfs, unionfs

2005-03-10 Thread Daniel Ellard
On Thu, 10 Mar 2005, Jeremie Le Hen wrote: > A little time ago, phk@ asked for people to submit regression tests for > virtual filesystem like this [1]. AFAIK, nobody submitted even one test > so far. This could be a good starting point to have unionfs work > correctly again. However, I think F

Re: FUD about CGD and GBDE

2005-03-04 Thread Daniel Ellard
Any chance some part of this discussion can be taken off-line? Or to freebsd-sec? -Dan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Article on Sun's DTrace

2004-07-08 Thread Daniel Ellard
On Wed, 7 Jul 2004, David Schultz wrote: > The page referenced earlier in this thread pointed out that 6 > staff-years went into DTrace. That's accurate, and we're not > talking about part-time employees or people who don't know what > they're doing. The D compiler aside, this is not a small mat

Re: Article on Sun's DTrace

2004-07-06 Thread Daniel Ellard
In a nutshell, here is what DTrace is about: - It has no impact on the system when it is not used. So you can leave it in all the time, instead of having a debug kernel and a production kernel. [I don't know how they achieve the "no impact" but they claim that th

Re: FreeBSD's malloc problem ?

2004-04-24 Thread Daniel Ellard
> And let there be light... DANG.. well it almost blinded me. I was > confusing with char[16], which has the +1 byte for the null > terminating, but the malloc(16) hasn't... No, that's still not quite it... char[16] allocates exactly 16 characters. Period. There's no extra space on the end

getpwent and groups

2004-02-27 Thread Daniel Ellard
I use NIS to manage passwords, and due to a policy change I recently changed the last line of the password file from +: to [EMAIL PROTECTED]: so that only my "guests" are able to log in to my machines instead of everyone in the entire department. This works fin

Confused about HyperThreading and Performance

2003-11-12 Thread Daniel Ellard
Can someone point me at some non-marketing documentation about hyperthreading on the latest Intel chips? I'm seeing some strange performance measurements and I would like to figure out what they mean. My systems have the following CPU: CPU: Intel(R) Xeon(TM) CPU 1.80GHz (1799.81-MHz 686-class

Re: specifying RAM size at boot?

2003-08-16 Thread Daniel Ellard
On Fri, 15 Aug 2003, Doug Ambrisko wrote: > | I thought this was configurable by setting a variable in > | /boot/loader.conf and rebooting, but I haven't been able to find the > | right variable(s). (someone suggested MAXMEM, but this doesn' > | seem to do anything at all.) > > I think it is >

specifying RAM size at boot?

2003-08-15 Thread Daniel Ellard
I am experimenting with the relationship between RAM size and various file system performance characteristics. I've got a machine with a large amount of RAM; what I want is to be able to tell FreeBSD to only use a fraction of it, so I can pretend the machine has various different amounts of RAM.

how to do asynchrounous I/O at the device level?

2003-05-29 Thread Daniel Ellard
I'm not sure if this a question for fs or hackers, so I apologize if you see this twice. I'm writing a device driver for a "soft-mirrored" disk. The idea is similar to ordinary disk mirroring, except that the focus is entirely on higher performance instead of fault tolerance -- the secondary dis

Re: NFS performance tuning

2003-03-18 Thread Daniel Ellard
The tweaks I've been working on are for read performance. Based on what you sent, I don't think read performance is your problem at all (although they might help you anyway, in the long run). So, my advice might be no more useful than line noise, but here goes: 1. You've got a nfsd taking 48%

support for Tyan Thunder i7500 mobo?

2003-02-16 Thread Daniel Ellard
Does FreeBSD work with the Tyan i7500 (S2720UGN) motherboard? I'm particularly interested in whether the on-board gigabit NIC (using the intel 82545GC chip) works with the em driver, and whether the on-board SCSI controller is properly recognized. Thanks, -Dan p.s. I posted this to the

Re: finding changes from one release/patch level to another?

2003-02-07 Thread Daniel Ellard
On Fri, 7 Feb 2003, Jacques A. Vidrine wrote: > > Something slightly broke the em (gigabit ethernet) driver between > > 4.6.2p4 and 4.6.2p6, and I'm trying to figure what the change was so I > > can back it out on my machine. ... > > It seems awfully unlikely that the changes between 4.6.2p4 and

finding changes from one release/patch level to another?

2003-02-07 Thread Daniel Ellard
Something slightly broke the em (gigabit ethernet) driver between 4.6.2p4 and 4.6.2p6, and I'm trying to figure what the change was so I can back it out on my machine. In 4.6.2p6 almost everything works, but programs that push the device (such as netperf) can hang. The same program running on ot

Re: Changing the Maximum Segment Size (MSS) of Kame MIP6 Free BSD4.4

2003-01-30 Thread Daniel Ellard
Terry Lambert <[EMAIL PROTECTED]> wrote: > Audsin wrote: > > I am Dev, doing my research in Centre for Telecommunications Research, > > King's college London. My research project involves evaluating the > > performance of MIP6 TCP in the presence of fragmentation and without > > fragmentation. I a