EnglishFrenchSpanish

OnWorks favicon

taskset - Online in the Cloud

Run taskset in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command taskset that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


taskset - set or retrieve a process's CPU affinity

SYNOPSIS


taskset [options] mask command [argument...]
taskset [options] -p [mask] pid

DESCRIPTION


taskset is used to set or retrieve the CPU affinity of a running process given its pid, or
to launch a new command with a given CPU affinity. 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 practical for performance reasons. Therefore,
forcing a specific CPU affinity 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 corresponding 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


-a, --all-tasks
Set or retrieve the CPU affinity of all the tasks (threads) for a given PID.

-c, --cpu-list numbers
Specify a numerical list of processors instead of a bitmask. The numbers are
separated by commas and may include ranges. For example: 0,5,8-11.

-p, --pid
Operate on an existing PID and do not launch a new task.

-V, --version
Display version information and exit.

-h, --help
Display help text 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 can change the CPU affinity of a process belonging to the same user. A user must
possess CAP_SYS_NICE to change the CPU affinity of a process belonging to another user. A
user can retrieve the affinity mask of any process.

Use taskset online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 2
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 3
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 4
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 5
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 6
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • More »

Linux commands

Ad