[perf-discuss] iGen Benchmark Suite

2009-06-29 Thread Ben Rockwood
Is iGen available? I see it referenced especially in the Mr.Benchmark blog but can't find any place to get it. Anyone have the scoop? benr. ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Matthew Flanagan
Hi Phil, Comments inline. > > > > truss shows writes like this: > > > > /1: write(22, "\0 4\001 :919C\v J H90 b".., 96) > = 96 > : write(23, " %97 *AF", 4) >= 4 > 97 *AF", 4)= 4 > > > > and reads like this: > > /1: read(77, "\0 D\003

Re: [perf-discuss] perf-discuss Digest, Vol 48, Issue 17

2009-06-29 Thread Richard Elling
David Collier-Brown wrote: Sean Liu wrote: Now - let's take a look from another angle: a. When people take a look at vmstat output, they don't expect an exact number of bytes of free memory, they need a rough number however. So some reasonably accurate number would be good enough. Rich

Re: [perf-discuss] NFS server and iSCSI target with very low performance

2009-06-29 Thread Sean Liu
I have not checked if they are the same issue but you might want to check this out: http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide#ZFS_and_NFS_Server_Performance A seperate ZIL log device (such as SSDs) might help to boost the performance. -- This message posted from ope

Re: [perf-discuss] Can we get the free memory number right again? (w/ ZFS)

2009-06-29 Thread Sean Liu
Thanks a lot for your input and explanation Ben. I guess it takes a sysadmin to understand a sysadmin ;-) -- This message posted from opensolaris.org ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Mike Gerdts
On Mon, Jun 29, 2009 at 2:54 AM, Matthew Flanagan wrote: [snip] > 6. What is it reading & writing? This first column is the file descriptor > number, the second the number of times it was seen: > > # dtrace -n 'syscall::read:entry /pid == 2153/ { @[arg0] = count(); }' > dtrace: description 'sysc

Re: [perf-discuss] Can we get the free memory number right again? (w/ ZFS)

2009-06-29 Thread Sean Liu
Richard, Thanks for the beer analogy :-) But I think you misunderstood my question. I'll also use the beer analogy: 1. I have certain bottle of beers in my fridge (total memory) 2. Some guests are drinking beers ( current apps consuming memory ) 3. A bunch of new friends just called they are comin

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Steve Sistare
The high xcall rate consuming high %sys is likely the majority of the problem. You need the fix for: 6699438 zfs induces crosscall storm under heavy mapped sequential read This is the case that Phil recalled working on. It was recently fixed, and will be in S10U8 RR. If you need a patch earlier

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Phil Harman
Comments inline. Matthew Flanagan wrote: Hi Phil Matthew, In addition to Roland's comment about patching (which is particularly important due to the rate of change in ZFS) ... 1) Your dd test doesn't really tell us much. Do you know what size writes fwd is doing? I doubt it is 128k. You

[perf-discuss] Very low performance NFS server and iSCSI target performance

2009-06-29 Thread Thomas
Hello, we have set up an Opensolaris 2009.06 based storage server. It provides NFS shares and iSCSI targets primarily for Virtual Machines. From the beginning we noticed extremely slow disk speed on the Linux virtualization host. After some tests we discovered that the local disk performance is

Re: [perf-discuss] perf-discuss Digest, Vol 48, Issue 17

2009-06-29 Thread David Collier-Brown
Sean Liu wrote: > Now - let's take a look from another angle: > a. When people take a look at vmstat output, they don't expect > an exact number of bytes of free memory, they need a rough number > however. So some reasonably accurate number would be good enough. Richard Elling replied: | good eno

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Matthew Flanagan
Hi Phil > Matthew, > > In addition to Roland's comment about patching (which > is particularly > important due to the rate of change in ZFS) ... > > 1) Your dd test doesn't really tell us much. Do you > know what size > writes fwd is doing? I doubt it is 128k. You could > use truss/dtrace to >

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Matthew Flanagan
> stion): Did you ever apply the Recommended > Patch Cluster ? AFAIK the latest kernel patch is > 137137-09 (see > http://sunsolve.sun.com/search/document.do?assetkey=1- > 21-137137-09) > which should fix some issues related to high number > of crosscalls etc. I'm planning to apply the recommended

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Phil Harman
Matthew, In addition to Roland's comment about patching (which is particularly important due to the rate of change in ZFS) ... 1) Your dd test doesn't really tell us much. Do you know what size writes fwd is doing? I doubt it is 128k. You could use truss/dtrace to find out and then use dd ag

[perf-discuss] (no subject)

2009-06-29 Thread Henrik Johansson
Hello, I have seen several references to iGen in Sun blogs, like iGen OLTP. Is this an internal benchmark tool only or can I get my hands on it? Thanks (Sorry if I posted junk and/or twice, some mail client trouble.) Henrik http://sparcv9.blogspot.com

Re: [perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Roland Mainz
Matthew Flanagan wrote: > I'm trying to track down the source of a performance problem with an > application. The application in question is from a firewall vendor and the > component of it that is suffering is the log handling daemon. The log daemon > is single threaded and receives logs from f

[perf-discuss] poor application performance - very high cross-calls

2009-06-29 Thread Matthew Flanagan
Hi, I'm trying to track down the source of a performance problem with an application. The application in question is from a firewall vendor and the component of it that is suffering is the log handling daemon. The log daemon is single threaded and receives logs from firewalls and also services