Date: Thu, 24 Jan 2008 12:06:41 +0100 From: Kris Kennaway <kris@FreeBSD.org> To: Erik Cederstrand <erik@cederstrand.dk> Cc: performance@FreeBSD.org, Ivan Voras <ivoras@freebsd.org> Subject: Re: Performance Tracker project update Message-ID: <47987141.3070606@FreeBSD.org> In-Reply-To: <47986848.7010602@cederstrand.dk> References: <4796C717.9000507@cederstrand.dk> <47972895.4050005@FreeBSD.org> <fn8lds$e63$1@ger.gmane.org> <47986848.7010602@cederstrand.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
Erik Cederstrand wrote: > Ivan Voras wrote: >> >> I have a suggestion to make the graphs more readable: if a long period >> was chosen by the user (e.g. > 100 days / plot points), don't plot >> points and error bars, plot a simple line through the points. Also, >> set all date strings on the X-axis to empty strings except for the >> dates on 1/10ths of the interval. > > Noted. Thanks. Actually the error bars are quite important to see what is going on. Some of the metrics are very (too) noisy and if you only look at the data points they sometimes appear to have a signal when they don't. Ultimately that just means more data points should be taken per run for those metrics, but the error bars are the signal for this. >> Did you remove WITNESS,INVARIANTS and malloc debugging for the >> benchmarks? > > The kernel configuration file has: > include GENERIC > PERFMON nomakeoptions DEBUG > PERFMON nooptions INVARIANTS > PERFMON nooptions GDB > PERFMON nooptions DDB > PERFMON nooptions KDB > PERFMON nooptions WITNESS > PERFMON nooptions WITNESS_SKIPSPIN > PERFMON nooptions INVARIANT_SUPPORT > > I also ship the images with a GENERIC kernel in case debugging is needed. > > I haven't touched malloc.conf but realize that I should. What's the > official recommendation on malloc settings? For benchmarking you should enable MALLOC_PRODUCTION in src/lib/libc/stdlib/malloc.c. Anyway, for now I am not worried about the particular benchmarks you are running, because they are just demonstrators for the framework and we can easily go back and add more in later on. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47987141.3070606>