If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:taskset

From BoxMatrix


BoxMatrix >> Shell-Commands >> taskset @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

BusyBox-Command

Goto:   GPL-Browser  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

taskset sets or gets CPU affinity.

It can be used to run a command on one or more specified CPU cores.
The default method is to specify the cores to use as a hexadecimal bitmask.

For a quad core CPU this can be 1 / 2 / 4 / 8 for each single core or mixes up to F for all cores.
There's an optional -c parameter to specify the core numers in a comma separated list like -c 1,2,3,4,
but it's mostly not compiled in in FRITZ!OS even if taskset --help lists it, so get used to the bitmask!

Let's benchmark the 4 cores of a Dakota based 7530 fw 7.29:

root@fritz1:/var/mod/root# taskset -p $PPID
pid 19780's current affinity mask: f

root@fritz1:/var/mod/root# taskset 1 dhrystone 10000000
Dhrystone MIPS:  642.4 
root@fritz1:/var/mod/root# taskset 2 dhrystone 10000000
Dhrystone MIPS:  638.1 
root@fritz1:/var/mod/root# taskset 4 dhrystone 10000000
Dhrystone MIPS:  641.7 
root@fritz1:/var/mod/root# taskset 8 dhrystone 10000000
Dhrystone MIPS:  641.7 

root@fritz1:/var/mod/root# taskset F dhrystone 10000000
Dhrystone MIPS:  641.7 

You see, dhrystone measures single core integer performance and does not benefit from multiple cores.

See also the sched_getaffinity(2) and sched_setaffinity(2) man pages. This is what taskset calls.

Excerpt from:   BusyBox manual   >>   taskset command

taskset [-p] [MASK] [PID | PROG [ARGS]]
Set or get CPU affinity
Options:
        -p      Operate on an existing PID

Excerpt from:   BusyBox source   >>   taskset command   -   Last update: 2024-04-23 03:55 GMT.

Usage:
    taskset [-ap] [HEXMASK

Set or get CPU affinity

        -p        Operate on PID
        -a        Operate on all threads
        -c        Affinity is a list, not mask

Example:
$ taskset 0x7 ./dgemm_test&
$ taskset -p 0x1 $!
pid 4790's current affinity mask: 7
pid 4790's new affinity mask: 1
$ taskset 0x7 /bin/sh -c './taskset -p 0x1 $$'
pid 6671's current affinity mask: 1
pid 6671's new affinity mask: 1
$ taskset -p 1
pid 1's current affinity mask: 3

Note that some options may not be compiled in. If Usage: is shown multiple times these are compile options.

GPL-Browser

Daily updated index of all taskset code findings on the GPL-Browser. Last update: 2024-04-23 04:09 GMT.
The Browse column points to the Path containing the respective source code on the gpl.boxmatrix.info service.
The SoC column lists the Chip-Codenames, the Model column lists the nicks of the Box-Models.
The Diff column links the comparison of the AVM Kernel to the pristine original from Kernel.org.
The Download column links the full tarball the respective directory content is extracted from.
The presence of the source does not mean it fits the respective model and architecture. See the Model-Matrix where it's used.

Excerpt from:   BusyBox manual   >>   taskset command   -   Last update: 2009-10-02 09:23 GMT.

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-23 07:28 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Symlink to cmd busybox (bbcmd) 61 6.54 - 7.90 The BusyBox executable itself. Contains the code for all applets. BusyBox
1 dependency for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-23 05:08 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
The path <bb> means the applet could be located in the busybox binary and could be called busybox taskset.
If a path is shown and no <bb> marker, then this is a dead link to a missing applet.

Model Firmware Path Size
FRITZ!Box 3490 (main) 7.27 - 7.30 /usr/bin, <bb> Link
FRITZ!Box 3490 (scrpn) 7.27 - 7.30 /usr/bin, <bb> Link
FRITZ!Box 4040 7.24 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 4050 7.57 /usr/bin, <bb> Link
FRITZ!Box 4060 7.26 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 5490 (main) 7.27 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5490 (scrpn) 7.27 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5491 (main) 7.27 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5491 (scrpn) 7.27 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5530 Fiber (boot) 7.21 - 7.80 /usr/bin, <bb> Link
FRITZ!Box 5530 Fiber (main) 7.21 - 7.80 /usr/bin, <bb> Link
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 5590 Fiber (boot) 7.27 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 5590 Fiber (prx) 7.27 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 5690 Pro (arm) 7.59 - 7.60 /usr/bin, <bb> Link
FRITZ!Box 5690 Pro (rtl) 7.59 /bin Link
FRITZ!Box 6430 Cable (arm) 7.01 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 6430 Cable (atom) 7.01 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 6490 Cable (arm) 7.00 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6490 Cable (atom) 7.00 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6590 Cable (arm) 6.110 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6590 Cable (atom) 6.110 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6820 LTE v1 7.19 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6820 LTE v2 7.19 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6850 LTE 7.21 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 6850 5G 7.24 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 6890 LTE 6.84 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 7430 7.21 - 7.31 /usr/bin, <bb> Link
FRITZ!Box 7490 (main) 7.19 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 7490 (scrpn) 7.19 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 7510 7.30 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 7520 7.21 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /bin, /usr/bin, <bb> Link
FRITZ!Box 7520 v2 (rtl) /bin Link
FRITZ!Box 7530 7.19 - 7.56 /usr/bin, <bb> Link
FRITZ!Box 7530 AX 7.20 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 7560 6.69 - 7.30 /usr/bin, <bb> Link
FRITZ!Box 7580 6.69 - 7.30 /usr/bin, <bb> Link
FRITZ!Box 7581 6.54 - 7.16 /usr/bin, <bb> Link
FRITZ!Box 7582 6.83 - 7.17 /usr/bin, <bb> Link
FRITZ!Box 7583 7.01 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 7583 VDSL 7.19 - 7.31 /usr/bin, <bb> Link
FRITZ!Box 7590 6.83 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 7590 AX 7.19 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 7690 7.59 /usr/bin, <bb> Link
FRITZ!Smart Gateway 7.39 - 7.59 /usr/bin, <bb> Link
FRITZ!Repeater 600 7.21 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 600 v2 7.19 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 1200 7.19 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 1200 AX 7.27 - 7.57 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 1750E 7.29 - 7.32 /usr/bin, <bb> Link
FRITZ!Repeater 2400 7.19 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 3000 7.19 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 3000 AX 7.39 - 7.57 /usr/bin, <bb> Link
FRITZ!Repeater 6000 7.19 - 7.57 /usr/bin, <bb> Link
FRITZ!Powerline 1240 AX 7.51 - 7.57 /usr/bin, <bb> Link
FRITZ!Powerline 1260E 7.21 - 7.57 /usr/bin, <bb> Link
FRITZ!Powerline 1260 7.27 - 7.57 /usr/bin, <bb> Link
61 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-23 07:28 GMT.

Firmware Symbol
0 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.