Re: [perf-discuss] PHP perfomance on SPARC vs I386

2010-12-09 Thread Peter Tribble
pus can beat a T5120 in throughput as well, as the T5120 is a pretty old box now). -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] [observability-discuss] Project proposal: CPUfs

2009-11-17 Thread Peter Tribble
pufs project? Is it still being worked on, dormant, scrapped, or awaiting fresh blood? -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] Kstat stability tags (trying again)

2009-09-16 Thread Peter Tribble
ss be to increase the stability of a given > kstat?  I suspect some sort of ARC review, but then this gets outside > of my realm of experience.  I suspect a few emails to opensolaris-arc > or such might prove useful, though I'm not sure if now is the > appropriate ti

Re: [perf-discuss] Poor Solaris 10 performance

2009-09-10 Thread Peter Tribble
read a do line=`echo ${line} + 1 | bc` done takes real8.855 user 1.440 sys 6.254 while doing it this way: while read a do line=$(($line+1)) done takes real0.062 user0.054 sys 0.006 as you can see, the difference is substantial. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] kstat stability tags

2009-04-17 Thread Peter Tribble
if you shove the stability data into the ks_resv field, then you don't need to change any interfaces, or add any new ones. You just get the data coming back for free. (Setting it is a bit different, you need to add something there. But for reads you can just let interested c

Re: [perf-discuss] kstat stability tags

2009-04-16 Thread Peter Tribble
e/name, just conventions that kstat providers are free to break. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] kstat stability tags

2009-04-16 Thread Peter Tribble
l) it might be easier to simply use the kstat or its KID as the argument to identify a kstat uniquely. Another possible design would be to do away with the separate call, and simply appropriate the (currently unused)ks_resv field in the kstat structure to hold the stability data. > ??: How s

Re: [perf-discuss] Opensource tools for storing historic performance data (beyond sar)

2009-02-20 Thread Peter Tribble
ake work anyway; and there's major investment required to fill in the gaps (or implement multiple solutions). Despite knowing that it's wrong, there's a distinct possibility that we roll our own again. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___

Re: [perf-discuss] Improved Performance MIB for OpenSolaris - proposal

2009-02-13 Thread Peter Tribble
of vmstat), and add > what is missing - which means adding kstats to the kernel. Isn't that what the project says: "exposes well known Solaris performance metrics via SNMP". It's deliberately open. The mention of mpstat and whatever is just an example - I would actual

Re: [perf-discuss] Improved Performance MIB for OpenSolaris

2009-02-13 Thread Peter Tribble
x27;s doing here as 'make available via snmp useful information that you would otherwise have to log in to a server and type a bunch of commands to get'. It's not 'emulate every bug in the existing tools', and certainly isn't limited to only displaying what the

Re: [perf-discuss] [indiana-discuss] Memory leak somewhere, maybe in libc (libc_hwcap2.so.1 / SXCE b105 x64) ?

2009-02-12 Thread Peter Tribble
Or using an older version that works. The one integrated reports itself as top: version 3.8beta1 I've never seen a memory leak in any of the other versions I've used, which covers 20 years. -- -Peter Tribble http://www.petertribble.co.uk/ -

Re: [perf-discuss] Memory leak somewhere, maybe in libc (libc_hwcap2.so.1 / SXCE b105 x64) ?

2009-02-12 Thread Peter Tribble
s some sort of bug That would be bug 6777385. The current top (the latest version as integrated into opensolaris) steadily leaks memory. A fixed amount every time it updates. Older versions of top don't leak memory at all. -- -Peter Tribble http://www.petertri

[perf-discuss] Improved Performance MIB for OpenSolaris - proposal

2009-02-10 Thread Peter Tribble
dd it to the main upstream net-snmp distribution? We've already got informal +1s from enough folks after several days discussion, so I'll just leave this overnight for any final comments and then send it off tomorrow unless any objections arise. -- -Peter Tribble http://www.peter

Re: [perf-discuss] [sysadmin-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-10 Thread Peter Tribble
ht be needed to expose all >> kstats via snmp, so I don't want to make it an absolute requirement of >> the project if it turns out to be too painful or impossible. > > Is there anything else I'm missing for this piece? I think that's good. Give me a few moments t

Re: [perf-discuss] [sysadmin-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-08 Thread Peter Tribble
mation required by the project instantation process we can have a formal vote and get this thing underway. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] [sysadmin-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-08 Thread Peter Tribble
fix that a couple of times without much success. I note that one of the projects listed under the Observability community is to update the network MIBs, which would be a complementary effort. Doesn't look very active, though. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] [sysadmin-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-07 Thread Peter Tribble
e like - the project creation process has a number of hoops to jump through: http://www.opensolaris.org/os/community/ogb/policies/project-instantiation.txt specifically section 2.2. In terms of the process, we're still churning through section 2.7 - and that's fine. -- -Pete

Re: [perf-discuss] [sysadmin-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-07 Thread Peter Tribble
y useful for an snmp client - it needs to have stronger guarantees as to the availability and meaning of the statistics than is typically the case. Which is another part of the puzzle really - looking through the kstats we have available to us, and maybe promoting the useful one

Re: [perf-discuss] fetching from kstat per cpu stats, sometimes usr+sys+i

2009-01-28 Thread Peter Tribble
it reports same bogus information from time to time. > > Or are you saying that I should forget totally cpu_ticks_* and try > to use cpu_nsec_kernel ? Dont we get same things but using different units ? Just grab the nsec values. As I recall, the others are just lower precision numbers

Re: [perf-discuss] fetching from kstat per cpu stats, sometimes usr+sys+idle != 100

2009-01-28 Thread Peter Tribble
pecting exactly 100 isn't going to work. Accurate statistics for user/kernel/idle should be derived from: cpu::sys:cpu_nsec_kernel and the like. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] Is my Ultra 60 vastly underperforming?

2009-01-11 Thread Peter Tribble
ox/java and openoffice), but for normal tasks it should be fine. I would wonder about things like name resolution - getting name lookups and dns sub-optimal can lead to huge delays. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] Forcing swap contents back into memory?

2007-10-07 Thread Peter Tribble
mory and flushed everything out to swap. It seemed more desirable to be able to just tell the system to page everything back in rather than wait for pages to be pulled in randomly on demand. (And there's the possibility that it could all be slurped back in efficiently rather than with

Re: [perf-discuss] Netperf on identical hardware: FreeBSD vs. Solaris

2006-04-25 Thread Peter Tribble
, if I can't saturate a gigabit then I end up either (a) blaming the disk system, or (b) complaining that the network is overloaded. Looking at the numbers in that article, they all seem on the low side to me. -- -Peter Tribble L.I.S., University of Hertfordshire - http://www.herts.ac.uk/ h

Re: [perf-discuss] pkgadd/patchadd performance

2006-03-24 Thread Peter Tribble
n the fun! (Not just performance, but the entire install process.) -- -Peter Tribble L.I.S., University of Hertfordshire - http://www.herts.ac.uk/ http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ ___ perf-discuss mailing list perf-discuss@opensolaris.org

Re: [perf-discuss] Counting memory usage

2005-11-04 Thread Peter Tribble
On Fri, 2005-11-04 at 15:37, Andrei Dorofeev wrote: > On 11/4/05, Peter Tribble <[EMAIL PROTECTED]> wrote: > > However, there is one case in which prstat could be improved. While > > the prstat -a output simply adds the memory of each process, if you > > use prstat -aL

Re: [perf-discuss] Counting memory usage

2005-11-04 Thread Peter Tribble
ase the apache user is running a single, but rather large, java process. (Just looking at this, I'm not sure why the TIME is so different.) -- -Peter Tribble L.I.S., University of Hertfordshire - http://www.herts.ac.uk/ http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ _