aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2010-12-14 18:49:40 +0000
committerOlaf Hering <olaf@aepfle.de>2010-12-14 18:49:40 +0000
commitdb0dcdffc017dac4b6831a29af8bb02e9d5d4063 (patch)
treee63431593b8135482948f3cfbe5ff4c3535da32c /tools/xenpaging
parent8fa232693dfcc8f465383c6b137c6bb4db51f9a0 (diff)
downloadxen-db0dcdffc017dac4b6831a29af8bb02e9d5d4063.tar.gz
xen-db0dcdffc017dac4b6831a29af8bb02e9d5d4063.tar.bz2
xen-db0dcdffc017dac4b6831a29af8bb02e9d5d4063.zip
xenpaging: print number of evicted pages
Print number of evicted pages after evict loop. Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenpaging')
-rw-r--r--tools/xenpaging/xenpaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpaging/xenpaging.c b/tools/xenpaging/xenpaging.c
index 76f0579616..2e0c8bd65f 100644
--- a/tools/xenpaging/xenpaging.c
+++ b/tools/xenpaging/xenpaging.c
@@ -583,7 +583,7 @@ int main(int argc, char *argv[])
DPRINTF("%d pages evicted\n", i);
}
- DPRINTF("pages evicted\n");
+ DPRINTF("%d pages evicted. Done.\n", i);
/* Swap pages in and out */
while ( !interrupted )