Skip to content

config: enable hostapd_cli and mpstat

Janusz Dziedzic requested to merge config_enable_hostapd_cli_mpstat into devel

For opensource iopsys-ramips we will use hostapd_cli from libwifi.

Enable mpstat to get correct picture of CPU/cores usage for platforms with more than one CPU.

After that we have output like:

root@iopsys:~# mpstat -P ALL 2 Linux 4.14.171 (iopsys) 06/18/20 mips (4 CPU)

CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle all 0.50 0.00 0.75 0.00 0.00 0.50 0.00 0.00 0.00 98.26 0 1.00 0.00 1.00 0.00 0.00 0.50 0.00 0.00 0.00 97.51 1 0.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.51 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 3 0.50 0.00 1.00 0.00 0.00 1.49 0.00 0.00 0.00 97.01

Signed-off-by: Janusz Dziedzic janusz.dziedzic@iopsys.eu

Merge request reports