|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
||||
|
||||
|
kernel benchmarking
Over the past couple of days I have compiled some kernels on my Slack-box. It seems like quite a powerful way of configuring the system - I mean, I have taken out lots of stuff that I don't need like support for file systems, hardware devices and network protocols that I don't use and built in support for my USB devices and my sound card leaving me with a Linux kernel that works just the way I want.
I need to dream up some good ways of benchmarking these kernels to see what effects I am having on their performace. Any ideas on benchmarking guys? christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#2
|
|||
|
|||
|
Benchmarking the kernel alone is a hard task imho. the kernel supplies so many functions...
you could use the profiler that comes with "gcc" to test execution speed of all kernel functions. (maybe this needs a debug kernel which is slower anyway, but then you can still compare the default settings with debug options and the custom settings with the same) you are probably better off using a standard benchmark to compare doing standard tasks with a default kernel compared to a custom kernel. this looks promising too: http://www.google.de/search?q=linux+kernel+benchmark after you did, could you please post your results? i think this is an interesting issue for many linux users ![]()
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > kernel benchmarking |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|