You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/01/28 10:17:51 UTC

[2/2] git commit: recording cpu socket statistics CLOUDSTACK-5289

recording cpu socket statistics CLOUDSTACK-5289


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/f377d73f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/f377d73f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/f377d73f

Branch: refs/heads/4.3
Commit: f377d73f7c3c0bf36f4b25b582f544cb3e145302
Parents: a16afb4
Author: Radhika PC <ra...@citrix.com>
Authored: Tue Jan 28 14:47:29 2014 +0530
Committer: Radhika PC <ra...@citrix.com>
Committed: Tue Jan 28 14:47:29 2014 +0530

----------------------------------------------------------------------
 en-US/cpu-sockets.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f377d73f/en-US/cpu-sockets.xml
----------------------------------------------------------------------
diff --git a/en-US/cpu-sockets.xml b/en-US/cpu-sockets.xml
new file mode 100644
index 0000000..f435976
--- /dev/null
+++ b/en-US/cpu-sockets.xml
@@ -0,0 +1,46 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
+%BOOK_ENTITIES;
+]>
+
+<!-- Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<section id="cpu-sockets">
+  <title>Reporting CPU Sockets</title>
+  <para>&PRODUCT; manages different types of hosts that contains one or more physical CPU sockets.
+    CPU socket is considered as a unit of measure used for licensing and billing cloud
+    infrastructure. &PRODUCT; provides both UI and API support to collect the CPU socket statistics
+    for billing purpose. The Infrastructure tab has a new tab for CPU sockets. You can view the
+    statistics for CPU sockets managed by &PRODUCT;, which in turn reflects the size of the cloud.
+    The CPU Socket page will give you the number of hosts and sockets used for each host
+    type.</para>
+  <orderedlist>
+    <listitem>
+      <para>Log in to the &PRODUCT; UI.</para>
+    </listitem>
+    <listitem>
+      <para>In the left navigation bar, click Infrastructure.</para>
+    </listitem>
+    <listitem>
+      <para>On CPU Sockets, click View all.</para>
+      <para>The CPU Socket page is displayed. The page shows the number of hosts and CPU sockets
+        based on hypervisor types.</para>
+    </listitem>
+  </orderedlist>
+</section>