Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
books/developers-handbook/kernelbuild/chapter
|
0% | 15 | 222 | ||||
|
|||||||
books/developers-handbook/introduction/chapter
|
0% | 20 | 432 | ||||
|
|||||||
books/porters-handbook/new-port/chapter
|
0% | 7 | 184 | ||||
|
|||||||
articles/freebsd-update-server/_index
|
0% | 105 | 3,267 | ||||
|
|||||||
articles/contributors/contrib-386bsd
|
0% | 95 | 301 | ||||
|
|||||||
books/porters-handbook/pkg-files/chapter
|
0% | 66 | 1,110 | ||||
|
|||||||
books/porters-handbook/testing/chapter
|
0% | 166 | 3,316 | ||||
|
|||||||
articles/freebsd-questions/_index
|
0% | 100 | 2,991 | ||||
|
|||||||
articles/geom-class/_index
|
0% | 145 | 2,948 | ||||
|
|||||||
books/developers-handbook/sockets/chapter
|
0% | 272 | 6,808 | ||||
|
Translation Information
Project website | docs.freebsd.org/en |
---|---|
Translation process |
|
Translation license | BSD 2-Clause "Simplified" License |
Filemask | documentation/content/*/books/handbook/zfs/_index.po |
Translation file |
Download
documentation/content/tr_TR/books/handbook/zfs/_index.po
|
Commands that modify the pool are recorded. Recorded actions include the creation of datasets, changing properties, or replacement of a disk. This history is useful for reviewing how a pool was created and which user performed a specific action and when. History is not kept in a log file, but is part of the pool itself. The command to review this history is aptly named `zpool history`:
Havuzu değiştiren komutlar kaydedilir. Kayıt işlemleri disk veri oluşturma, değiştirme özellikleri, ya da yedek vardır. Bu tarihi bir havuz nasıl yaratıldığını ve kullanıcı zaman belirli bir eylem yapıldı ve gözden geçirmek için kullanışlıdır. Geçmiş bir günlük dosyasında tutulmaz, ancak havuzun kendisinin bir parçasıdır. Bu tarihi gözden geçirmek için komut müsemma <command>zpool geçmişi</command> oldu :
The output shows `zpool` and `zfs` commands that were executed on the pool along with a timestamp. Only commands that alter the pool in some way are recorded. Commands like `zfs list` are not included. When no pool name is specified, the history of all pools is displayed.
Çıktı, bir zaman damgası ile birlikte havuzda yürütülen <command>zpool</command> ve <command>zfs</command> komutlarını gösterir. Yalnızca havuzu bir şekilde değiştiren komutlar kaydedilir. <command>Zfs listesi</command> gibi komutlar dahil değildir. Havuz adı belirtilmediğinde, tüm havuzların geçmişi görüntülenir.
More details can be shown by adding `-l`. History records are shown in a long format, including information like the name of the user who issued the command and the hostname on which the change was made.
<option>-i</option> eklenerek daha fazla ayrıntı gösterilebilir. Geçmiş kayıtları, komutu veren kullanıcının adı ve değişikliğin yapıldığı ana bilgisayar adı gibi bilgiler de dahil olmak üzere uzun bir biçimde gösterilir.
Both options to `zpool history` can be combined to give the most detailed information possible for any given pool. Pool history provides valuable information when tracking down the actions that were performed or when more detailed output is needed for debugging.
<command>Zpool geçmişine</command> her iki seçenek de, herhangi bir havuz için mümkün olan en ayrıntılı bilgileri vermek için birleştirilebilir. Havuz geçmişi, gerçekleştirilen eylemleri takip ederken veya hata ayıklama için daha ayrıntılı çıktı gerektiğinde değerli bilgiler sağlar.
A built-in monitoring system can display pool I/O statistics in real time. It shows the amount of free and used space on the pool, how many read and write operations are being performed per second, and how much I/O bandwidth is currently being utilized. By default, all pools in the system are monitored and displayed. A pool name can be provided to limit monitoring to just that pool. A basic example:
Yerleşik bir izleme sistemi, havuz <acronym>I/ O</acronym> istatistiklerini gerçek zamanlı olarak görüntüleyebilir. Havuzdaki boş ve kullanılmış alan miktarını, saniyede kaç okuma ve yazma işlemi yapıldığını ve şu anda ne kadar <acronym>I/O</acronym> bant genişliğinin kullanıldığını gösterir. Varsayılan olarak, sistemdeki tüm havuzlar izlenir ve görüntülenir. İzlemeyi sadece o havuza sınırlamak için bir havuz adı sağlanabilir. Temel bir örnek:
513 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
513 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF with gettext extensions | XLIFF 1.1 | XLSX |
430 | Strings needing action, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF with gettext extensions | XLIFF 1.1 | XLSX |
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 513 | 21,136 | 141,792 | ||
Translated | 16% | 83 | 906 | 5,524 | |
Needs editing | 13% | 68 | 4,713 | 28,203 | |
Failing checks | 1% | 9 | 382 | 2,275 |
Last activity
Last change | April 13, 2021, 2:02 p.m. | |||
---|---|---|---|---|
Last author | Anonymous |