bootchart icon indicating copy to clipboard operation
bootchart copied to clipboard

merge of bootchart-collector and pybootchartgui

Results 27 bootchart issues
Sort by recently updated
recently updated
newest added

./pybootchartgui.py bootchart.tgz never worked for me, it always says Traceback (most recent call last): File "./pybootchartgui.py", line 20, in from pybootchartgui.main import main ImportError: No module named main Any help...

Can you please help us, what could be the problem in generated bootchart data? attached data as well... k@IND81LW7Q2-W:/tmp/android-bootchart$ pybootchartgui bootchart.tar parsing 'bootchart.tar' parsing 'header' parsing 'proc_stat.log' parsing 'proc_ps.log' parsing...

After add "init=/sbin/bootchartd" to kernel command line, there are 2 processes after the system boot up. \# ps -ef | grep bootchartd root 201 1 0 09:09 ? 00:00:00 /bin/sh...

``` When boot with "init=/sbin/bootchartd", there come two bootchartd process after boot as below. # ps -ef | grep bootchart root 101 1 0 03:27 ? 00:00:00 /bin/sh /sbin/bootchartd root...

``` /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) parsing '/var/log/bootchart.tgz' parsing 'header' parsing 'dmesg' parsing 'cmdline2.log' parsing 'paternity.log' parsing 'proc_cpuinfo.log' parsing 'proc_diskstats.log' parsing 'proc_meminfo.log' parsing 'proc_stat.log' parsing 'taskstats.log' Parse...

See https://pygobject.readthedocs.io/en/latest/guide/porting.html > If your code contains imports like import gtk, import gst, import glib or import gobject you are using the old bindings and you **should** upgrade. > >...

``` /bootchart/pybootchartgui/parsing.py:101: SyntaxWarning: "is" with a literal. Did you mean "=="? if pid is 0: /bootchart/pybootchartgui/draw.py:511: SyntaxWarning: "is not" with a literal. Did you mean "!="? if (OPTIONS.show_pid or OPTIONS.show_all)...

Run `make && make test` at branch push.

I aggregated all the latest updates and merged them into this branch if you're inclined to review and merge it.

Adds support for specifying custom annotations either individually through the command line --annotate option, or in bulk through an input file. This can be useful for decorating the bootchart with...