Browsing Finnish translation

38 of 198 results
38.
<qt>This column shows the IO statistics for each process. The tooltip provides the following information:<br><table><tr><td>Characters Read</td><td>The number of bytes which this task has caused to be read from storage. This is simply the sum of bytes which this process passed to read() and pread(). It includes things like tty IO and it is unaffected by whether or not actual physical disk IO was required (the read might have been satisfied from pagecache).</td></tr><tr><td>Characters Written</td><td>The number of bytes which this task has caused, or shall cause to be written to disk. Similar caveats apply here as with Characters Read.</td></tr><tr><td>Read Syscalls</td><td>The number of read I/O operations, i.e. syscalls like read() and pread().</td></tr><tr><td>Write Syscalls</td><td>The number of write I/O operations, i.e. syscalls like write() and pwrite().</td></tr><tr><td>Actual Bytes Read</td><td>The number of bytes which this process really did cause to be fetched from the storage layer. Done at the submit_bio() level, so it is accurate for block-backed filesystems. This may not give sensible values for NFS and CIFS filesystems.</td></tr><tr><td>Actual Bytes Written</td><td>Attempt to count the number of bytes which this process caused to be sent to the storage layer. This is done at page-dirtying time.</td></table><p>The number in brackets shows the rate at which each value is changing, determined from taking the difference between the previous value and the new value, and dividing by the update interval.<p><i>Technical information: </i>This data is collected from /proc/*/io and is documented further in Documentation/accounting and Documentation/filesystems/proc.txt in the kernel source.
<qt>Tässä sarakkeessa näkyvät kunkin prosessin siirräntätilastot. Työkaluvihjeessä näkyvät seuraavat tiedot:<br /><table><tr><td>Merkkejä luettu</td><td>Tämän tehtävän luetuttama tavumäärä. Tämä on prosessin read()- ja pread()-kutsuille välittämien tavujen summa. Siihen sisältyy päätesiirräntä, eikä siihen vaikuta, vaadittiinko todellista levysiirräntää (pyyntö on voitu täyttää sivuvälimuistista).</td></tr><tr><td>Merkkejä kirjoitettu</td><td>Tämän tehtävän kirjoituttama tavumäärä. Ks. huomautuksia Merkkejä luettu -kohdasta. </td></tr><tr><td>Järjestelmäkutsuja luettu</td><td>Lukusiirräntäkutsujen, esim. read()- ja pread()-järjestelmäkutsujen, määrä.</td></tr><tr><td> Järjestelmäkutsuja kirjoitettu</td><td>Kirjoitus-I/O-kutsujen, esim. write()- ja pwrite()-järjestelmäkutsujen, määrä.</td></tr><tr><td>Todellisia tavuja luettu</td><td>Prosessin todella varastotasolta luetuttamien tavujen määrä. Laskettu submit_bio()-tasolla, joten määrä on tarkka lohkoperustaisille tiedostojärjestelmille. NFS- ja CIFS-tiedostojärjestelmille ei välttämättä anna mielekkäitä arvoja.</td></tr><tr><td>Todellisia tavuja kirjoitettu</td><td> Yrittää laskea prosessin varastotasolle kirjoittamien tavujen määrä.</td></table> <p>Hakasulkeissa oleva numero kertoo nopeuden, jolla arvo muuttuu; luku on laskettu uuden ja edellisen arvon erotuksesta jaettuna virkistysvälillä.<p><i> Teknistä tietoa:</i> Tiedot kerätään /proc/*/io-puusta. Lisätietoa löytyy ytimen lähdekoodin kohdista Documentation/accounting ja Documentation/filesystems/proc.txt.
Translated by Lasse Liehu
Located in ProcessModel.cpp:1024
38 of 198 results

This translation is managed by Ubuntu Finnish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.