On Thu, Jan 12, 2012 at 15:24, <david.ya...@continental-corporation.com> wrote:
> I just wondered whether anyone knew of a tool that could create a graphical > view of the dependency graph created by systemd at run-time. > > For an embedded project in which we are integrating systemd, it would make > life easier if we could analyse graphically the dependency graph offline > rather than on the target itself. Check: $ systemctl dot It also has some options. All of it might need some love, I guess, but that should provide a good starting point if you want to look into it. If you are only interested in timing data, try: $ systemd-analyze blame Or want to see a 'bootchart'-like thing, try: $ systemd-analyze plot > sd.svg && eog sd.svg Kay _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel