[deployment-guide] Added the "Using the lscpu Command" section.

Jaromir Hradilek jhradile at fedoraproject.org
Fri Oct 14 12:18:25 UTC 2011


commit e80d3b1680153d70dc94257253762d421e6c376b
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Oct 14 14:17:33 2011 +0200

    Added the "Using the lscpu Command" section.

 en-US/System_Monitoring_Tools.xml |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/en-US/System_Monitoring_Tools.xml b/en-US/System_Monitoring_Tools.xml
index 2a19b75..fd056dd 100644
--- a/en-US/System_Monitoring_Tools.xml
+++ b/en-US/System_Monitoring_Tools.xml
@@ -585,6 +585,39 @@ Socket 0 Bridge:        [yenta_cardbus]         (bus ID: 0000:15:00.0)
         For a complete list of available command line options, refer to the <emphasis role="bold">pccardctl</emphasis>(8) manual page.
       </para>
     </section>
+    <section id="s2-sysinfo-hardware-lscpu">
+      <title>Using the lscpu Command</title>
+      <indexterm>
+        <primary><command>lscpu</command></primary>
+      </indexterm>
+      <para>
+        The <command>lscpu</command> command lists information about CPUs that are present in the system, including the number of CPUs, their architecture, vendor, family, model, CPU caches, etc. For example:
+      </para>
+      <screen>~]$ <command>lscpu</command>
+Architecture:          x86_64
+CPU op-mode(s):        32-bit, 64-bit
+Byte Order:            Little Endian
+CPU(s):                4
+On-line CPU(s) list:   0-3
+Thread(s) per core:    1
+Core(s) per socket:    4
+Socket(s):             1
+NUMA node(s):          1
+Vendor ID:             GenuineIntel
+CPU family:            6
+Model:                 23
+Stepping:              7
+CPU MHz:               1998.000
+BogoMIPS:              4999.98
+Virtualization:        VT-x
+L1d cache:             32K
+L1i cache:             32K
+L2 cache:              3072K
+NUMA node0 CPU(s):     0-3</screen>
+      <para>
+        For a complete list of available command line options, refer to the <emphasis role="bold">lscpu</emphasis>(1) manual page.
+      </para>
+    </section>
   </section>
   <section id="sect-System_Monitoring_Tools-Net-SNMP">
     <title>Monitoring Performance with Net-SNMP</title>


More information about the docs-commits mailing list