from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210152

userrating:


May 25th. 2007:
Words

486

Views

259139

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150485

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





proc_pid_oom_score

Section: File Formats (5)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

/proc/pid/oom_score - OO-killer score  

DESCRIPTION

/proc/pid/oom_score (since Linux 2.6.11)
This file displays the current score that the kernel gives to this process for the purpose of selecting a process for the OO-killer. A higher score means that the process is more likely to be selected by the OO-killer. The basis for this score is the amount of memory used by the process, with increases (+) or decreases (-) for factors including:
[bu]
whether the process is privileged (-).
Before Linux 2.6.36 the following factors were also used in the calculation of oom_score:
[bu]
whether the process creates a lot of children using fork(2) (+);
[bu]
whether the process has been running a long time, or has used a lot of CPU time (-);
[bu]
whether the process has a low nice value (i.e., > 0) (+); and
[bu]
whether the process is making direct hardware access (-).
The oom_score also reflects the adjustment specified by the oom_score_adj or oom_adj setting for the process.
 

SEE ALSO

proc(5), proc_pid_oom_score_adj(5)


 

Index

NAME
DESCRIPTION
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.6 ms