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

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

82533

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

nice and PORTAGE_NICENESS

Very simply put, the Linux kernel has a (process) scheduler that selects which process to run next in your system. One factor influencing the scheduler's decision about which process to assign CPU time to, is the priority of a process. Processes with a high priority will run before those with a lower priority, and processes with the same priority will take turns in running, one after the other and over again.

Better have a look at it for yourself: Run top from a terminal on your host and pay special attention to the PR and NI columns:

Sample top output

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND 
 8005 root      20   0 85188  33m  57m R  3.3  6.7   8:43.77 X 
 8148 tobias    20  10 25624 2376  24m S  0.3  0.5   0:00.60 xscreensaver 
    1 root      20   0  2476  552 2304 S  0.0  0.1   0:00.31 init 
    2 root      39  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/0 
    3 root      15  -5     0    0    0 S  0.0  0.0   0:00.09 events/0

The PR column indicates the priority level of a process, the value in the NI column displays the so-called nice value of process, which allows you to adjust the priority of a running process. Possible values range from -20 (very high priority), via 0 (standard priority) to 20 (very low priority). In our little example the xscreensaver process has a higher nice value than X, which indicates that X has a higher priority than xscreensaver.

Now, how do we make this work to our advantage when using Portage?

If you keep using your computer while compiling packages you will notice that your box is much less responsive as usal. This is caused by having two "groups" of processes with the same nice priority: your usual running tasks on one side, and emerge (and its child processes) on the other. Now, if you could renice emerge and its children to a higher nice (i.e. lower priority!) value (default is 0), compiling would inevitably take somewhat longer, but you could use your workstation without noticing much difference to its usual performance. That's what the PORTAGE_NICENESS parameter in /etc/make.conf is for:

Code Listing 1: Put this in /etc/make.conf

PORTAGE_NICENESS="15"

You can generally "renice" individual processes from the commandline, (e.g. renice 0 -p 8148 to prioritize xscreensaver in the above example), but this will not work with emerge, as Portage reads the PORTAGE_NICENESS setting from /etc/make.conf once and executes all child processes with the specified nice value.

From http://www.gentoo.org/news/en/gwn/20041101-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2025-12-20
alsa-lib - 1.2.15.1
Ebuild name:

media-libs/alsa-lib-1.2.15.1

Description

Advanced Linux Sound Architecture Library

Added to portage

2025-12-20

alsa-ucm-conf - 1.2.15.1
Ebuild name:

media-libs/alsa-ucm-conf-1.2.15.1

Description

ALSA ucm configuration files

Added to portage

2025-12-20

alsa-utils - 1.2.15.1
Ebuild name:

media-sound/alsa-utils-1.2.15.1

Description

Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)

Added to portage

2025-12-20

amatch - 0.6.0
Ebuild name:

dev-ruby/amatch-0.6.0

Description

Approximate Matching Extension for Ruby

Added to portage

2025-12-20

contracts - 0.17.3
Ebuild name:

dev-ruby/contracts-0.17.3

Description

provides contracts for Ruby

Added to portage

2025-12-20

cryptsetup - 2.8.3
Ebuild name:

sys-fs/cryptsetup-2.8.3

Description

Tool to setup encrypted devices with dm-crypt

Added to portage

2025-12-20

dd-rescue - 1.99.22
Ebuild name:

sys-fs/dd-rescue-1.99.22

Description

Similar to dd but can copy from source with errors

Added to portage

2025-12-20

ena-driver - 2.16.1
Ebuild name:

net-misc/ena-driver-2.16.1

Description

Amazon EC2 Elastic Network Adapter (ENA) kernel driver

Added to portage

2025-12-20

igt-gpu-tools - 2.3
Ebuild name:

x11-apps/igt-gpu-tools-2.3

Description

Intel GPU userland tools

Added to portage

2025-12-20

minitest - 6.0.0
Ebuild name:

dev-ruby/minitest-6.0.0

Description

minitest/unit is a small and fast replacement for ruby's huge and slow test

Added to portage

2025-12-20

minitest-global_expectations - 1.0.2
Ebuild name:

dev-ruby/minitest-global_expectations-1.0.2

Description

Support minitest expectation methods for all objects

Added to portage

2025-12-20

minitest-hooks - 1.5.3
Ebuild name:

dev-ruby/minitest-hooks-1.5.3

Description

Adds around and before_all/after_all/around_all hooks for Minitest

Added to portage

2025-12-20

nushell - 0.109.1
Ebuild name:

app-shells/nushell-0.109.1

Description

A new type of shell, written in Rust

Added to portage

2025-12-20

picard - 3.0_pre20251219
Ebuild name:

media-sound/picard-3.0_pre20251219

Description

Cross-platform music tagger

Added to portage

2025-12-20

rdoc - 7.0.1
Ebuild name:

dev-ruby/rdoc-7.0.1

Description

An extended version of the RDoc library from Ruby 1.8

Added to portage

2025-12-20

rss - 0.3.2
Ebuild name:

dev-ruby/rss-0.3.2

Description

Family of libraries that support various formats of XML feeds

Added to portage

2025-12-20

s390-tools - 2.40.0-r1
Ebuild name:

sys-apps/s390-tools-2.40.0-r1

Description

User space utilities for the zSeries (s390) Linux kernel and device d

Added to portage

2025-12-20

scribus - 1.7.1
Ebuild name:

app-office/scribus-1.7.1

Description

Desktop publishing (DTP) and layout program

Added to portage

2025-12-20

vlc - 3.0.22
Ebuild name:

media-video/vlc-3.0.22

Description

Media player and framework with support for most multimedia files and stream

Added to portage

2025-12-20

xorg-proto - 2025.1
Ebuild name:

x11-base/xorg-proto-2025.1

Description

X.Org combined protocol headers

Added to portage

2025-12-20

zint - 2.16.0
Ebuild name:

media-libs/zint-2.16.0

Description

Barcode encoding library supporting over 50 symbologies

Added to portage

2025-12-20

2025-12-19
awscli - 1.44.3
Ebuild name:

app-admin/awscli-1.44.3

Description

Universal Command Line Environment for AWS

Added to portage

2025-12-19

bacula - 15.0.3-r3
Ebuild name:

app-backup/bacula-15.0.3-r3

Description

Featureful client/server network backup suite

Added to portage

2025-12-19

boto3 - 1.42.13
Ebuild name:

dev-python/boto3-1.42.13

Description

The AWS SDK for Python

Added to portage

2025-12-19

botocore - 1.42.13
Ebuild name:

dev-python/botocore-1.42.13

Description

Low-level, data-driven core of boto 3

Added to portage

2025-12-19

cfn-lint - 1.43.1
Ebuild name:

dev-python/cfn-lint-1.43.1

Description

CloudFormation Linter

Added to portage

2025-12-19

cliff - 4.13.1
Ebuild name:

dev-python/cliff-4.13.1

Description

Command Line Interface Formulation Framework

Added to portage

2025-12-19

debug - 1.11.1
Ebuild name:

dev-ruby/debug-1.11.1

Description

Debugging functionality for Ruby

Added to portage

2025-12-19

deno-bin - 2.6.2
Ebuild name:

dev-lang/deno-bin-2.6.2

Description

Modern runtime for JavaScript and TypeScript

Added to portage

2025-12-19

dist-kernel - 6.12.63
Ebuild name:

virtual/dist-kernel-6.12.63

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-19

dist-kernel - 6.17.13
Ebuild name:

virtual/dist-kernel-6.17.13

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-19

dist-kernel - 6.18.2
Ebuild name:

virtual/dist-kernel-6.18.2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-12-19

docutils - 0.22.4
Ebuild name:

dev-python/docutils-0.22.4

Description

Python Documentation Utilities (reference reStructuredText impl.)

Added to portage

2025-12-19

dropbear - 2025.89
Ebuild name:

net-misc/dropbear-2025.89

Description

Small SSH 2 client/server designed for small memory environments

Added to portage

2025-12-19

e3-core - 22.10.0
Ebuild name:

dev-ada/e3-core-22.10.0

Description

Ease the development of portable automated build systems

Added to portage

2025-12-19

e3-core - 22.8.0
Ebuild name:

dev-ada/e3-core-22.8.0

Description

Ease the development of portable automated build systems

Added to portage

2025-12-19

egl-gbm - 1.1.3_pre20251125
Ebuild name:

gui-libs/egl-gbm-1.1.3_pre20251125

Description

NVIDIA GBM EGL external platform library

Added to portage

2025-12-19

fastfetch - 2.56.1
Ebuild name:

app-misc/fastfetch-2.56.1

Description

Fast neofetch-like system information tool

Added to portage

2025-12-19

firefox - 146.0.1
Ebuild name:

www-client/firefox-146.0.1

Description

Firefox Web Browser

Added to portage

2025-12-19

firefox-bin - 146.0.1
Ebuild name:

www-client/firefox-bin-146.0.1

Description

Firefox Web Browser

Added to portage

2025-12-19

fldigi - 4.2.11
Ebuild name:

media-radio/fldigi-4.2.11

Description

Sound card based multimode software modem for Amateur Radio use

Added to portage

2025-12-19

flrig - 2.0.10
Ebuild name:

media-radio/flrig-2.0.10

Description

Transceiver control program for Amateur Radio use

Added to portage

2025-12-19

gentoo-kernel - 6.12.63
Ebuild name:

sys-kernel/gentoo-kernel-6.12.63

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel - 6.17.13
Ebuild name:

sys-kernel/gentoo-kernel-6.17.13

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel - 6.18.2
Ebuild name:

sys-kernel/gentoo-kernel-6.18.2

Description

Linux kernel built with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel-bin - 6.12.63
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.63

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel-bin - 6.17.13
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.17.13

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-19

gentoo-kernel-bin - 6.18.2
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-12-19

gentoo-sources - 6.12.63
Ebuild name:

sys-kernel/gentoo-sources-6.12.63

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-12-19

gentoo-sources - 6.17.13
Ebuild name:

sys-kernel/gentoo-sources-6.17.13

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-12-19

gentoo-sources - 6.18.2
Ebuild name:

sys-kernel/gentoo-sources-6.18.2

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-12-19

gromacs - 2026_rc
Ebuild name:

sci-chemistry/gromacs-2026_rc

Description

The ultimate molecular dynamics simulation package

Added to portage

2025-12-19

haproxy - 2.8.17
Ebuild name:

net-proxy/haproxy-2.8.17

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-12-19

haproxy - 3.3.1
Ebuild name:

net-proxy/haproxy-3.3.1

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-12-19

linode-cli - 5.65.0
Ebuild name:

app-admin/linode-cli-5.65.0

Description

Official command-line interface for interacting with the Linode API

Added to portage

2025-12-19

maxitest - 6.1.0
Ebuild name:

dev-ruby/maxitest-6.1.0

Description

Minitest + all the features you always wanted

Added to portage

2025-12-19

mkdocs-material - 9.7.1
Ebuild name:

dev-python/mkdocs-material-9.7.1

Description

A Material Design theme for MkDocs

Added to portage

2025-12-19

nvidia-drivers - 580.94.13
Ebuild name:

x11-drivers/nvidia-drivers-580.94.13

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2025-12-19

nvidia-drivers - 590.48.01
Ebuild name:

x11-drivers/nvidia-drivers-590.48.01

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2025-12-19

org-mode - 9.7.39
Ebuild name:

app-emacs/org-mode-9.7.39

Description

An Emacs mode for notes and project planning

Added to portage

2025-12-19

org-mode - 9999
Ebuild name:

app-emacs/org-mode-9999

Description

An Emacs mode for notes and project planning

Added to portage

2025-12-19

phonenumbers - 9.0.21
Ebuild name:

dev-python/phonenumbers-9.0.21

Description

Python port of Google's libphonenumber

Added to portage

2025-12-19

pixi - 0.62.1
Ebuild name:

dev-util/pixi-0.62.1

Description

A package management and workflow tool

Added to portage

2025-12-19

postfix - 3.11_pre20251218
Ebuild name:

mail-mta/postfix-3.11_pre20251218

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2025-12-19

prism - 1.7.0
Ebuild name:

dev-ruby/prism-1.7.0

Description

Prism Ruby parser

Added to portage

2025-12-19

pytest-reserial - 0.6.0
Ebuild name:

dev-python/pytest-reserial-0.6.0

Description

Pytest plugin for recording and replaying serial port traffic duri

Added to portage

2025-12-19

qmidiarp - 0.7.1_p20251217
Ebuild name:

media-sound/qmidiarp-0.7.1_p20251217

Description

Arpeggiator, sequencer and MIDI LFO for ALSA

Added to portage

2025-12-19

ruff - 0.14.10
Ebuild name:

dev-util/ruff-0.14.10

Description

An extremely fast Python linter, written in Rust

Added to portage

2025-12-19

scikit-image - 0.26.0_rc2
Ebuild name:

dev-python/scikit-image-0.26.0_rc2

Description

Image processing routines for SciPy

Added to portage

2025-12-19

soupsieve - 2.8.1
Ebuild name:

dev-python/soupsieve-2.8.1

Description

A modern CSS selector implementation for BeautifulSoup

Added to portage

2025-12-19

tins - 1.49.0
Ebuild name:

dev-ruby/tins-1.49.0

Description

All the stuff that isn't good enough for a real library

Added to portage

2025-12-19

translate-toolkit - 3.17.5
Ebuild name:

dev-python/translate-toolkit-3.17.5

Description

Toolkit to convert between many translation formats

Added to portage

2025-12-19

vanilla-kernel - 6.12.63
Ebuild name:

sys-kernel/vanilla-kernel-6.12.63

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-12-19

vanilla-kernel - 6.17.13
Ebuild name:

sys-kernel/vanilla-kernel-6.17.13

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-12-19

vanilla-kernel - 6.18.2
Ebuild name:

sys-kernel/vanilla-kernel-6.18.2

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-12-19

vanilla-sources - 6.12.63
Ebuild name:

sys-kernel/vanilla-sources-6.12.63

Description

Full sources for the Linux kernel

Added to portage

2025-12-19

vanilla-sources - 6.17.13
Ebuild name:

sys-kernel/vanilla-sources-6.17.13

Description

Full sources for the Linux kernel

Added to portage

2025-12-19

vanilla-sources - 6.18.2
Ebuild name:

sys-kernel/vanilla-sources-6.18.2

Description

Full sources for the Linux kernel

Added to portage

2025-12-19

virtualbox - 7.2.4-r1
Ebuild name:

app-emulation/virtualbox-7.2.4-r1

Description

Family of powerful x86 virtualization products for enterprise and

Added to portage

2025-12-19

voluptuous - 0.16.0
Ebuild name:

dev-python/voluptuous-0.16.0

Description

A Python data validation library

Added to portage

2025-12-19

whenever - 0.9.4
Ebuild name:

dev-python/whenever-0.9.4

Description

Modern datetime library for Python

Added to portage

2025-12-19

xwaylandvideobridge - 0.4.0_p20250215
Ebuild name:

gui-apps/xwaylandvideobridge-0.4.0_p20250215

Description

Screenshare Wayland windows to XWayland apps

Added to portage

2025-12-19

zfs - 2.4.0
Ebuild name:

sys-fs/zfs-2.4.0

Description

Linux kernel module and userland utilities for ZFS

Added to portage

2025-12-19

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 75.4 ms