Skip to content

A process executor to experiment with cpuset in multi-tenant systems

Notifications You must be signed in to change notification settings

modal-labs/cpuset-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Executor for Benchmarking

Specify processes to execute, with their configurations in a config.json file. The config specification is:

  • id: name of process
  • threads: number of threads in rayon threadpool
  • cores_requested: scales linearly with Cgroup cpu.weight
  • cpu_affinity: cores to pin the process to

About

A process executor to experiment with cpuset in multi-tenant systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages