From: Robert Urban <urban@unix-beratung.de>
To: xen-devel@lists.xen.org
Subject: JSON format of >xl list< does not provide state information
Date: Fri, 17 Feb 2017 04:34:10 +0100 [thread overview]
Message-ID: <ed60161a-342c-a46c-23e0-281b7db86d8e@unix-beratung.de> (raw)
Hello Folks,
plain "xl list" produces:
> # xl list
> Name ID Mem VCPUs State Time(s)
> Domain-0 0 2048 1 r----- 108.2
and "xl list -l" produces:
> # xl list -l
> [
> {
> "domid": 0,
> "config": {
> "c_info": {
> "type": "pv",
> "name": "Domain-0"
> },
> "b_info": {
> "max_memkb": 2097152,
> "target_memkb": 2097151,
> "sched_params": {
>
> },
> "type.pv": {
>
> },
> "arch_arm": {
>
> }
> }
> }
> }
> ]
why doesn't "xl list -l" provide the "State" information that the plain "xl
list" provides? I would have thought the JSON output would be complete.
cheers,
Robert Urban
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-02-17 3:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-17 3:34 Robert Urban [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-17 3:37 JSON format of >xl list< does not provide state information Robert Urban
2017-02-20 17:30 ` Wei Liu
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=ed60161a-342c-a46c-23e0-281b7db86d8e@unix-beratung.de \
--to=urban@unix-beratung.de \
--cc=xen-devel@lists.xen.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).