On Tue, 19 Dec 2017, Frederic Weisbecker wrote: > Adding the boot parameter "isolcpus=nohz_offload" will now outsource > these scheduler ticks to the global workqueue so that a housekeeping CPU > handles that tick remotely.
The vmstat processing required per cpu area access. How does that work if the code is running on a remote processor?

