This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug reporting data gathering tool - output format


Here is a new sample output. Thoughts?

Frank Ch. Eigler wrote:
Elliott Baron <ebaron@redhat.com> writes:

I'm working on a simple script for SW#4211 and feedback on how best
to present the information collected would be much appreciated. I'm
quite fond of how sosreport presents this information in html format
(attached tar.bz2), currently I have a simple text output (also
attached).

For what it's worth, it looks to me a bit wordy. I'd like to see at most a handful of screenfuls of text. It's a difficult balance to strike. But if (as I hope) this is to be useful as a tool whose output we may see regularly on the mailing list, it should not be too wordy, or require a web browser, or reside within another tool that needs to be installed.

- FChE

== stap -V ==
SystemTap translator/driver (version 0.7.1/0.135 git branch (no branch), commit 4576d5d3)
Copyright (C) 2005-2008 Red Hat, Inc. and others
This is free software; see the source for copying conditions.

== which stap ==
/usr/local/bin/stap

== printenv | egrep '^PATH=|^LD_LIBRARY_PATH=|^SYSTEMTAP_.*=' ==
PATH=/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/home/yyz/ebaron/bin

== gcc -v ==
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) 

== uname -a ==
Linux toriamos.yyz.redhat.com 2.6.25.14-108.fc9.i686 #1 SMP Mon Aug 4 14:08:11 EDT 2008 i686 i686 i386 GNU/Linux

== dmesg | grep gcc ==
Linux version 2.6.25.14-108.fc9.i686 (mockbuild@) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) #1 SMP Mon Aug 4 14:08:11 EDT 2008

== cat /proc/cpuinfo | egrep 'processor|vendor_id|model name' ==
processor	: 0
vendor_id	: GenuineIntel
model name	: Intel(R) Pentium(R) 4 CPU 2.80GHz
processor	: 1
vendor_id	: GenuineIntel
model name	: Intel(R) Pentium(R) 4 CPU 2.80GHz

== rpm -qa --qf %{name}-%{version}-%{release}.%{arch}\\n | egrep 'systemtap|elfutils|kernel|gcc' | sort ==
elfutils-0.135-1.fc9.i386
elfutils-devel-0.135-1.fc9.i386
elfutils-libelf-0.135-1.fc9.i386
elfutils-libelf-devel-0.135-1.fc9.i386
elfutils-libs-0.135-1.fc9.i386
gcc-4.3.0-8.i386
gcc-c++-4.3.0-8.i386
gcc-gfortran-4.3.0-8.i386
gcc-java-4.3.0-8.i386
kernel-2.6.25.14-108.fc9.i686
kernel-2.6.26.5-45.fc9.i686
kernel-debuginfo-2.6.25.14-108.fc9.i686
kernel-debuginfo-common-2.6.25.14-108.fc9.i686
kernel-devel-2.6.25.14-108.fc9.i686
kernel-devel-2.6.26.5-45.fc9.i686
kernel-headers-2.6.26.5-45.fc9.i386
kerneloops-0.11-1.fc9.i386
libgcc-4.3.0-8.i386
systemtap-0.6.2-1.fc9.i386
systemtap-runtime-0.6.2-1.fc9.i386


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]