Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (e582d6a7a750a9be55ad3d6b13f8bf3d7614f426)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (e582d6a7a750a9be55ad3d6b13f8bf3d7614f426)
  • Date: Fri, 29 Dec 2006 12:36:21 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 8 ++++++--
utils/bootchart/BUILD | 1 +
utils/bootchart/DETAILS | 17 +++++++++++++++++
utils/bootchart/FINAL | 9 +++++++++
utils/bootchart/HISTORY | 2 ++
utils/bootchart/INSTALL | 2 ++
6 files changed, 37 insertions(+), 2 deletions(-)

New commits:
commit e582d6a7a750a9be55ad3d6b13f8bf3d7614f426
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added bootchart

if anyone wants the java generator, it is not available :P

diff --git a/ChangeLog b/ChangeLog
index 1932d52..ce27a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2006-12-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * utils/bootchart: new spell; utility to chart the boot process stats
+ our init does surprisingly well :)
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
- * python-devel/python-gtkmvc: new spell, a lightweight
- implementation of MVC and the Observer pattern using PyGTK
+ * python-devel/python-gtkmvc: new spell, a lightweight
+ implementation of MVC and the Observer pattern using PyGTK

2006-12-26 Juuso Alasuutari <iuso AT sourcemage.org>
* graphics-libs/jasper: JPEG-2000 lib, migrated from z-rejected.
diff --git a/utils/bootchart/BUILD b/utils/bootchart/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/bootchart/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/bootchart/DETAILS b/utils/bootchart/DETAILS
new file mode 100755
index 0000000..7cbaccd
--- /dev/null
+++ b/utils/bootchart/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=bootchart
+ VERSION=0.9
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:61bb4582e437ce6cbc9ab5722a3ccd9790294f60b28155a5242fe049b343dac4bf473e5beb01f3bb7debcccd229a6e69aa48c9d2ffb82e8f64bec5258ef8f61b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.bootchart.org/
+ LICENSE[0]=GPL
+ ENTERED=20061229
+ SHORT="A tool for analysis and visualization of the GNU/Linux
boot process."
+cat << EOF
+Bootchart is a tool for performance analysis and visualization of the
GNU/Linux
+boot process. Resource utilization data and process information are
collected
+during the boot process, and can later be displayed in a PNG, SVG, or EPS
+encoded chart. Analyzing the chart will help in finding opportunities for
+optimization.
+EOF
diff --git a/utils/bootchart/FINAL b/utils/bootchart/FINAL
new file mode 100755
index 0000000..40405fa
--- /dev/null
+++ b/utils/bootchart/FINAL
@@ -0,0 +1,9 @@
+message "$PROBLEM_COLOR
+Don't forget to adapt your lilo or grub configuration, adding:
+init=/sbin/bootchartd for groub
+append="init=/sbin/bootchartd" for lilo
+
+You can generate a PNG bootchart with:
+curl --form format=png --form log=@/var/log/bootchart.tgz \
+ http://render.bootchart.org:8080/bootchart/render > bootchart.png
+$DEFAULT_COLOR"
diff --git a/utils/bootchart/HISTORY b/utils/bootchart/HISTORY
new file mode 100644
index 0000000..3240cc6
--- /dev/null
+++ b/utils/bootchart/HISTORY
@@ -0,0 +1,2 @@
+2006-12-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * all: created spell
diff --git a/utils/bootchart/INSTALL b/utils/bootchart/INSTALL
new file mode 100755
index 0000000..72638f9
--- /dev/null
+++ b/utils/bootchart/INSTALL
@@ -0,0 +1,2 @@
+sed -i "/ROOT=/ s,/,$INSTALL_ROOT," install.sh &&
+./install.sh



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (e582d6a7a750a9be55ad3d6b13f8bf3d7614f426), Jaka Kranjc, 12/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page