[gnome-system-monitor/wip/mallard-help: 5/68] Initial commit - lots of stub topics



commit 437be071c85e740c291d4bb41ac682e59af455b7
Author: Phil Bull <philbull gmail com>
Date:   Sat Jun 18 20:48:56 2011 +0100

    Initial commit - lots of stub topics

 help/C/commandline.page             |   32 ++++++++++++++++++++++++++++++++
 help/C/cpu-check.page               |   33 +++++++++++++++++++++++++++++++++
 help/C/cpu-mem-normal.page          |   32 ++++++++++++++++++++++++++++++++
 help/C/cpu-multicore.page           |   32 ++++++++++++++++++++++++++++++++
 help/C/fs-device.page               |   32 ++++++++++++++++++++++++++++++++
 help/C/fs-diskusage.page            |   32 ++++++++++++++++++++++++++++++++
 help/C/fs-info.page                 |   32 ++++++++++++++++++++++++++++++++
 help/C/fs-showall.page              |   32 ++++++++++++++++++++++++++++++++
 help/C/index.page                   |   23 +++++++++++++++++++++++
 help/C/mem-check.page               |   32 ++++++++++++++++++++++++++++++++
 help/C/mem-swap.page                |   32 ++++++++++++++++++++++++++++++++
 help/C/memory-map-use.page          |   32 ++++++++++++++++++++++++++++++++
 help/C/memory-map-what.page         |   32 ++++++++++++++++++++++++++++++++
 help/C/net-bits.page                |   32 ++++++++++++++++++++++++++++++++
 help/C/net-check.page               |   31 +++++++++++++++++++++++++++++++
 help/C/process-columns.page         |   32 ++++++++++++++++++++++++++++++++
 help/C/process-end-kill.page        |   32 ++++++++++++++++++++++++++++++++
 help/C/process-explain.page         |   32 ++++++++++++++++++++++++++++++++
 help/C/process-files.page           |   32 ++++++++++++++++++++++++++++++++
 help/C/process-forcequit.page       |   32 ++++++++++++++++++++++++++++++++
 help/C/process-identify-file.page   |   32 ++++++++++++++++++++++++++++++++
 help/C/process-identify-hog.page    |   32 ++++++++++++++++++++++++++++++++
 help/C/process-kill.page            |   32 ++++++++++++++++++++++++++++++++
 help/C/process-loadaverage.page     |   32 ++++++++++++++++++++++++++++++++
 help/C/process-many.page            |   32 ++++++++++++++++++++++++++++++++
 help/C/process-priority-change.page |   32 ++++++++++++++++++++++++++++++++
 help/C/process-priority-what.page   |   32 ++++++++++++++++++++++++++++++++
 help/C/process-status.page          |   32 ++++++++++++++++++++++++++++++++
 help/C/process-update-speed.page    |   32 ++++++++++++++++++++++++++++++++
 help/C/solaris-mode.page            |   32 ++++++++++++++++++++++++++++++++
 help/C/units.page                   |   32 ++++++++++++++++++++++++++++++++
 31 files changed, 983 insertions(+), 0 deletions(-)
---
diff --git a/help/C/commandline.page b/help/C/commandline.page
new file mode 100644
index 0000000..0b7a32a
--- /dev/null
+++ b/help/C/commandline.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="commandline">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>All of the information in the System Monitor can also be found using command line tools.</desc>
+  </info>
+
+  <title>Get the same information from the command line</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Briefly list a few useful command line tools which can provide some of the same information as System 
Monitor. Don't go into too much detail.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/cpu-check.page b/help/C/cpu-check.page
new file mode 100644
index 0000000..41fc025
--- /dev/null
+++ b/help/C/cpu-check.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="cpu-check">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Your computer can only do so many things at once. <em>CPU utilization</em> tells you if it is 
being over-stretched.</desc>
+  </info>
+
+  <title>Check how much processor (CPU) capacity is being used</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain that computers have finite processing resources and can only run so many things 
simultaneously, by sharing processor time between processes. Explain how to check how much CPU capacity is 
being used, mention how this affects computers with multiple processors, and explain that high usage (~100%) 
means that the computer will run more slowly.</p>
+    <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>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/cpu-mem-normal.page b/help/C/cpu-mem-normal.page
new file mode 100644
index 0000000..8a31168
--- /dev/null
+++ b/help/C/cpu-mem-normal.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="cpu-mem-normal">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Lots of memory or CPU time will be used if the computer is performing difficult tasks, like 
playing a game or ripping music from a CD.</desc>
+  </info>
+
+  <title>Is it normal for my computer to be using this much CPU or memory?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain when it is normaly for a computer to use lots of CPU and/or memory, and when it isn't. If a 
process has hung or is using too many resources, you can kill it.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/cpu-multicore.page b/help/C/cpu-multicore.page
new file mode 100644
index 0000000..8210415
--- /dev/null
+++ b/help/C/cpu-multicore.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="cpu-multicore">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Some computers have several CPUs (processors). This allows them to run more applications at the 
same time.</desc>
+  </info>
+
+  <title>Why do I have more than one CPU?</title>
+
+  <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>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/fs-device.page b/help/C/fs-device.page
new file mode 100644
index 0000000..0eb9969
--- /dev/null
+++ b/help/C/fs-device.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="fs-device">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Each device corresponds to a <em>partition</em> on a hard disk.</desc>
+  </info>
+
+  <title>What are the different devices in the File System tab?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain what is meant by a 'device' in the File System tab. Explain the difference between partitions 
and physical hard disks. Briefly explain how the disk identifiers (/dev/sda1...) provide some information on 
which disk a partition is on. Explain how you can use Palimpsest to learn more about the disk setup.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/fs-diskusage.page b/help/C/fs-diskusage.page
new file mode 100644
index 0000000..15aa254
--- /dev/null
+++ b/help/C/fs-diskusage.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="fs-diskusage">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>The <gui>File Systems</gui> tab shows how much space is being used on each hard disk.</desc>
+  </info>
+
+  <title>Check how much disk space is being used</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Point the user to the File Systems tab. Point to resources on freeing-up disk space.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/fs-info.page b/help/C/fs-info.page
new file mode 100644
index 0000000..2670f31
--- /dev/null
+++ b/help/C/fs-info.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="fs-info">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Explanations of all of the fields shown in the <gui>File System</gui> tab.</desc>
+  </info>
+
+  <title>Learn what the File System information means</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain, in relatively simple terms, what each of the fields in the FS tab means.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/fs-showall.page b/help/C/fs-showall.page
new file mode 100644
index 0000000..e96d366
--- /dev/null
+++ b/help/C/fs-showall.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="fs-showall">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>In addition to the file systems used to store your files, Linux also has some special ones.</desc>
+  </info>
+
+  <title>Show all file systems, including hidden and system ones</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how you can show all file systems (Preferences), and (briefly) what sort of thing those file 
systems are likely to be for (system things, mounted network drives, etc.)</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..15d2474
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,23 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="index">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Use the System Monitor to view information on how well your computer is running and whether there 
are any problems.</desc>
+  </info>
+
+<title>System Monitor</title>
+
+<section id="noname">
+ <title>Some Section</title>
+ 
+</section>
+
+</page>
diff --git a/help/C/mem-check.page b/help/C/mem-check.page
new file mode 100644
index 0000000..d0a97b9
--- /dev/null
+++ b/help/C/mem-check.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="mem-check">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>The <gui>Resources</gui> tells you how much of your computer's memory is being used.</desc>
+  </info>
+
+  <title>Check how much memory (RAM) is being used</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Go to the Resources tab and look at the graph/indicators (short topic). Point to resources about 
memory problems. Maybe mention how you can find which processes are using the most memory.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/mem-swap.page b/help/C/mem-swap.page
new file mode 100644
index 0000000..e67fe97
--- /dev/null
+++ b/help/C/mem-swap.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="mem-swap">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Swap memory allows your computer to run more applications at the same time than will fit into the 
system memory (RAM).</desc>
+  </info>
+
+  <title>What is 'swap' memory?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain what swap is and how it helps. Explain that the computer may run slowly if it's swapping too 
much.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/memory-map-use.page b/help/C/memory-map-use.page
new file mode 100644
index 0000000..7bbc78f
--- /dev/null
+++ b/help/C/memory-map-use.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="memory-map-use">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXX</desc>
+  </info>
+
+  <title>Understand and use memory maps</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Difficult conceptual topic. Explain how to use memory maps to do whatever the hell you're supposed to 
use them for.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/memory-map-what.page b/help/C/memory-map-what.page
new file mode 100644
index 0000000..866ca44
--- /dev/null
+++ b/help/C/memory-map-what.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="memory-map-what">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Memory maps let you... XXXXXX</desc>
+  </info>
+
+  <title>What is a memory map?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain what the Memory Map feature is and what it's useful for.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/net-bits.page b/help/C/net-bits.page
new file mode 100644
index 0000000..520e6b5
--- /dev/null
+++ b/help/C/net-bits.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="net-bits">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Click <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> and check the option in the 
<gui>Resources</gui> tab.</desc>
+  </info>
+
+  <title>Show the network speed in bits instead of bytes per second</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/net-check.page b/help/C/net-check.page
new file mode 100644
index 0000000..c8d28e5
--- /dev/null
+++ b/help/C/net-check.page
@@ -0,0 +1,31 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="net-check">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>The <gui>Resources</gui> tab shows you the volume of data that's passing over your network 
connections.</desc>
+  </info>
+
+  <title>Check network usage and connection speed</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to check network usage and what all the numbers mean. Why might there be spikes?</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-columns.page b/help/C/process-columns.page
new file mode 100644
index 0000000..47fb0b7
--- /dev/null
+++ b/help/C/process-columns.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-columns">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Various other columns can be shown in the <gui>Processes</gui> tab.</desc>
+  </info>
+
+  <title>Display different information about processes</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Briefly explain how to add other columns to the list in the Processes tab and explain what each 
column means!</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-end-kill.page b/help/C/process-end-kill.page
new file mode 100644
index 0000000..5bf7b67
--- /dev/null
+++ b/help/C/process-end-kill.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-end-kill">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXXX</desc>
+  </info>
+
+  <title>What is the difference between End and Kill?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain the different ways of killing a process.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-explain.page b/help/C/process-explain.page
new file mode 100644
index 0000000..34a7e2e
--- /dev/null
+++ b/help/C/process-explain.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-explain">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXX</desc>
+  </info>
+
+  <title>What is a process?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain, in simple terms, what a process is, how they relate to applications, how some are 'system 
processes', and what you can do with a process.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-files.page b/help/C/process-files.page
new file mode 100644
index 0000000..0654d0c
--- /dev/null
+++ b/help/C/process-files.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-files">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXX</desc>
+  </info>
+
+  <title>List which files a process has open</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to show which files a process has open, and what it means for a process to have a file 
open.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-forcequit.page b/help/C/process-forcequit.page
new file mode 100644
index 0000000..70b18f1
--- /dev/null
+++ b/help/C/process-forcequit.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-forcequit">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>If an application has frozen, you can force it to close by "killing" it.</desc>
+  </info>
+
+  <title>Close an application that's not responding</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to force an application to quit using the System Monitor.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-identify-file.page b/help/C/process-identify-file.page
new file mode 100644
index 0000000..0e2796b
--- /dev/null
+++ b/help/C/process-identify-file.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-identify-file">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXX</desc>
+  </info>
+
+  <title>Find which program is using a specific file</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how you can search for a file (or part of a filename) and it will show which processes are 
using it. Explain why this might be useful.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-identify-hog.page b/help/C/process-identify-hog.page
new file mode 100644
index 0000000..9bda6a3
--- /dev/null
+++ b/help/C/process-identify-hog.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-identify-hog">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Sort the list of processes by <gui>% CPU</gui> to see which application is using up the computer's 
resources.</desc>
+  </info>
+
+  <title>Which program is making the computer run slowly?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how the System Monitor can be used to find misbehaving/resource-hogging processes. (A lot of 
process use 100% CPU or similar if they hang, for example.)</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-kill.page b/help/C/process-kill.page
new file mode 100644
index 0000000..bf08120
--- /dev/null
+++ b/help/C/process-kill.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-kill">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>If an application won't close normally or stops responding, you might want to "kill" it.</desc>
+  </info>
+
+  <title>Kill (close) a program immediately</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to kill a program, and why you might want to do that.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-loadaverage.page b/help/C/process-loadaverage.page
new file mode 100644
index 0000000..eb68443
--- /dev/null
+++ b/help/C/process-loadaverage.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-loadaverage">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>The <em>load average</em> tells you how much work your computer has been doing over the past few 
minutes.</desc>
+  </info>
+
+  <title>What is the load average?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to interpret the load averages quoted on the Processes tab.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-many.page b/help/C/process-many.page
new file mode 100644
index 0000000..dcc04f1
--- /dev/null
+++ b/help/C/process-many.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-many">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Most of the items in the Processes tab are system processes which run in the background.</desc>
+  </info>
+
+  <title>I didn't start most of these processes. What are they?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain that the OS starts a lot of system processes of its own, which work in the background. You 
shouldn't usually try to kill them.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-priority-change.page b/help/C/process-priority-change.page
new file mode 100644
index 0000000..29b9207
--- /dev/null
+++ b/help/C/process-priority-change.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-priority-change">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Let processes that are more important take a bigger share of the computer's resources.</desc>
+  </info>
+
+  <title>Change the priority of a process</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to change the nice value of a process, why you might want to do that, and what the 
implications might be.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-priority-what.page b/help/C/process-priority-what.page
new file mode 100644
index 0000000..97696d7
--- /dev/null
+++ b/help/C/process-priority-what.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-priority-what">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXXX</desc>
+  </info>
+
+  <title>Process priority and 'nice' levels</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <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>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-status.page b/help/C/process-status.page
new file mode 100644
index 0000000..9dc6443
--- /dev/null
+++ b/help/C/process-status.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-status">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXXX</desc>
+  </info>
+
+  <title>What do the process statuses mean?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Briefly explain the different statuses a process can have.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/process-update-speed.page b/help/C/process-update-speed.page
new file mode 100644
index 0000000..a4b3011
--- /dev/null
+++ b/help/C/process-update-speed.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="process-update-speed">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Refresh the information shown in the System Monitor with a longer or shorter interval.</desc>
+  </info>
+
+  <title>Make the information update faster or slower</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Explain how to make the info update faster (see Preferences dialog). Explain that faster updates mean 
that the System Monitor will use more CPU.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/solaris-mode.page b/help/C/solaris-mode.page
new file mode 100644
index 0000000..1dcf063
--- /dev/null
+++ b/help/C/solaris-mode.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="solaris-mode">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXX</desc>
+  </info>
+
+  <title>What is Solaris mode?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog means. The current manual has 
some information.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/units.page b/help/C/units.page
new file mode 100644
index 0000000..a15dd9c
--- /dev/null
+++ b/help/C/units.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="units">
+  <info>
+    <revision version="0.1" date="2011-06-18" status="stub"/>
+    <!--<link type="guide" xref="..." />-->
+
+    <credit type="author copyright">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>XXXXX</desc>
+  </info>
+
+  <title>Is GiB the same as GB (gigabyte)?</title>
+
+  <comment>
+    <cite date="2011-06-18" href="mailto:philbull gmail com">Phil Bull</cite>
+    <p>Answer this question, quite briefly.</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>



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