KALI/Ubuntu работает в VirtualBox :Драйвер RALINK 5370 USB Wifi не работает

Я считаю, что это разница в том, как вычисляется каждое поле. Для поля topas:

% CPU Utilization

The average processor use of the process over the monitoring interval. The first time a process is shown, this value is the average processor use over the lifetime of the process.

... а поле ps:

%CPU

(u and v flags) The percentage of time the process has used the CPU since the process started. This value is computed by dividing the time the process uses the CPU by the elapsed time of the process. In a multi-processor environment, the value is further divided by the number of available CPUs because several threads in the same process can run on different CPUs at the same time. (Because the time base over which this data is computed varies, the sum of all %CPU fields can exceed 100%.)

Я выделил жирным шрифтом те части описания, которые подчеркивают разницу.

Значение topasCPU% будет колебаться по мере того, как процессы используют больше или меньше процессорного времени, поэтому оно будет показывать использование ЦП за самый последний (предположительно короткий )интервал; значение ps%CPU всегда будет отображаться как среднее значение за время существования процесса.

0
11.06.2020, 05:10
0 ответов

Теги

Похожие вопросы