Re: [perf-discuss] libmicro?

2009-11-30 Thread Sean McGrath
Dan Price stated: < On Mon 30 Nov 2009 at 01:36PM, Dan Price wrote: < > On Mon 30 Nov 2009 at 04:39AM, Mikael Kjerrman wrote: < > > I appreciate it, but unfortunately I can not connect to the repository from work. < > > < > > thanks < > > < > > //Mike < > < > Mikael, I'll see if I can fix it. <

Re: [perf-discuss] libmicro?

2009-11-30 Thread Sean McGrath
Mikael Kjerrman stated: < Yes I know, but the download link takes me to an empty page. I was hoping to download the files traditionally rather than from the repository as I can't access that from work. < Possibly with the move to XWiki the links got lost. You can still pull down the source

Re: [perf-discuss] libmicro?

2009-11-30 Thread Sean McGrath
Its still there, Collectives -> Projects -> libMicro - portable microbenchmarks http://hub.opensolaris.org/bin/view/Project+libmicro/ Mikael Kjerrman stated: < Whatever happend to libmicro? < Does anyone know where it can be downloaded from, because it doesn't appear on the projectspa

Re: [perf-discuss] Kernel usage

2009-10-19 Thread Sean McGrath
Matt V. stated: < Hi, < < On a Solaris 10 server, with 'top' command, we have: < CPU states: 28.9% idle, 14.2% user, 56.9% kernel, 0.0% iowait, 0.0% swap < < How to know where is spent kernel usage please ? lockstat can lock, so too can the hotkernel script from the DTrace Toolkit. If you

[perf-discuss] ksh93 benchmarking

2009-07-09 Thread Sean McGrath
Hi folks, With the coming ksh93 update 2 and it replacing several commands like wc, tail, head, join etc. Theres a need to have a benchmark to measure at least before and after ksh93 update 2 change. Roland and I were talking on irc last night about this. We'll need to figure out a de

Re: [perf-discuss] profile the driver

2009-06-24 Thread Sean McGrath
Pradeep stated: < Hi Everybody, < I am developing a gldv3 network driver , i need < some information about profiling the driver. Is there any tool < or method available in solaris which can profile the driver like < oprofile in linux . All i want to know which function is using

Re: [perf-discuss] Solaris Internals cooltools source

2008-10-23 Thread Sean McGrath
Jonathan Edwards stated: < < Anyone know if anyone is maintaining the source for these tools < anywhere? < < http://www.solarisinternals.com/si/tools/index.php I've the source to statit here somewhere. I did write a new version to use kstat library, but that version needs work - nev

Re: [perf-discuss] [storage-discuss] vdbench availability to the general community ?

2008-05-30 Thread Sean McGrath - Sun Microsystems Ireland
eric kustarz stated: < > < > Currently both tools gives different view of io. While filebench < > simulates real workload, it cannot show what vdbench shows. < > E.g. we were doing some hardware array tests and it turned out (using < > vdbench) that the array works in a really strange way: sometime

Re: [perf-discuss] [osol-rfe] http://www.heise.de/newsticker/meldung/102274 - Port LatencyTop to Opensolaris?

2008-01-23 Thread Sean McGrath - Sun Microsystems Ireland
Jennifer Pioch stated: < Is anyone going to port LatencyTop to Opensolaris? no need. dtrace can do this and more. See the thread about this on dtrace-discuss: http://www.opensolaris.org/jive/thread.jspa?threadID=49600&tstart=0 < -- < Jennifer Pioch, Uni Frankfurt <

Re: [perf-discuss] Tools used to test performance between builds.

2007-06-27 Thread Sean McGrath - Sun Microsystems Ireland
Brian Gupta stated:

[perf-discuss] test, please ignore

-- Sean. . ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] Benchmark which models ISP workloads

Yusuf Goolamabbas stated: < This benchmark models real-world workload faced by many ISP's worldwide everyday < < http://untroubled.org/benchmarking/2004-04/ The benchmark described there can be described with filebench benchmark, which the zfs and performance teams use a lot. Filebench come

Re: [perf-discuss] kcopy() implementation

I think Fintan means this bug: 6292199 bcopy and kcopy should'nt use rep, smov Fintan Ryan stated: < Hi, < < This is being tracked in bugid 6291299 [1]. < < - Fintan < < On Mon, Sep 12, 2005 at 08:30:42PM +0400, [EMAIL PROTECTED] wrote: < < < < < < Hi, < < < < I have noticed that the