EnglishFrenchSpanish

Ad


OnWorks favicon

cset - Online in the Cloud

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

This is the command cset 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


cset - manage cpusets functions in the Linux kernel

SYNOPSIS


cset [--version | --help | --tohex]
cset [help <command> | <command> --help]
cset [cset options] <command> [command options] [args]

DESCRIPTION


Note
In general, you need to have root permissions to run cset. The tool mounts the cpusets
filesystem and manipulates it. Non-root users do not have permission for these
actions.
Cset is a Python application to make using the cpusets facilities in the Linux kernel
easier. The actual included command is called cset and it allows manipulation of cpusets
on the system and provides higher level functions such as implementation and control of a
basic cpu shielding setup.

Typical uses of cset include
Setting up and managing a simple shielded CPU environment
The concept of shielded cpus is that a certain number of cpus are partitioned off on
the system and only processes that are of interest are run on these cpus (i.e., inside
the shield).

For a simple shielded configuration, one typically uses three cpusets: the root set, a
system set and a user set. Cset includes a super command that implements this strategy
and lets you easily manage it. See cset-shield(1) for more details.

Setting up and managing a complex shielding environment
Shielding can be more complex of course where concepts such as priority cpusets and
intersecting cpuset can be used. You can use cset to help manage this type of
shielding as well. You will need to use the cset-set(1) and cset-proc(1) subcommands
directly to do that.

Managing cpusets on the system
The cset subcommand cset-set(1) allows you to create and destroy arbitrary cpusets on
the system and assign arbitrary cpus and memory nodes to them. The cpusets so created
have to follow the Linux kernel cpuset rules. See the cset-set(1) subcommand for more
details.

Managing processes that run on various system cpusets
The cset subcommand cset-proc(1) allows you to manage processes running on various
cpusets created on the system. You can exec new processes in specific cpusets and move
tasks around existing cpusets. See the cset-proc(1) subcommand for more details.

OPTIONS


The following generic option flags are available. Additional options are available
per-command, and documented in the command-specific documentation.

cset --version
Display version information and exits.

cset --help
Prints the synopsis and a list of all commands.

cset --log <filename>
Creates a log file for the current run. All manner of useful information is stored in
this file. This is usually used to debug cset when things don’t go as planned.

cset --machine
Makes cset output information for all operations in a format that is machine readable
(i.e. easy to parse).

cset --tohex <CPUSPEC>
Converts a CPUSPEC (see cset-set(1) for definition) to a hexadecimal number and
outputs it. Useful for setting IRQ stub affinity to a cpuset definition.

CSET COMMANDS


The cset commands are divided into groups, according to the primary purpose of those
commands. Following is a short description of each command. A more detailed description is
available in individual command manpages. Those manpages are named cset-<command>(1). The
first command, help, is especially useful as it prints out a long summary of what a
particular command does.

cset help command
print out a lengthy summary of how the specified subcommand works

cset command --help
print out an extended synopsis of the specified subcommand

cset shield
supercommand to set up and manage basic shielding (see cset-shield(1))

cset set
create, modify and destroy cpusets (see cset-set(1))

cset proc
create and manage processes within cpusets (see cset-proc(1))

PERSISTENT CPUSETS


To create a persistent cpuset setup, i.e. one that survives a reboot, you need to create
the file /etc/init.d/cset. This distribuition of cset includes an example cset init.d file
found in /usr/share/doc/pacakges/cpuset which is called cset.init.d. You will need to
alter the file to your specifications and copy it to be the file /etc/init.d/cset. See the
comments in that file for more details.

Use cset online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad