[gnome-system-monitor/wip/mallard-help: 4/60] wrote cpu-check, updated multicore, index modified: cpu-check.page modified: cpu-multicore.pag



commit b334745d79ca0f3f462398f31e686f215636007c
Author: Kelly Sinnott <ksinnott5ht gmail com>
Date:   Tue Jul 12 12:46:59 2011 -0700

    wrote cpu-check, updated multicore, index
        modified:   cpu-check.page
        modified:   cpu-multicore.page
        modified:   index.page

 help/C/cpu-check.page             |   17 +++++++----------
 help/C/cpu-multicore.page         |    4 ++++
 help/C/index.page                 |    8 ++------
 help/C/process-priority-what.page |    2 ++
 4 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/help/C/cpu-check.page b/help/C/cpu-check.page
index 41fc025..bd5f4dd 100644
--- a/help/C/cpu-check.page
+++ b/help/C/cpu-check.page
@@ -2,12 +2,12 @@
       type="topic" style="task"
       id="cpu-check">
   <info>
-    <revision version="0.1" date="2011-06-18" status="stub"/>
-    <!--<link type="guide" xref="..." />-->
+    <revision version="0.1" date="2011-07-12" status="review"/>
+    <link type="guide" xref="index"/>
 
     <credit type="author copyright">
-      <name>Phil Bull</name>
-      <email>philbull gmail com</email>
+      <name>Kelly Sinnott</name>
+      <email>ksinnott5ht gmail com</email>
       <years>2011</years>
     </credit>
 
@@ -22,12 +22,9 @@
     <p>Be careful here, as there are a number of technical terms (process, CPU/processor, multi-core, system 
resources...) that may be used here, but which will need to be explained for less advanced users.</p>
   </comment>
 
-  <p>Short introductory text...</p>
+  <p>The role of the <em>CPU</em>, or central processing unit, is to execute the series of instructions 
called a <em>computer program</em>. While a program is being executed, it is known as a <em>process</em>. At 
any given time, your computer will likely be running many processes simultaneously. There are individual 
processes to manage your internet connection, audio settings, passwords, file manager, and so on. Some 
applications are composed of multiple processes known as <em>threads</em>. The CPU must divide its processing 
"attention" between the running processes. The amount of time required by each process is expressed as a 
percentage by the System Monitor.</p>
+ <note><p>Some processors are actually composed of multiple independent processors in one component. These 
are referred to as <em>multi-core</em> processors. Multi-core CPUs allow an increase in overall performance 
otherwise limited by physical constraints on a single core. However, a single process or thread is limited to 
a single core. Because of this, a single demanding, non-threaded process can dominate a core, failing to take 
advantage of the full CPU.</p></note>
 
-  <steps>
-    <item><p>First step...</p></item>
-    <item><p>Second step...</p></item>
-    <item><p>Third step...</p></item>
-  </steps>
+<p>To view a live graph of CPU usage over time, click the <gui>Resources</gui> tab. The graph labeled "CPU 
History" will show a line for each core. Multiple cores will be color-coded; these colors can be changed by 
clicking the corresponding colored box for each core under the graph.</p>
 
 </page>
diff --git a/help/C/cpu-multicore.page b/help/C/cpu-multicore.page
index 8210415..c88fe4f 100644
--- a/help/C/cpu-multicore.page
+++ b/help/C/cpu-multicore.page
@@ -19,6 +19,10 @@
   <comment>
     <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
     <p>Explain why more than one CPU might be shown in the Resources tab. (Multi-core system.) Explain the 
implications of having multiple cores - the computer can do more simultaneously, but individual processes 
won't generally run faster. Don't go into too much technical detail.</p>
+</comment>
+<comment>
+    <cite date="2011-07-12" href="mailto:ksinnott5ht gmail com">Kelly Sinnott</cite>
+       <p>I've included a pretty concise paragraph on this in cpu-check.page; I'm not sure if it should be 
moved here, copied here, or what...probably what.</p>
   </comment>
 
   <p>Short introductory text...</p>
diff --git a/help/C/index.page b/help/C/index.page
index 3119f33..3d38538 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -11,15 +11,11 @@
     </credit>
 
     <desc>Use the System Monitor to view information on how well your computer is running and whether there 
are any problems.</desc>
-    <link type="topic" id="commandline"/>
+    
+
   </info>
 
 <title>System Monitor</title>
 
 
-<section id="noname">
- <title>Some Section</title>
- 
-</section>
-
 </page>
diff --git a/help/C/process-priority-what.page b/help/C/process-priority-what.page
index 1a9782d..b83a48e 100644
--- a/help/C/process-priority-what.page
+++ b/help/C/process-priority-what.page
@@ -21,6 +21,8 @@
     <p>Explain, in brief and simple terms, what nice levels are, why they are
  used, and how process scheduling works (Wikipedia article on nice is good for
  this.)</p>
+</comment>
+<comment>
     <cite date="2011-06-23" href="mailto:mdhillca gmail com">Mike Hill</cite>
     <p>Needs to be simpler.</p>
   </comment>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]