Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-10 Thread Kok, Auke-jan H
On Sun, Mar 10, 2013 at 6:29 PM, Lennart Poettering wrote: > On Sat, 09.03.13 22:48, Kok, Auke-jan H ([email protected]) wrote: > >> >> On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz wrote: >> > Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: >> >> The problem is that the code is now generat

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-10 Thread Lennart Poettering
On Sat, 09.03.13 22:48, Kok, Auke-jan H ([email protected]) wrote: > > On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz wrote: > > Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: > >> The problem is that the code is now generating coordinates as follows: > >> > >> > >> > >> Obviously, th

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Kok, Auke-jan H
On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz wrote: > Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: >> The problem is that the code is now generating coordinates as follows: >> >> >> >> Obviously, that needs to be a "." and not a ",". >> >> Do you get proper output if you run `LC_NUMERIC=C

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Pierre Schmitz
Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: > The problem is that the code is now generating coordinates as follows: > > > > Obviously, that needs to be a "." and not a ",". > > Do you get proper output if you run `LC_NUMERIC=C systemd-analyze plot` ... ? Good catch, this will produce th

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Kok, Auke-jan H
On Sat, Mar 9, 2013 at 3:58 AM, Pierre Schmitz wrote: > I create a bootchart SVG using "systemd-analyze plot > boot.svg" using > systemd 198. But it does not seem to render correctly in Firefox, > Chromium, Inkscape or Gimp. I uploaded the SVG to > http://paste.xinu.at/T6YxV/ > > Is this a known i

[systemd-devel] systemd-analyze plot issues in 198

2013-03-09 Thread Pierre Schmitz
Hi, I create a bootchart SVG using "systemd-analyze plot > boot.svg" using systemd 198. But it does not seem to render correctly in Firefox, Chromium, Inkscape or Gimp. I uploaded the SVG to http://paste.xinu.at/T6YxV/ Is this a known issue? Greetings, Pierre -- Pierre Schmitz, https://pierre

Re: [systemd-devel] systemd-analyze plot

2011-06-27 Thread Lennart Poettering
On Wed, 22.06.11 14:25, [email protected] ([email protected]) wrote: > I am currently in the process of analyzing and optimizing a systemd > startup in an Embedded project and wondered if someone could tell me what > is being performed in the time bet

Re: [systemd-devel] systemd-analyze plot

2011-06-27 Thread Christian.Muck
Hi David, you could set the log level of systemd to debug. To do this edit /etc/system/system.conf and change LogLevel=debug LogTarget=syslog-or-kmsg Do a restart and have a look to the generated output with dmesg. Before -.mount is reported it seems to me that systemd does some basic preparati

Re: [systemd-devel] systemd-analyze plot

2011-06-22 Thread Kok, Auke-jan H
On Wed, Jun 22, 2011 at 5:25 AM, wrote: > Hi All, > > > > > I am currently in the process of analyzing and optimizing a systemd startup > in an Embedded project and wondered if someone could tell me what is being > performed in the time between 0 and 1 that I see in my plot.svg files > produced us

[systemd-devel] systemd-analyze plot

2011-06-22 Thread David . Yates
Hi All, I am currently in the process of analyzing and optimizing a systemd startup in an Embedded project and wondered if someone could tell me what is being performed in the time between 0 and 1 that I see in my plot.svg files produced using systemd-analyze plot. Additionally, assuming th