* [PATCH] V-6.1 ZAPHOD Single Priority Array O(1) CPU Scheduler
@ 2005-01-11 3:53 Peter Williams
0 siblings, 0 replies; only message in thread
From: Peter Williams @ 2005-01-11 3:53 UTC (permalink / raw)
To: Jake Moilanen
Cc: Linux Kernel Mailing List, Michal Kaczmarski, Shane Shrybman
Version 6.1 of the ZAPHOD single priority array scheduler patches for
the 2.6.10 kernel are now available for download and evaluation from:
<http://prdownloads.sourceforge.net/cpuse/patch-2.6.10-spa_zaphod_FULL-v6.1?download>
This contains the extra per runqueue CPU statistics for improving GA
fitness functions that we discussed.
struct runq_cpustats {
#ifdef CONFIG_SMP
unsigned long long timestamp_last_tick;
#endif
unsigned long long total_delay;
unsigned long long total_rt_delay;
unsigned long long total_intr_delay;
unsigned long long total_fork_delay;
unsigned long long total_sinbin;
};
total_delay - is total time spent by tasks waiting for CPU on this runqueue
total_rt_delay - as for total_delay but only for real time tasks
total_intr_delay - is total time spent by tasks waiting for CPU on this
runqueue after being woken to service an interrupt
total_fork_delay - is total time spent by tasks waiting for CPU on this
runqueue for their first time slice after forking
Peter
--
Peter Williams pwil3058@bigpond.net.au
"Learning, n. The kind of ignorance distinguishing the studious."
-- Ambrose Bierce
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-11 3:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-11 3:53 [PATCH] V-6.1 ZAPHOD Single Priority Array O(1) CPU Scheduler Peter Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).