vmstat: Cosa sono i tick di cpu utente non piacevoli?


3

Qualcuno sa cosa significa la riga " tick di cpu utente non piacevole " in vmstat -s?

Per esempio:

# vmstat -s
   127180  total memory
    23436  used memory
     9828  active memory
     6744  inactive memory
   103744  free memory
        0  buffer memory
     9172  swap cache
        0  total swap
        0  used swap
        0  free swap
     1572 non-nice user cpu ticks
        0 nice user cpu ticks
     2632 system cpu ticks
     8543 idle cpu ticks
        0 IO-wait cpu ticks
       21 IRQ cpu ticks
        5 softirq cpu ticks
        0 stolen cpu ticks
        0 pages paged in
        0 pages paged out
        0 pages swapped in
        0 pages swapped out
    47872 interrupts
    53183 CPU context switches
   1331129846 boot time
         1010 forks

Risposte:


2

qualsiasi segno di spunta della CPU per processo utente che non era bello sarebbe un modo per cambiare le priorità dei processi http://en.wikipedia.org/wiki/Nice_(Unix) se non usi questo comando per manipolare le priorità che molto probabilmente finire tutte le zecche della CPU dell'utente nella sezione non carina delle statistiche

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.