8000 GitHub - NanXiao/taskset: Bond process with dedicated CPUs on DragonFly BSD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NanXiao/taskset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskset

This program is inspired by taskset from Linux, and is used to bond process with dedicated CPUs on DragonFly BSD.

Usage

// Bond running process with CPU list:
# taskset -c cpu_list -p pid
// Execute command bonding with CPU list:
# taskset -c cpu_list command argument ...
// Query running process's bonding CPU list:
# taskset -p pid

Example

# taskset -c 0,2-4 -p 37224
# taskset -c 0,2-4 ./test_thread
# taskset -p 37224

Compile and run

# git clone https://github.com/NanXiao/taskset.git
# cd taskset
# mkdir build
# cd build
# cmake ..
# make

About

Bond process with dedicated CPUs on DragonFly BSD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0