Difference between revisions of "Bootchart"

From eLinux.org
Jump to: navigation, search
(Brought the Bootchart info upto date with formatting, style, as well as link to bootchart-lite homepage, etc, etc.)
(Added ubootchart)
Line 4: Line 4:
 
=== Bootchart-Lite ===
 
=== Bootchart-Lite ===
 
* [http://tree.celinuxforum.org/CelfPubWiki/JapanTechnicalJamboree16?action=AttachFile&do=get&target=bootchart-lite-en.pdf bootchart-lite-en.pdf] Presentation by Shuuji Miyake of Fujitsu Software Technologies Limited, about bootchart deficiencies in the embedded space and ideas for fixing them.
 
* [http://tree.celinuxforum.org/CelfPubWiki/JapanTechnicalJamboree16?action=AttachFile&do=get&target=bootchart-lite-en.pdf bootchart-lite-en.pdf] Presentation by Shuuji Miyake of Fujitsu Software Technologies Limited, about bootchart deficiencies in the embedded space and ideas for fixing them.
 +
** Not sure this is related to bootchart-lite project on Google Code, below--that was [http://kerneltrap.org/mailarchive/openmoko-devel/2008/7/7/2372584/thread created by Fred Chien of OpenMoko].
 
* [http://code.google.com/p/bootchart-lite/ Bootchart-lite Project Home]
 
* [http://code.google.com/p/bootchart-lite/ Bootchart-lite Project Home]
 
* <code> # Non-members may check out a read-only working copy anonymously over HTTP.<br/>
 
* <code> # Non-members may check out a read-only working copy anonymously over HTTP.<br/>
 
svn checkout http://bootchart-lite.googlecode.com/svn/trunk/ bootchart-lite-read-only</code>
 
svn checkout http://bootchart-lite.googlecode.com/svn/trunk/ bootchart-lite-read-only</code>
 +
 +
=== ubootchart ===
 +
 +
Like Bootchart Lite, an implementation of the ideas from "embootchart".
 +
 +
* [http://code.google.com/p/ubootchart/ ubootchart Project Home]
 +
* [http://roblog.sixbynine.org/?p=19 Initial blog post]
  
 
=== EmBootchart ===
 
=== EmBootchart ===

Revision as of 19:42, 6 January 2010

Bootchart is a tool for performance analysis and visualization of the Linux boot process. Resource utilization and process information are collected during the user-space portion of the boot process and are later rendered in a PNG, SVG or EPS encoded chart. For embedded systems several developers have tried to use bootchart to analyze boot time, but problems arose. There have been several efforts to modify bootchart to make it more useful for embedded development.

Research & Presentations

Bootchart-Lite

svn checkout http://bootchart-lite.googlecode.com/svn/trunk/ bootchart-lite-read-only

ubootchart

Like Bootchart Lite, an implementation of the ideas from "embootchart".

EmBootchart

  • Visualizing Resource Usage During Boot Presentation on 'embootchart' by Matthew Klahn and Moosa Muhammad of Motorola about bootchart deficiencies in the embedded space, and a program (unfortunately never published) to fix them.

Related projects

SystemTap Scripts

A related project is a set of System Tap scripts to provide information about boot time. See Bootprobe