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

Here is the output - ``` Traceback (most recent call last): File "/usr/bin/pybootchartgui", line 20, in from pybootchartgui.main import main ImportError: No module named pybootchartgui.main ``` the command I ran...

## Cause of problem My dmesg contains escape characters, preventing pybootchartgui from processing bootchart logs on my machine. --- ## Suggested fix Replace https://github.com/xrmx/bootchart/blob/331ada031f1d65f6d934d918f896e1c708c64bf7/pybootchartgui/parsing.py#L529 with ```python for line in file.read().decode('utf-8',...

For some reason, UML kernel images are MMU-enabled, but never have stack entry in /proc//maps. Therefore, the collector's --dump fails at them as they fail to find [stack]. Any chance...

Nicer for embedded devices which may have smaller stack limitations.

It gives this error: /sbin/bootchartd: line 170: /lib/bootchart/tmpfs/kmsg: Operation not permitted Then `/sbin/bootchartd stop` gives "Can't extract boot chart from collector" (fails on the collector dump).

/lib/bootchart/tmpfs This not good place for tmpfs, REALLY :-) Maybe /tmp folder will better than /lib ? When I builded rpm package, tmpfs folder not exist. I added this hand...

Both README and manpage examples illustrate editing /boot/grub/menu.lst this should be updated to document configuring grub2, i.e /etc/defaults/grub.cfg and then run grub2-mkconfig

From Thomas De Schampheleire: I'm trying out bootchart2 on an embedded Linux system, using an initramfs as main rootfs (no harddisk or other permanent storage). I am having a number...

This fixes a number of arithmetic bugs in the viewer, and extends functionality in various ways. The two main extensions are: 1. Overlaid plots of instantaneous events. These may be...