Re: Performance Tracker project update
- From: Kris Kennaway <kris@xxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 12:06:41 +0100
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
_______________________________________________
freebsd-performance@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Performance Tracker project update
- From: Ivan Voras
- Re: Performance Tracker project update
- References:
- Re: Performance Tracker project update
- From: Kris Kennaway
- Re: Performance Tracker project update
- From: Ivan Voras
- Re: Performance Tracker project update
- From: Erik Cederstrand
- Re: Performance Tracker project update
- Prev by Date: Re: Performance Tracker project update
- Next by Date: Re: Performance Tracker project update
- Previous by thread: Re: Performance Tracker project update
- Next by thread: Re: Performance Tracker project update
- Index(es):