Accept list of cores/cpu as arg
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 5.1k
- Forks
- 181
- Merge medio
- 30 min
- PR fusionados (30 d)
- 2
Descripción
**Is your feature request related to a problem? Please describe.**
When the system has many CPUs (50+), the default view is overwhelming. Ideally we need to review a subset of the number of the core/cpus like the cpu an specific app is running in a fast way. Modify the conf file or using the ui is not fast.
**Describe the solution you'd like**
Given an argument like `--cpuset 4-7,36-39` to make a visible view (True in the config file) of only those cpus `4,5,6,7,36,37,38,39` and only the cores 3,4 (if single numa)
Thanks
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.