Re: [dtrace-discuss] How to dig deeper

2008-12-08 Thread Hans-Peter
The buffer cache was already huge.
So I decided not to increase it.
There is a KEEP pool of 5G which is hardly used.
If needed I will sacrifice this cache and add it to the DEFAULT cache.

Until now it looks promising.
The average log file sync wait time has dropped from about 70ms to 7ms.
But we will see how things devellop.

Thanks so far to everybody who helped.

Regards Hans-Peter
-- 
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


Re: [dtrace-discuss] Is the nfs dtrace script right (from nfsv3 provider wiki)?

2008-12-08 Thread Marcelo Leal
Hello,

 Are you referring to nfsv3rwsnoop.d?
 
 The TIME(us) value from that script is not a latency
 measurement,
 it's just a time stamp.
 
 If you're referring to a different script, let us
 know specifically
 which script.

 Sorry, when i did write latency, i did assume that you will know that i was 
talking about the nfsv3rwtime.d script. Sorry...  i mean, that is the script 
in the wiki page to see the latencies. 
 The:
 NFSv3 read/write by host (total us): 
 and
NFSv3 read/write top 10 files (total us):

 are showing that numbers...

 Thanks a lot for your answer!

 Leal.
 
 /jim
 
 
 Marcelo Leal wrote:
  Hello there,
   Ten minutes of trace (latency), using the nfs
 dtrace script from nfsv3 provider wiki page, i got
 total numbers (us) like:
   131175486635
???
 
   thanks!

 ___
 dtrace-discuss mailing list
 dtrace-discuss@opensolaris.org
-- 
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


[dtrace-discuss] Is there a way to clear Dtrace arrays?

2008-12-08 Thread Henk Vandenbergh
I am using trunc(@agg,0) to clear an aggregation every 'n' seconds. Is there a 
similar function to clear an associative array? I know I can deallocate memory 
for an individual element  by setting is to zero, but I am looking for a way to 
clear ALL elements in an array.
-- 
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


Re: [dtrace-discuss] Is the nfs dtrace script right (from nfsv3 provider wiki)?

2008-12-08 Thread Marcelo Leal
Hello Jim,
 - cut here ---
Qui Dez  4 19:08:39 BRST 2008
Qui Dez  4 19:18:02 BRST 2008

 - cut here ---
NFSv3 read/write distributions (us):

  read
   value  - Distribution - count
   2 | 0
   4 | 22108
   8 |@@@  80611
  16 | 66331
  32 |@@   11497
  64 |@4939
 128 | 979
 256 | 727
 512 | 788
1024 | 1663
2048 | 496
4096 |@3389
8192 |@@@  14518
   16384 |@4856
   32768 | 742
   65536 | 119
  131072 | 38
  262144 | 9
  524288 | 25
 1048576 | 7
 2097152 | 0

  write
   value  - Distribution - count
  64 | 0
 128 | 55
 256 |@@   8750
 512 |@@   52926
1024 |@34370
2048 |@@@  24610
4096 |@@@  12136
8192 |@@@  10819
   16384 |@4181
   32768 | 1198
   65536 | 811
  131072 | 793
  262144 | 278
  524288 | 26
 1048576 | 2
 2097152 | 0
 4194304 | 0
 8388608 | 0
16777216 | 0
33554432 | 0
67108864 | 0
   134217728 | 0
   268435456 | 0
   536870912 | 0
  1073741824 | 0
  2147483648 | 0
  4294967296 | 0
  8589934592 | 0
 17179869184 | 0
 34359738368 | 0
 68719476736 | 1
137438953472 | 0

NFSv3 read/write by host (total us):

  x.16.0.x   1987595
  x.16.0.x   2588201
  x.16.0.x  20370903
  x.16.0.x  21400116
  x.16.0.x  25208119
  x.16.0.x  28874221
  x.16.0.x  32523821
  x.16.0.x  41103342
  x.16.0.x  43934153
  x.16.0.x  51819379
  x.16.0.x 57477455
  x.16.0.x  57679165
  x.16.0.x  59575938
  x.16.0.x  95072158
  x.16.0.x 305615207
  x.16.0.x 349252742
  x.16.0.x  131175486635

NFSv3 read/write top 10 files (total us):

  /teste/file1   29942610
  /teste/file2   32180289
  

Re: [dtrace-discuss] Is the nfs dtrace script right (from nfsv3 provider wiki)?

2008-12-08 Thread Marcelo Leal
36 hours... ;-))

 Leal.
-- 
This message posted from opensolaris.org
___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org


Re: [dtrace-discuss] Is there a way to clear Dtrace arrays?

2008-12-08 Thread Adam Leventhal
On Dec 8, 2008, at 8:43 AM, Henk Vandenbergh wrote:
 I am using trunc(@agg,0) to clear an aggregation every 'n' seconds.  
 Is there a similar function to clear an associative array? I know I  
 can deallocate memory for an individual element  by setting is to  
 zero, but I am looking for a way to clear ALL elements in an array.

There's not. Can you explain what you're doing a bit so we can  
understand
the use case for such a function?

Adam

--
Adam Leventhal, Fishworkshttp://blogs.sun.com/ahl

___
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org