Commit Graph

169 Commits

Author SHA1 Message Date
Michael Kerrisk 610f75cc09 Remove /proc/PID/numa_maps material (it is now in numa(7)). 2008-08-13 08:13:01 +00:00
Michael Kerrisk 5a35e62092 Removed trailing white space at end of lines 2008-08-12 10:27:05 +00:00
Michael Kerrisk 7388733a37 Add documentation of the /proc/PID/numa_maps file.
This material was formerly the numa_maps.5 page in the numactl
package, but really belongs in man-pages (since it describes
a kernel interface).
2008-08-12 10:20:50 +00:00
Michael Kerrisk 3bc960c2e8 ffixes 2008-08-12 09:34:10 +00:00
Michael Kerrisk 9fd8b18591 tfix 2008-07-18 03:58:23 +00:00
Michael Kerrisk fd7193f57a Removed trailing white space at end of lines 2008-07-16 13:11:30 +00:00
Michael Kerrisk e98268b49a Add Documentation/sysctl/vm.txt to SEE ALSO.
Other minor edits.
2008-07-15 11:45:13 +00:00
Michael Kerrisk 82c333257b removed a FIXME 2008-07-15 11:41:51 +00:00
Michael Kerrisk 427965596f removed a FIXME 2008-07-15 11:39:49 +00:00
Michael Kerrisk aa1f2cc12b tfix 2008-07-15 11:38:30 +00:00
Michael Kerrisk bfde23a20d Make kernel version for /proc/sys/kernel/panic_on_oops more precise.
Make kernel version for /proc/sys/kernel/pid_max more precise.
2008-07-15 11:07:37 +00:00
Michael Kerrisk c3d9780d9c Document /proc/sys/vm/oom_dump_tasks (new in Linux 2.6.25).
Document /proc/sys/vm/panic_on_oom (new in Linux 2.6.18).
2008-07-15 11:03:08 +00:00
Michael Kerrisk 417fceb71a Remove redudant summary list of files in description of /proc/sys/kernel. 2008-07-15 08:51:41 +00:00
Michael Kerrisk e10120df66 Document /proc/sys/vm/oom_kill_allocating_task (new in Linux 2.6.24). 2008-07-15 08:48:01 +00:00
Michael Kerrisk fb8e1d1b2a sffix 2008-07-15 08:32:08 +00:00
Michael Kerrisk cc2d5c36d3 Tweak description of /proc/config.gz + update a FIXME 2008-07-15 08:22:19 +00:00
Michael Kerrisk 250e01ecb1 Add some details on /proc/config.gz. 2008-07-15 08:07:02 +00:00
Michael Kerrisk f6e524c4fc Document /proc/config.gz 2008-07-15 06:15:22 +00:00
Michael Kerrisk 74aace8a7f Small wording fixes -- express <= and >= in words when in running text. 2008-07-09 19:38:19 +00:00
Michael Kerrisk 87174b3ae2 Small wording fixes 2008-07-09 15:36:44 +00:00
Michael Kerrisk 8ee190da4a s/UNIX/Unix/, when not used as part of a trademark,
for consistency with majority usage in pages.
2008-07-09 14:17:06 +00:00
Michael Kerrisk 5c411b17a1 Add pointer to description of /proc/PID/cpuset in cpuset(7). 2008-07-03 20:13:32 +00:00
Michael Kerrisk 40374cfc16 ffix 2008-07-02 10:57:36 +00:00
Michael Kerrisk 0425de01c7 s/ / / 2008-07-01 14:15:13 +00:00
Michael Kerrisk c4fe9aef4a ffix 2008-07-01 14:04:23 +00:00
Michael Kerrisk 6387216bb2 Wrap lines at sentence breaks. 2008-06-28 04:57:20 +00:00
Michael Kerrisk 5b8dbfd4d0 ffixes 2008-06-26 13:23:48 +00:00
Michael Kerrisk cd60dedde9 Removed trailing white space at end of lines 2008-06-25 15:32:01 +00:00
Michael Kerrisk 268f000bcf /proc/stat CPU time units are sysconf(_SC_CLK_TCK).
ASEE ALSO: add time(7).
2008-06-24 13:56:03 +00:00
Michael Kerrisk 7a017e241f The vaious time fiels in /proc/PID/stat return time
in clock ticks (USER_HZ, cputime_to_clock_t()).
2008-06-24 13:15:17 +00:00
Michael Kerrisk 59a40ed789 Clarified and expanded the description of /proc/[number]/fd.
Updated, clarified and expanded the description several
fields in /proc/[number]/stat.
Updated and clarified the description of /proc/[number]/statm.
Updated and clarified the description of /proc/sys/fs/dentry-state.
Many formatting, wording, and grammar fixes.
2008-06-24 09:28:11 +00:00
Michael Kerrisk e23fde73fa We don't have the cpuset(7) page yet, so comment out /proc/[number]/cpuset
description.
2008-06-24 03:42:39 +00:00
Michael Kerrisk 743638fdbe ffix 2008-06-24 03:41:21 +00:00
Michael Kerrisk a1c9dc591b Refine discssion of guest time for utime and cutime fields. 2008-06-24 03:25:39 +00:00
Michael Kerrisk b81087ab66 Added .\" comment 2008-06-23 10:00:02 +00:00
Michael Kerrisk c8e9f4f193 user time includes guest time. 2008-06-22 10:51:59 +00:00
Michael Kerrisk afef1764bd spfix 2008-06-22 10:40:48 +00:00
Michael Kerrisk 14c069537c Document guest (virtual CPU) time field in /proc/stat.
Document guest (virtual CPU) time fields in /proc/PID/stat.
2008-09-18 12:30:43 +00:00
Michael Kerrisk 16b5f7ba5d Documented /proc/PID/status 2008-06-17 13:22:28 +00:00
Michael Kerrisk 28f2c98d3a Add pointer to description of /proc/PID/cpuset in cpuset(7). 2008-06-16 20:16:23 +00:00
Michael Kerrisk a1d5601bee Removed trailing white space at end of lines 2008-06-12 11:52:08 +00:00
Michael Kerrisk b4e9ee8f48 Document /proc/PID/oom_score, which was new in kernel 2.6.11.
This file displays the "badness" score of the process, which
provides the basis for OOM-killer decisions.

Document /proc/PID/oom_adj, which was new in kernel 2.6.11.
This file influences the oom_score of a process.

Document /proc/PID/limits, which was new in 2.6.24.
This file displays a process's resource limits.

Document /proc/PID/fdinfo/*, which was new in 2.6.22.
These files display info about each descriptor opened by the
process: the current file offset, and the file access mode +
file status flags as set in open() or fcntl(F_SETFL).

Document /proc/PID/mountinfo, which was new in 2.6.26.
This file displays information about mount points.
Closely based on text from Documentation/filesystems/proc.txt.

Document /proc/PID/mountstats, which was new in 2.6.17.
This file displays statistics about mount points.
2008-06-12 05:49:06 +00:00
Michael Kerrisk 6c04f928e2 Fix use of quotes 2008-06-10 12:28:58 +00:00
Michael Kerrisk f81fb4445b s/\\'/\\(aq/ 2008-06-09 15:49:35 +00:00
Michael Kerrisk f8a07a2154 s/'/\\'/ to improve rendering in UTF-8. 2008-06-05 17:52:37 +00:00
Michael Kerrisk 26868e5b26 s/`/\`/ for backquotes used in command substitution, for
proper rendering in UTF-8.
2008-06-05 12:26:22 +00:00
Michael Kerrisk bd4b0ce7d0 Added FIXME 2008-05-27 03:01:24 +00:00
Michael Kerrisk 6f36deb49c s/realtime/real-time/ 2008-03-19 13:23:34 +00:00
Michael Kerrisk eba722884d s/nonzero/non-zero/ 2008-03-19 13:16:39 +00:00
Michael Kerrisk cf50118f48 Use "run time" when non-attributive, "run-time" when attributive. 2008-03-19 08:46:32 +00:00