guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Graphs are cool


From: Ludovic Courtès
Subject: Graphs are cool
Date: Wed, 14 Oct 2015 21:52:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hello!

The ‘guix system’ command now supports two new sub-commands:
‘extension-graph’ and ‘dmd-graph’.  The former produces a Dot
representation of the service extension graph, while the latter produces
a Dot representation of the graph of dmd services (part of the
documentation pasted below.)

Comments welcome!

Personally I think it’s pretty neat.  :-)

Ludo’.


   The ‘guix system’ command has even more to offer!  The following
sub-commands allow you to visualize how your system services relate to
each other:

‘extension-graph’
     Emit in Dot/Graphviz format to standard output the “service
     extension graph” of the operating system defined in FILE (*note
     Service Composition::, for more information on service extensions.)

     The command:

          $ guix system extension-graph FILE | dot -Tpdf > services.pdf

     produces a PDF file showing the extension relations among services.

‘dmd-graph’
     Emit in Dot/Graphviz format to standard output the “dependency
     graph” of dmd services of the operating system defined in FILE.
     *Note dmd Services::, for more information and for an example
     graph.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]