Re: [perf-discuss] capacity planning tools - status

2009-01-21 Thread David S. Collier-Brown
Whoops, the TeamQuest webinar link should be http://www.teamquest.com/resources/webinars/display/30/index.htm Without the www, it goes nowhere (;-)) --dave -- This message posted from opensolaris.org ___ perf-discuss mailing list perf-discuss@opensola

Re: [perf-discuss] Bundled utils for benchmark recording

2008-01-01 Thread David S. Collier-Brown
Sar is a good starting point: it collects information about everything except the network. sar -o sar.raw 10 30 will collect 5 minutes of data, sar -A -f sar.raw >sar.txt will convert it into analyzable form: do this on the machine where the data was collected, after the individual load test

Re: [perf-discuss] Problem with CPU measure (prstat, ps and top)

2007-12-02 Thread David S. Collier-Brown
If the two programs don't happen to have been started at the same time, use the same sampling interval and have the same sampling overheads, the numbers will always be slightly different. You'd need to do a sensitivity test to see how many decimal places this will affect... --dave This messag

Re: [perf-discuss] Problem with GLDv3 Driver: rge

2007-10-22 Thread David S. Collier-Brown
Hmmn... if you're snooping on the same machine, the act of snooping, in promiscuous mode, may have had an effect on the interface. Mind you, it isn't **supposed** to, but the observer effect applies to hardware as well as people (;-)) Snoop from a different machine on the same wire (you may need

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

2007-10-16 Thread David S. Collier-Brown
Ok, that passes the back-of-the-envelope test (;-)) Now on to how to measure and mitigate. The first part is to measure: what metric will - tell you if we've fixed it - help the developers quantify the problem? If we can't measure it, we can't manage it! --dave This message posted from open

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

2007-10-13 Thread David S. Collier-Brown
Ok, how do we quantify this? If it causes a 1% slowdown on rare occasions, it's probably not a big deal, but a 300% slowdown at some critical moment is a different thing entirely! --dave This message posted from opensolaris.org ___ perf-discuss mai

Re: [perf-discuss] What's the properly way of limiting usr process size?

2007-09-20 Thread David S. Collier-Brown
Memory usage can be controlled globally or by project on Solaris 9 with Solaris Resource Manager (SRM). The reference I usually use is "Solaris Containers- Resource Management and Solaris Zones", although it's predominantly about Solaris 10. This message posted from opensolaris.org _