Penguin

Differences between version 2 and revision by previous author of Process.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, October 27, 2003 5:33:59 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Monday, October 27, 2003 4:37:40 pm by StuartYeates Revert
@@ -1,5 +1,7 @@
-On a [UNIX] or [Linux] system and process is the container the [Kernel] builds for an application to run in. 
+On a [UNIX] or [Linux] system, a process is the container structure the [Kernel] builds for an application to run in. 
  
-Resourses such as [CPU]Time, [FileHandle]s, network ports and many others are allocated at the Process level. 
+Resourses such as [CPU]Time, [FileHandle]s, network [port]s and many others are allocated at the Process level. 
  
-Contrast [Thread] 
+Contrast [Thread].  
+  
+See ProcessNotes for information on getting process statistics and information.