From: "Benoît Canet" <benoit.canet@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Benoît Canet" <benoit@irqsave.net>
Subject: [Qemu-devel] [RFC] snapshot_tree.py a tool to help build graph of QEMU snapshots
Date: Tue, 14 Aug 2012 18:34:02 +0200 [thread overview]
Message-ID: <1344962043-22932-1-git-send-email-benoit@irqsave.net> (raw)
This python script help to build a dot(1) or D3.js JSON output corresponding to
a hierarchy of QEMU images snapshots in some given directories.
qemu-img info output parsing is actually very hard to do cleanly and this script
use it.
Would an additional -json option to qemu-img info be welcome ?
Benoît Canet (1):
contribs: Add snapshot_tree.py a tool to build snapshot graphs.
contribs/snapshot_tree.py | 406 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 406 insertions(+)
create mode 100755 contribs/snapshot_tree.py
--
1.7.9.5
next reply other threads:[~2012-08-14 16:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 16:34 Benoît Canet [this message]
2012-08-14 16:34 ` [Qemu-devel] [RFC] contribs: Add snapshot_tree.py a tool to build snapshot graphs Benoît Canet
2012-08-14 17:08 ` [Qemu-devel] [RFC] snapshot_tree.py a tool to help build graph of QEMU snapshots Eric Blake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1344962043-22932-1-git-send-email-benoit@irqsave.net \
--to=benoit.canet@gmail.com \
--cc=benoit@irqsave.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).