How does Nginx determine worker process binding CPU information

how can I check the binding confirmation after I use worker_cpu_affinity to bind CPU?
using worker_processes auto; worker_cpu_affinity auto;, is it best to automatically bind each worker process to each cpu?

Apr.29,2022
Menu