Remove schedgraph idea for now -- it has been substantially improved in
8.x and the idea needs reformulating significantly. There is potential work to be done still though. Submitted by: attilio
This commit is contained in:
parent
1cc10acca5
commit
d23e42d279
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33925
1 changed files with 1 additions and 28 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.100 2009/03/12 10:06:10 rwatson Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.101 2009/03/12 10:08:57 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -1904,33 +1904,6 @@ clean.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
|
||||
<idea id="schedgraph" class="soc">
|
||||
<title>Schedgraph Improvements</title>
|
||||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a href="mailto:jeff@FreeBSD.org">Jeff Roberson</a></p>
|
||||
|
||||
<p>Schedgraph is a tool for analyzing scheduling events and visually
|
||||
displaying them in such a way that they reveal interesting kernel
|
||||
and application performance problems. It is written in python/tkinter
|
||||
and interfaces with the kernel via the generic KTR kernel tracing
|
||||
system. Schedgraph is in need of many features and general
|
||||
improvements such as the ability to synchronize timestamps in SMP
|
||||
systems, plotting time spent spinning on spinlocks, improved visual
|
||||
appearance, faster graphing time, and many other features. Access to
|
||||
an 8 processor FreeBSD machine will be provided to implement advanced
|
||||
SMP features.</p>
|
||||
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Working understanding of python.</li>
|
||||
<li>Some familiarity with any widget set recommended.</li>
|
||||
<li>Ability to recompile and reconfigure a FreeBSD kernel.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="sysinstall">
|
||||
<title>Sysinstall</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue