Translations by H. İbrahim Güngör

H. İbrahim Güngör has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

147 of 47 results
9.
- Process has finished and is now dead, but the parent process has not cleaned up.
2010-05-22
- Süreç tamamlandı ve şu anda ölmüş durumda ancak ana süreç temizlenmemiş.
24.
The unique Process ID that identifies this process.
2010-05-22
Süreci tanımlayan benzersiz Süreç Kimliği.
25.
The number of bytes read. See What's This for more information.
2010-05-22
Okunan bayt sayısı. Daha fazla bilgi için Bu Nedir'e bakın.
26.
The number of bytes written. See What's This for more information.
2010-05-22
Yazılan bayt sayısı. Daha fazla bilgi için Bu Nedir'e bakın.
27.
<qt><i>Technical information: </i>The kernel process name is a maximum of 8 characters long, so the full command is examined. If the first word in the full command line starts with the process name, the first word of the command line is shown, otherwise the process name is used.
2010-05-22
<qt><i>Teknik Bilgi: </i>Çekirdek süreç ismi azami 8 karakter uzunluğundadı rbu yüzden tam komut incelenir. Eğer ilk kelime sürecin adıyla başlarsa tüm komut satırı gösterilir, diğer halde sürecin adı kullanılır.
28.
<qt>The user who owns this process. If the effective, setuid etc user is different, the user who owns the process will be shown, followed by the effective user. The ToolTip contains the full information. <p><table><tr><td>Login Name/Group</td><td>The username of the Real User/Group who created this process</td></tr><tr><td>Effective User/Group</td><td>The process is running with privileges of the Effective User/Group. This is shown if different from the real user.</td></tr><tr><td>Setuid User/Group</td><td>The saved username of the binary. The process can escalate its Effective User/Group to the Setuid User/Group.</td></tr><tr><td>File System User/Group</td><td>Accesses to the filesystem are checked with the File System User/Group. This is a Linux specific call. See setfsuid(2) for more information.</td></tr></table>
2010-05-22
<qt>Sürecin sahibi olan kullanıcı. Efektif, setuid vs. kullanıcıları farklıysa, sürecin sahibi olan kullanıcıyı takiben efektif kullanıcı görünecektir. Araç ipucu tam bilgiyi içerir. <p><table><tr><td>Giriş Adı/Grubu</td><td>Bu süreci oluşturan Gerçek Kullanıcının/Grubun kullanıcı adı</td></tr><tr><td>Efektif Kullanıcı/Grup</td><td>Süreç Efektif Kullanıcı/Grup yetkileriyle çalışıyor. Bu durum gerçek kullanıcıdan farklıysa gösterilir.</td></tr><tr><td>Setuid Kullanıcı/Grup</td><td>İkili dosyada kayıtlı kullanıcı adı. Süreç Efektif Kullanıcı/Grup bilgilerini aşarak Setuid Kullanıcı/Grup bilgileriyle çalışabilir.</td></tr><tr><td>Dosya Sistemi Kullanıcı/Grubu</td><td>Dosya sistemine erişim Dosya Sistemi Kullanıcı/Grubu kontrolüyle yapılır. Bu işlem Linux'a özgür bir çağrıdır. Daha fazla bilgi için setfsuid(2) bilgisine bakın.</td></tr></table>
29.
<qt>This is the size of allocated address space - not memory, but address space. This value in practice means next to nothing. When a process requests a large memory block from the system but uses only a small part of it, the real usage will be low, VIRT will be high. <p><i>Technical information: </i>This is VmSize in proc/*/status and VIRT in top.
2010-05-22
<qt>Ayrılmış adres uzayı - bellek değil, adres uzayı. Pratikte bu değer neredeyse hiç bir anlam ifade etmemektedir. Bir süreç sistemden büyük bir bellek bloğu isteğinde bulunur ve bunun sadece küçük bir kısmını kullanırsa, gerçek kullanım düşük, VIRT yüksek değer olacaktır. <p><i>Teknik bilgi: </i>Bu bilgi /proc/*/status adresindeki VmSize ve top programındaki VIRT bilgileridir.
31.
The CPU usage of a process and all of its threads.
2010-05-22
Bir sürecin ve tüm parçacıklarının (thread) CPU kullanımı
34.
<qt><i>Technical information: </i>This is from /proc/*/cmdline
2010-05-22
<qt><i>Teknik bilgi: </i>/proc/*/cmdline çıktısından alınmıştır
36.
<qt><i>Technical information: </i>For each X11 window, the X11 property _NET_WM_PID is used to map the window to a PID. If a process' windows are not shown, then that application incorrectly is not setting _NET_WM_PID.
2010-05-22
<qt><i>Teknik bilgi: </i>Her X11 penceresi için, o pencereyi bir PID dosyasını gösterecek şekilde ayarlamak için bir X11 özelliği olan _NET_WM_PID X11kullanılır. If a process' windows are not shown, then that application incorrectly is not setting _NET_WM_PID. Bir sürecin penceresi görünmüyorsa, bu uygulama _NET_WM_PID özelliğini düzgün ayarlamıyor demektir.
37.
<qt><i>Technical information: </i>This is the Process ID. A multi-threaded application is treated a single process, with all threads sharing the same PID. The CPU usage etc will be the total, accumulated, CPU usage of all the threads.
2010-05-22
<qt><i>Teknik bilgi: </i>Süreç ID numarası. Multi-threaded bir uygulama tek süreç vardır ve tüm thread'ler aynı PID kullanırlar. CPU kullanımı, tüm thread'lerin CPU kullanımının toplamı olarak hesaplanır.
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.
2010-05-22
<qt>Bu sütun tüm süreçlerin IO istatistiklerini gösterir. Araç ipucu aşağıdaki bilgiyi gösterir:<br><table><tr><td>Okunan karakterler</td><td>Bu görevin bellekten okuduğu bayt sayısı. Temel olarak sürecin read() ve pread() çağrılarına geçtiğindeki toplam baytlarının toplamıdır.</td></tr><tr><td>Yazılan karakterler</td><td>Bu görevin diske yazdığı bayt sayısı. </td></tr><tr><td>Sistem Okuma Çağrıları</td><td> G/Ç okuma işlemleri sayısı, ör. read() ve pread() sistem çağrıları.</td></tr><tr><td>Sistem Yazma Çağrıları</td><td>G/Ç yazma işlemleri, ör. write() ve pwrite() sistem çağrıları.</td></tr><tr><td>Gerçekte Okunan Bayt</td><td>Bu sürecin gerçekte depolama katmanından okuduğu bayt sayısı. submit_bio() seviyesinde yapılır bu yüzden block-tabanlı dosya sistemlerinde doğru bilgi verir. NFS ve CIFS dosya sistemleri için doğru değer vermeyebilir.</td></tr><tr><td>Gerçekte Yazılan Bayt</td><td>Bu sürecin depolama katmanına yazmaya çalıştığı bayt sayısı. </td></table><p>Parantezler arasında gösterilen sayı, yeni değer ve bir önceki değerin güncellenme aralığına bölünerek elde edilen yenilenme oranını göstermektedir.<p><i>Teknik bilgi: </i>Bu veri /proc/*/io bilgisinden toplanır ve çekirdek kaynak paketinde (kernel source) Documentation/accounting ve Documentation/filesystems/proc.txt belgelerinde detaylı olarak anlatılmaktadır.
63.
<b>Init</b> is the parent of all other processes and cannot be killed.<br/>
2010-05-22
<b>Init</b> süreci diğer tüm süreçlerin bağlı olduğu ana süreçtir ve öldürülemez.<br/>
75.
<br/>Scheduler: %1
2010-05-22
<br/>Planlayıcı: %1
78.
<qt><p style='white-space:pre'>Process status: %1 %2<br />User CPU usage: %3%<br />System CPU usage: %4%
2010-05-22
<qt><p style='white-space:pre'>Süreç durumu: %1 %2<br />Kullanıcı CPU kullanımı: %3%<br />Sistem CPU kullanımı: %4%
90.
Characters read: %1 (%2 KiB/s)<br>Characters written: %3 (%4 KiB/s)<br>Read syscalls: %5 (%6 s⁻¹)<br>Write syscalls: %7 (%8 s⁻¹)<br>Actual bytes read: %9 (%10 KiB/s)<br>Actual bytes written: %11 (%12 KiB/s)
2010-05-22
Okunan karakter: %1 (%2 KiB/s)<br>Yazılan karakter: %3 (%4 KiB/s)<br>Sistem okuma çağrıları: %5 (%6 s⁻¹)<br>Sistem yazma çağrıları: %7 (%8 s⁻¹)<br>Gerçek okunan bayt: %9 (%10 KiB/s)<br>Gerçek yazılan bayt: %11 (%12 KiB/s)
93.
PID
2010-05-22
PID
95.
Niceness
2010-05-22
Öncelik
110.
Jump to Parent Process
2010-05-22
Ana Sürece Geç
114.
End Process
End Processes
2011-07-16
Süreçleri Sonlandır
115.
Forcibly Kill Process
Forcibly Kill Processes
2011-07-16
Süreçleri Zorla Öldür
120.
Terminate (TERM)
2010-05-22
Sonlandır (TERM)
121.
Kill (KILL)
2010-05-22
Öldür (KILL)
124.
Focus on Quick Search
2010-05-22
Hızlı Aramaya Odaklan
128.
Jump to Parent Process (%1)
2010-05-22
Ana Sürece Geç (%1)
132.
Mixed
2011-07-16
Karışık
142.
Displayed Information
2010-05-22
Gösterilen Bilgiler
148.
You do not have the permission to renice the process and there was a problem trying to run as root. Error %1 %2
2010-05-22
Sürecin önceliğini değiştirmek için yetkiniz yok. Ayrıca yönetici olarak çalıştırma denemesinde de bir sorun oluştu. Hata %1 %2
150.
You do not have the permission to change the I/O priority of the process and there was a problem trying to run as root. Error %1 %2
2010-05-22
Sürecin G/Ç önceliğini değiştirmek için yetkiniz yok. Ayrıca yönetici olarak çalıştırma denemesinde de bir sorun oluştu. Hata %1 %2
151.
You do not have the permission to change the CPU Scheduler for the process and there was a problem trying to run as root. Error %1 %2
2010-05-22
Sürecin CPU Planlayıcısını değiştirmek için yetkiniz yok. Ayrıca yönetici olarak çalıştırma denemesinde de bir sorun oluştu. Hata %1 (%2)
153.
You do not have the permission to kill the process and there was a problem trying to run as root. Error %1 %2
2010-05-22
Süreci öldürmek için yetkiniz yok. Ayrıca yönetici olarak çalıştırma denemesinde de bir sorun oluştu. Hata %1 (%2)
159.
Kill
2010-05-22
Öldür
162.
Filter which processes are shown by the text given here. The text can be a partial string match of the Name, Command or Window Title of the process. It can also be a Username or a Process ID number.<p> For example: <table> <tr><th>ksys</th><td>Show processes containing "<b>ksys</b>" in the name, for example the processes "<i>ksysguard</i>" and "<i>ksysguardd</i>".<td></tr> <tr><th>root</th><td>Show processes owned by <b>root</b>. For example <i>init</i></td></tr> <tr><th>1234</th><td>Show the processes with the PID or Parent PID of <b>1234</b>.</td></th></tr> </table>
2010-05-22
Buraya yazılan metne göre gösterilecek süreçleri filtrele. Girilen metin sürecin İsmi, Komutu veya Pencere Başlığının bir parçası olabilir. Kullanıcı adı veya Süreç ID numarası da olabilir.<p> Örneğin: <table> <tr><th>ksys</th><td>İsminde "<b>ksys</b>" geçen süreçleri göster, örneğin "<i>ksysguard</i>" ve "<i>ksysguardd</i>".<td></tr> <tr><th>root</th><td><b>root</b> kullanıcısıyla çalıştırılan süreçleri göstr. Örneğin <i>init</i></td></tr> <tr><th>1234</th><td><b>1234</b> PID veya Ana PID ile çalıştırılan süreçleri göster.</td></th></tr> </table>
164.
<qt>Change which processes are shown, and how they are shown. The processes can be further filtered by using the Quick Search text filter.<p> <table> <tr><td>All Processes</td><td>Show all the processes on the system.</td></tr> <tr><td>All Processes, tree</td><td>Show all the processes on the system, in a hierarchical manner using the parent PID information.</td></tr> <tr><td>System Processes</td><td>Show processes running as root and as a user who cannot login.</td></tr> <tr><td>User Processes</td><td>Show processes running as a non-root user who can login.</td></tr> <tr><td>Own Processes</td><td>Show processes owned by the same user that this process is owned by.</td></tr> <tr><td>Programs Only</td><td>Show processes which are running as a user who can login and are either attached to a TTY or have at least one X11 Window.</td></tr> </table> <p> <i>Technical Information:</i><br> Processes with multiple threads are just shown as a single process, and not treated any differently.<br> Kernel threads are shown as normal processes, but are actually running inside the kernel and are not real processes. As such, many of the fields (such as Username) do not apply.
2010-05-22
<qt>Süreçlerin hangilerinin görüneceğini veya nasıl göründüklerini değiştir. Süreçler Hızlı Arama filtresinde filtrelenebilirler.<p> <table> <tr><td>Tüm Süreçler</td><td>Sistemdeki tüm süreçleri göster.</td></tr> <tr><td>Tüm Süreçler, ağaç yapısında</td><td>Sistemdeki tüm süreçleri ana PID bilgisini kullanarak hiyerarik düzende göster.</td></tr> <tr><td>Sistem Süreçleri</td><td>Oturum açamayan kullanıcıların veya root kullanıcısının süreçlerini göster.</td></tr> <tr><td>Kullanıcı Süreçleri</td><td> Oturum açabilen root-olmayan kullanıcıların süreçlerini göster.</td></tr> <tr><td>Kendi Süreçlerim</td><td>Bu sürecin çalıştırıldığı kullacını bilgisiyle aynı bilgiye sahip süreçleri çalıştır.</td></tr> <tr><td>Sadece Programlar</td><td>Oturum açabilen ve TTY konsola ya da en azından bir X11 Penceresine sahip kulllanıcıların çalıştırdığı süreçleri göster.</td></tr> </table> <p> <i>Teknik bilgi:</i><br> Birden fazla thread çalıştıran süreçler tek süreç olarak görünürler.<br> Kernel thread'leri normal süreç olarak görünürler, fakat aslında kernel içerisinde çalışırlar ve gerçek süreç değillerdir. Bu nedenle, bir çok alan (Kullanıcı adı gibi) bu süreçler için geçerli değildir.
171.
Change scheduling priority for:
2010-05-22
Şunun için planlama önceliğini değiştir:
172.
CPU Scheduler
2010-05-22
CPU Planlayıcı
173.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The standard time-sharing scheduler for processes without special requirements.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Süreç için özel gereksinimleri olmayan standart zaman-paylaşımı planlayıcısı.</p></body></html>
174.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Normal Scheduling: Default Linux time-sharing (Other)</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;">Normal<span style=" font-weight:400;"> is the standard Linux time-sharing scheduler that is intended for all processes that do not require special static priority real-time mechanisms. The process to run is chosen from the list of other</span> Normal<span style=" font-weight:400;"> or </span>Batch<span style=" font-weight:400;"> processes based on a dynamic priority that is determined only inside this list. The dynamic priority is based on the priority level given and increased for each time-quantum the process is ready to run, but denied to run by the scheduler. This ensures fair progress among all Normal processes.</span></p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Normal Planlama: Öntanımlı Linux zaman-paylaşımı (Diğer)</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;">Normal<span style=" font-weight:400;"> is the standard Linux time-sharing scheduler that is intended for all processes that do not require special static priority real-time mechanisms. The process to run is chosen from the list of other</span> Normal<span style=" font-weight:400;"> or </span>Batch<span style=" font-weight:400;"> processes based on a dynamic priority that is determined only inside this list. The dynamic priority is based on the priority level given and increased for each time-quantum the process is ready to run, but denied to run by the scheduler. This ensures fair progress among all Normal processes.</span></p></body></html>
176.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For CPU-intensive non-interactive processes. Process is mildly disfavored in scheduling decisions.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">İşlemci-yoğun etkileşimsiz süreç için. Süreç, planlama kararları verilirken sessizce geriye atılacaktır.</p></body></html>
177.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Batch Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400; font-style:italic;">(Since Linux 2.6.16.)</span><span style=" font-weight:400;"> This policy is similar to </span>Normal<span style=" font-weight:400;">, except that this policy will cause the scheduler to always assume that the process is CPU-intensive. Consequently, the scheduler will apply a small scheduling penalty so that this process is mildly disfavored in scheduling decisions. This policy is useful for workloads that are non-interactive, but do not want to lower their nice value, and for workloads that want a deterministic scheduling policy without interactivity causing extra preemptions (between the workload's tasks).</span></p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Batch Planlama</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400; font-style:italic;">(Since Linux 2.6.16.)</span><span style=" font-weight:400;"> </span>Normal<span style=" font-weight:400;"> politikaya benzer, ancak planlayıcı sürecin CPU yoracak türden olduğunu varsayar. Sonuç olarak bu planlayıcı, küçük bir planlama cezası uygular ve sğreç planlama kararlarında onaylamadan geçemez. </span></p></body></html>
180.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Round Robin Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Round Robin</span> is a simple enhancement of <span style=" font-weight:600;">FIFO</span>. Everything described below for <span style=" font-weight:600;">FIFO</span> also applies to <span style=" font-weight:600;">Round Robin</span>, except that each process is only allowed to run for a maximum time quantum.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Round Robin Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Round Robin</span> is a simple enhancement of <span style=" font-weight:600;">FIFO</span>. Everything described below for <span style=" font-weight:600;">FIFO</span> also applies to <span style=" font-weight:600;">Round Robin</span>, except that each process is only allowed to run for a maximum time quantum.</p></body></html>
183.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">First In-First Out Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">When a <span style=" font-weight:600;">FIFO</span> process becomes runnable, it will always immediately preempt any currently running <span style=" font-weight:600;">Normal</span> or <span style=" font-weight:600;">Batch</span> process.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">First In-First Out Planlama</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bir <span style=" font-weight:600;">FIFO</span> süreci çalışmaya başladığında, daima çalışan <span style=" font-weight:600;">Normal</span> veya <span style=" font-weight:600;">Batch</span> süreçlerin çalışmasını önler.</p></body></html>
185.
I/O Scheduler
2010-05-22
G/Ç Planlayıcı
187.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Normal Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This is the same as <span style=" font-weight:600;">Best Effort</span> scheduling, except that the priority is calculated automatically based on the CPU priority. Processes with a higher priority will take priority for access to the hard disk. Programs running at the same <span style=" font-weight:600;">Best Effort/Normal</span> priority are served in a <span style=" font-weight:600;">Round Robin</span> fashion.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Normal Planlama</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">En İyi Başarım</span> planlamayla aynıdır, yalnızca öncelik, CPU önceliğine göre otomatik olarak oluşturulur. Yüksek öncelikli bir süreç hard diske erişimde daha yüksek önceliğe sahiptir. Aynı <span style=" font-weight:600;">En İyi Başarım/Normal</span> önceliğinde çalışan programlar <span style=" font-weight:600;">Round Robin</span> şeklinde önceliklendirilirler.</p></body></html>
189.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Idle Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A program running with <span style=" font-weight:600;">Idle</span> I/O priority will only get disk time when no other program has asked for disk I/O for a defined grace period. The impact of <span style=" font-weight:600;">Idle</span> I/O processes on normal system activity should be zero. Priority is not applicable to this scheduling class.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Idle Planlama</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Idle</span> G/Ç önceliği ile çalışan bir program yalnızca diğer programlar belirli bir zaman aralığında disk erişimi isteğinde bulunmamışsa diske erişebilir. Normal bir sistemde <span style=" font-weight:600;">Idle</span> G/Ç süreçlerin etkisi sıfır olmalıdır. Bu planlama sınıfında öncelik uygulanabilir değildir.</p></body></html>
192.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Best Effort Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Processes with a higher priority will take priority for access to the hard disk. Programs running at the same <span style=" font-weight:600;">Best Effort/Normal</span> priority are served in a <span style=" font-weight:600;">Round Robin</span> fashion.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">En İyi Başarım Planlaması</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Yüksek önceliğe sahip süreçler sabit diske de erişmek için bu önceliği alırlar. Aynı <span style=" font-weight:600;">En İyi Başarım/Normal</span> önceliğinde çalışan uygulamalaraöncelikler <span style=" font-weight:600;">Round Robin</span> tarzında sunulur.</p></body></html>
195.
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Real Time Scheduling</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The <span style=" font-weight:600;">Real Time</span> scheduling class is given first access to the disk, regardless of what else is going on in the system. Thus the <span style=" font-weight:600;">Real Time</span> class needs to be used with some care, as it can starve other processes. As with the <span style=" font-weight:600;">Best Effort</span> class, 8 priority levels are defined denoting how big a time slice a given process will receive on each scheduling window.</p></body></html>
2010-05-22
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Gerçek Zamanlı Planlama</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Gerçek Zamanlı</span> planlama sınıfında sistemde ne olup bittiğine bakılmaksızın disk erişimine öncelik verilir. Bu nedenle <span style=" font-weight:600;">Gerçek Zamanlı</span> sınıfı diğer süreçlerin kaynak kullanımını kısacağından dikkatli kullanılmalıdır. <span style=" font-weight:600;">En İyi Başarım</span> sınıfında olduğu gibi, her planlama penceresinde bir sürecin ne kadar büyük bir zaman payı alacağını belirten 8 öncelik seviyesi tanımlanmıştır.</p></body></html>