Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 11:27:54 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Taskset en anglais

TASKSET(1) Linux User's Manual TASKSET(1)
 
NAME


taskset - retrieve or set a process's CPU affinity
 
SYNOPSIS


taskset [options] mask command [arg]... taskset [options] -p [mask] pid
 
DESCRIPTION


taskset is used to set or retrieve the CPU affinity of a running pro- cess given its PID or to launch a new COMMAND with a given CPU affin- ity. CPU affinity is a scheduler property that "bonds" a process to a given set of CPUs on the system. The Linux scheduler will honor the given CPU affinity and the process will not run on any other CPUs. Note that the Linux scheduler also supports natural CPU affinity: the scheduler attempts to keep processes on the same CPU as long as practi- cal for performance reasons. Therefore, forcing a specific CPU affin- ity is useful only in certain applications. The CPU affinity is represented as a bitmask, with the lowest order bit corresponding to the first logical CPU and the highest order bit corre- sponding to the last logical CPU. Not all CPUs may exist on a given system but a mask may specify more CPUs than are present. A retrieved mask will reflect only the bits that correspond to CPUs physically on the system. If an invalid mask is given (i.e., one that corresponds to no valid CPUs on the current system) an error is returned. The masks are typically given in hexadecimal. For example, 0x00000001 is processor #0 0x00000003 is processors #0 and #1 0xFFFFFFFF is all processors (#0 through #31) When taskset returns, it is guaranteed that the given program has been scheduled to a legal CPU.
 
OPTIONS


-p, --pid operate on an existing PID and not launch a new task -c, --cpu-list specify a numerical list of processors instead of a bitmask. The list may contain multiple items, separated by comma, and ranges. For example, 0,5,7,9-11. -h, --help display usage information and exit -V, --version output version information and exit
 
USAGE


The default behavior is to run a new command with a given affinity mask: taskset mask command [arguments] You can also retrieve the CPU affinity of an existing task: taskset -p pid Or set it: taskset -p mask pid
 
PERMISSIONS


A user must possess CAP_SYS_NICE to change the CPU affinity of a pro- cess. Any user can retrieve the affinity mask.
 
AUTHOR


Written by Robert M. Love.
 
COPYRIGHT


Copyright (C) 2004 Robert M. Love This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
SEE ALSO


chrt(1), nice(1), renice(1), sched_setaffinity(2), sched_getaffinity(2) See sched_setscheduler(2) for a description of the Linux scheduling scheme.
 
AVAILABILITY


The taskset command is part of the util-linux-ng package and is avail- able from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. schedutils Apr 2003 TASKSET(1)


 Dernières recherches
Man  en anglais Man taskset en anglaisMan  en français Man taskset en français
Man  en anglais Man tan en anglaisMan  en français Man tan en français
Man  en anglais Man talk en anglaisMan  en français Man talk en français
Man  en anglais Man tac en anglaisMan  en français Man tac en français
Man  en anglais Man tabs en anglaisMan  en français Man tabs en français
Man  en anglais Man sysv_signal en anglaisMan  en français Man sysv_signal en français
Man  en anglais Man sysinfo en anglaisMan  en français Man sysinfo en français
Man  en anglais Man sysfs en anglaisMan  en français Man sysfs en français
Man  en anglais Man syscalls en anglaisMan  en français Man syscalls en français
Man  en anglais Man sync_file_range en anglaisMan  en français Man sync_file_range en français
Man  en anglais Man symlinkat en anglaisMan  en français Man symlinkat en français
Man  en anglais Man mailcap en anglaisMan  en français Man mailcap en français
Man  en anglais Man symlink en anglaisMan  en français Man symlink en français
Man  en anglais Man swapcontext en anglaisMan  en français Man swapcontext en français
Man  en anglais Man swab en anglaisMan  en français Man swab en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher