Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-06-02 Thread Thomas H.P. Andersen
On Sun, Jun 2, 2013 at 7:23 PM, Kok, Auke-jan H wrote: > On Sun, Jun 2, 2013 at 2:40 AM, Thomas H.P. Andersen wrote: >> On Wed, May 15, 2013 at 5:09 PM, Kok, Auke-jan H >> wrote: >>> On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen >>> wrote: For completeness here is also a screensho

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-06-02 Thread Kok, Auke-jan H
On Sun, Jun 2, 2013 at 2:40 AM, Thomas H.P. Andersen wrote: > On Wed, May 15, 2013 at 5:09 PM, Kok, Auke-jan H > wrote: >> On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen >> wrote: >>> For completeness here is also a screenshot of how the generators are >>> shown in the plot. (The plot wa

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-06-02 Thread Thomas H.P. Andersen
On Wed, May 15, 2013 at 5:09 PM, Kok, Auke-jan H wrote: > On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen > wrote: >> For completeness here is also a screenshot of how the generators are >> shown in the plot. (The plot was generated on an old computer with a >> HDD) > > very nice! Do you

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Thomas H.P. Andersen
On Wed, May 15, 2013 at 9:37 PM, Thomas H.P. Andersen wrote: > On Wed, May 15, 2013 at 5:09 PM, Kok, Auke-jan H > wrote: >> On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen >> wrote: >>> For completeness here is also a screenshot of how the generators are >>> shown in the plot. (The plot w

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Kok, Auke-jan H
On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen wrote: > For completeness here is also a screenshot of how the generators are > shown in the plot. (The plot was generated on an old computer with a > HDD) very nice! Auke ___ systemd-devel mailing

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Thomas H.P. Andersen
For completeness here is also a screenshot of how the generators are shown in the plot. (The plot was generated on an old computer with a HDD) On Wed, May 15, 2013 at 10:19 AM, Umut Tezduyar wrote: > Hi, > > I have updated the patches with Thomas's suggestion. Thanks. > > > On Tue, May 14, 2013

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-15 Thread Umut Tezduyar
Hi, I have updated the patches with Thomas's suggestion. Thanks. On Tue, May 14, 2013 at 8:52 AM, Thomas H.P. Andersen wrote: > On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > > --- > > src/analyze/systemd-analyze.c | 42 > > src/core/dbus-manager.c

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-14 Thread Umut Tezduyar
Hi, Attached is a screen shot of the new legend area. It is placed on exactly where the previous text based legend was. On Tue, May 14, 2013 at 8:52 AM, Thomas H.P. Andersen wrote: > On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > > --- > > src/analyze/systemd-analyze.c | 42

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-13 Thread Thomas H.P. Andersen
On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > --- > src/analyze/systemd-analyze.c | 42 > src/core/dbus-manager.c |8 ++ > src/core/manager.c|2 + > src/core/manager.h|2 + > 4 files changed, 48 insertions(+

Re: [systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-08 Thread Umut Tezduyar
Attached! Had too much time :) Feel free to dismiss it. On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote: > --- > src/analyze/systemd-analyze.c | 42 > src/core/dbus-manager.c |8 ++ > src/core/manager.c|2 + > src/core/manage

[systemd-devel] [PATCH 1/2] analyze: show generators on plot

2013-05-08 Thread Umut Tezduyar
--- src/analyze/systemd-analyze.c | 42 src/core/dbus-manager.c |8 ++ src/core/manager.c|2 + src/core/manager.h|2 + 4 files changed, 48 insertions(+), 6 deletions(-) diff --git a/src/analyze/systemd-analyze.c b/sr