Yaniv Dary has uploaded a new change for review.

Change subject: history: added ksm shared memory percent to collection
......................................................................

history: added ksm shared memory percent to collection

Change-Id: Ib537d67d3eb74af67269f0592945ffb4f1484d9d
Signed-off-by: Yaniv Dary <yd...@redhat.com>
---
M packaging/dbscripts/create_dwh_views.sql
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/22959/1

diff --git a/packaging/dbscripts/create_dwh_views.sql 
b/packaging/dbscripts/create_dwh_views.sql
index af4fb8a..f9fe886 100644
--- a/packaging/dbscripts/create_dwh_views.sql
+++ b/packaging/dbscripts/create_dwh_views.sql
@@ -174,7 +174,8 @@
        cast((c.swap_total - c.swap_free) as int) as swap_used_mb,
        cast(b.vm_active as smallint) as vm_active,
        cast(b.vm_count as smallint) as total_vms,
-       b.vms_cores_count as total_vms_vcpus
+       b.vms_cores_count as total_vms_vcpus,
+       cast(c.mem_shared as smallint) as ksm_shared_memory_percent
 FROM vds_dynamic b, vds_statistics c
 where  b.vds_id  = c.vds_id;
 


-- 
To view, visit http://gerrit.ovirt.org/22959
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib537d67d3eb74af67269f0592945ffb4f1484d9d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <yd...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to