summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuyao Huang <lhuang@redhat.com>2015-07-31 10:19:45 +0800
committerJohn Ferlan <jferlan@redhat.com>2015-08-26 18:02:44 -0400
commit51b841fa5b0214eb56e952b02d82592263775631 (patch)
tree9e62da2085aac1169fb2053eded2fbba118c8e0d
parent5a6b2c98390a2344c9c3cc10a1c346a4838f0d58 (diff)
downloadlibvirt-python-1.2.19.tar.gz
examples: small fix for nodestats.py examplev1.2.19
Add nodestats.py in MANIFEST.in and add a small description for nodestats.py in README Signed-off-by: Luyao Huang <lhuang@redhat.com>
-rw-r--r--MANIFEST.in1
-rw-r--r--examples/README3
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b5ba783..0d66f9c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -13,6 +13,7 @@ include examples/esxlist.py
include examples/event-test.py
include examples/guest-vcpus/guest-vcpu-daemon.py
include examples/guest-vcpus/guest-vcpu.py
+include examples/nodestats.py
include examples/topology.py
include generator.py
include libvirt-lxc-override-api.xml
diff --git a/examples/README b/examples/README
index 0cb4513..13211b6 100644
--- a/examples/README
+++ b/examples/README
@@ -14,6 +14,9 @@ dhcpleases.py - list dhcp leases for a given virtual network
domipaddrs.py - list IP addresses for guest domains
guest-vcpus - two helpers to make the guest agent event useful with agent based
vCPU state modification
+nodestats.py - print total memory and free memory for each host NUMA node and
+ the memory strictly bound to certain host nodes for each running
+ domain.
The XML files in this directory are examples of the XML format that libvirt
expects, and will have to be adapted for your setup. They are only needed