Re: Harddisk i.e. ZFS Performance

2009-11-29 Thread Ray Kinsella
Can I recommend using bonnie++ On Sat, Nov 28, 2009 at 8:57 AM, Nikolay Denev wrote: > On 28 Nov, 2009, at 04:25 , Gerd Truschinski wrote: > > > Hello, > > > > is there anywhere a website that show me all the performancetools to > measure the performance of ZFS or a single Harddisk? > > In Linux

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Ray Kinsella
Hi all, cpuset is the command to set a cpu affinity, there are details @ http://bramp.net/blog/post vmstat -z is the command you need to determine whether there is contention for mbufs. although the cpu usage does not suggest the system is memory constrained. Regards Ray Kinsella On Mon, Aug

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Ray Kinsella
vmstat switched on "vmstat 3" and send us the output. I expect we are going to see alot of interrupts. Regards Ray Kinsella On Mon, Aug 3, 2009 at 4:19 PM, Ray Kinsella wrote: > Hi Fabrizio, > > I am an Intel Network Software Engineer, I test/improve the performance of >

Re: FreeBSD 7.1 taskq em performance

2009-04-27 Thread Ray Kinsella
Joseph, I would recommend that you start with PMCStat and figure where the bottleneck is, Given that you have a two threads and your CPU is at 100%, my a apriori guess would be a contention for a spinlock, so I might also try to use LOCK_PROFILING to handle on this. Regards Ray Kinsella On

Re: Thread priority in FreeBSD

2008-12-05 Thread Ray Kinsella
Apologies, I neglected to clarify, I am of course talking about Kernel Threads. On Fri, Dec 5, 2008 at 3:01 PM, Ray Kinsella <[EMAIL PROTECTED]>wrote: > Hi all, > > I have a problem trying to influence thread scheduling in FreeBSD. > There are three threads I am interest

Thread priority in FreeBSD

2008-12-05 Thread Ray Kinsella
data from the circular buffer Any idea's how to encourage the scheduler to adopt this behaviour ? Thanks Ray Kinsella * * ___ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubs

Re: [PATCH] pmcannotate tool

2008-11-24 Thread Ray Kinsella
No, not at all. I am using 6.2 and 7.0 at the moment, I will build another disk with FreeBSD 8.0-CURRENT. Thanks Ray Kinsella On Sun, Nov 23, 2008 at 11:47 PM, Attilio Rao <[EMAIL PROTECTED]> wrote: > 2008/11/23, Ray Kinsella <[EMAIL PROTECTED]>: > > I know I am go

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Ray Kinsella
I know I am going to really show my FreeBSD ignorance here, but this is a patch of FreeBSD 8.0 Current isn't it ? Thanks Ray Kinsella On Sun, Nov 23, 2008 at 1:02 PM, Attilio Rao <[EMAIL PROTECTED]> wrote: > pmcannotate is a tool that prints out sources of a tool (in C or &g

Interrupt handling in 6.2

2008-10-31 Thread Ray Kinsella
ne had any luck profiling ko's in 6.2. Thanks Ray Kinsella ___ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "[EMAIL PROTECTED]"