diff options
Diffstat (limited to 'po/pt_BR/man5/slabinfo.5.po')
-rw-r--r-- | po/pt_BR/man5/slabinfo.5.po | 563 |
1 files changed, 563 insertions, 0 deletions
diff --git a/po/pt_BR/man5/slabinfo.5.po b/po/pt_BR/man5/slabinfo.5.po new file mode 100644 index 00000000..5b670b91 --- /dev/null +++ b/po/pt_BR/man5/slabinfo.5.po @@ -0,0 +1,563 @@ +# Brazilian Portuguese translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Fernando Boaglio <boaglio@netscape.net>, 2001. +# André Luiz Fassone <lonely_wolf@ig.com.br>, 2001. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"PO-Revision-Date: 2001-05-31 17:26+0200\n" +"Last-Translator: André Luiz Fassone <lonely_wolf@ig.com.br>\n" +"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." +"org>\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 20.04.1\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "slabinfo" +msgstr "slabinfo" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 outubro 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "slabinfo - kernel slab allocator statistics" +msgstr "slabinfo - estatísticas refinadas de alocação do kernel" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cat /proc/slabinfo>\n" +msgstr "B<cat /proc/slabinfo>\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIÇÃO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Frequently used objects in the Linux kernel (buffer heads, inodes, " +#| "dentries, etc) have their own cache. The file I</proc/slabinfo> gives " +#| "statistics. For example" +msgid "" +"Frequently used objects in the Linux kernel (buffer heads, inodes, dentries, " +"etc.) have their own cache. The file I</proc/slabinfo> gives statistics on " +"these caches. The following (edited) output shows an example of the " +"contents of this file:" +msgstr "" +"Geralmente os objetos usados no kernel do linux (buffer heads, inodes, " +"dentries, etc) tem o seu próprio cache. O arquivo I</proc/slabinfo> informa " +"essas informações estatísticas. Por exemplo:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"$ B<sudo cat /proc/slabinfo>\n" +"slabinfo - version: 2.1\n" +"# name E<lt>active_objsE<gt> E<lt>num_objsE<gt> E<lt>objsizeE<gt> E<lt>objperslabE<gt> E<lt>pagesperslabE<gt> ...\n" +"sigqueue 100 100 160 25 1 : tunables 0 0 0 : slabdata 4 4 0\n" +"sighand_cache 355 405 2112 15 8 : tunables 0 0 0 : slabdata 27 27 0\n" +"kmalloc-8192 96 96 8192 4 8 : tunables 0 0 0 : slabdata 24 24 0\n" +"\\&...\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The first line of output includes a version number, which allows an " +"application that is reading the file to handle changes in the file format. " +"(See VERSIONS, below.) The next line lists the names of the columns in the " +"remaining lines." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each of the remaining lines displays information about a specified cache. " +"Following the cache name, the output shown in each line shows three " +"components for each cache:" +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\[bu]" +msgstr "\\[bu]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "statistics" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "tunables" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "slabdata" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The statistics are as follows:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<active_objs>" +msgstr "I<active_objs>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The number of objects that are currently active (i.e., in use)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<num_objs>" +msgstr "I<num_objs>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The total number of allocated objects (i.e., objects that are both in use " +"and not in use)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<objsize>" +msgstr "I<objsize>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The size of objects in this slab, in bytes." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<objperslab>" +msgstr "I<objperslab>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The number of objects stored in each slab." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<pagesperslab>" +msgstr "I<pagesperslab>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The number of pages allocated for each slab." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<tunables> entries in each line show tunable parameters for the " +"corresponding cache. When using the default SLUB allocator, there are no " +"tunables, the I</proc/slabinfo> file is not writable, and the value 0 is " +"shown in these fields. When using the older SLAB allocator, the tunables " +"for a particular cache can be set by writing lines of the following form to " +"I</proc/slabinfo>:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "# B<echo \\[aq]name limit batchcount sharedfactor\\[aq] E<gt> /proc/slabinfo>\n" +msgstr "# B<echo \\[aq]name limit batchcount sharedfactor\\[aq] E<gt> /proc/slabinfo>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Here, I<name> is the cache name, and I<limit>, I<batchcount>, and " +"I<sharedfactor> are integers defining new values for the corresponding " +"tunables. The I<limit> value should be a positive value, I<batchcount> " +"should be a positive value that is less than or equal to I<limit>, and " +"I<sharedfactor> should be nonnegative. If any of the specified values is " +"invalid, the cache settings are left unchanged." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The I<tunables> entries in each line contain the following fields:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<limit>" +msgstr "I<limit>" + +#. https://lwn.net/Articles/56360/ +#. This is the limit on the number of free objects that can be stored +#. in the per-CPU free list for this slab cache. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of objects that will be cached." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<batchcount>" +msgstr "I<batchcount>" + +#. https://lwn.net/Articles/56360/ +#. On SMP systems, when we refill the available object list, instead +#. of doing one object at a time, we do batch-count objects at a time. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On SMP systems, this specifies the number of objects to transfer at one time " +"when refilling the available object list." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<sharedfactor>" +msgstr "I<sharedfactor>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "[To be documented]" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The I<slabdata> entries in each line contain the following fields:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<active_slabs>" +msgstr "I<active_slabs>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The number of active slabs." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<nums_slabs>" +msgstr "I<nums_slabs>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The total number of slabs." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<sharedavail>" +msgstr "I<sharedavail>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that because of object alignment and slab cache overhead, objects are " +"not normally packed tightly into pages. Pages with even one in-use object " +"are considered in-use and cannot be freed." +msgstr "" +"Note que pelo alinhamento dos objetos e as linhas do cache 'overhead' não " +"são normalmente comprimidas em páginas. As páginas com pelo menos um objeto " +"são consideradas em uso e não podem ser liberadas." + +#. SMP systems will also have "(SMP)" in the first line of +#. output, and will have two additional columns for each slab, +#. reporting the slab allocation policy for the CPU-local +#. cache (to reduce the need for inter-CPU synchronization +#. when allocating objects from the cache). +#. The first column is the per-CPU limit: the maximum number of objects that +#. will be cached for each CPU. +#. The second column is the +#. batchcount: the maximum number of free objects in the +#. global cache that will be transferred to the per-CPU cache +#. if it is empty, or the number of objects to be returned +#. to the global cache if the per-CPU cache is full. +#. If both slab cache statistics and SMP are defined, there +#. will be four additional columns, reporting the per-CPU +#. cache statistics. +#. The first two are the per-CPU cache +#. allocation hit and miss counts: the number of times an +#. object was or was not available in the per-CPU cache +#. for allocation. +#. The next two are the per-CPU cache free +#. hit and miss counts: the number of times a freed object +#. could or could not fit within the per-CPU cache limit, +#. before flushing objects to the global cache. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Kernels compiled with slab cache statistics will also have " +#| "\"(statistics)\" in the first line of output, and will have 5 additional " +#| "columns, namely: the high water mark of active objects, the number of " +#| "times objects have been allocated, the number of times the cache has " +#| "grown (new pages added to this cache), the number of times the cache has " +#| "been reaped (unused pages removed from this cache), and the number of " +#| "times there was an error allocating new pages to this cache. If slab " +#| "cache statistics are not enabled for this kernel, these columns will not " +#| "be shown." +msgid "" +"Kernels configured with B<CONFIG_DEBUG_SLAB> will also have additional " +"statistics fields in each line, and the first line of the file will contain " +"the string \"(statistics)\". The statistics field include : the high water " +"mark of active objects; the number of times objects have been allocated; the " +"number of times the cache has grown (new pages added to this cache); the " +"number of times the cache has been reaped (unused pages removed from this " +"cache); and the number of times there was an error allocating new pages to " +"this cache." +msgstr "" +"Os kernels compilados com as linhas de estatísticas de cache também terão 5 " +"'(estatísticas)' na saída da primeira linha, e terão 5 colunas adicionais, " +"sendo respectivamente: a maior marca d'água dos objetos ativos, o número de " +"vezes que o objeto foi alocado, o número de vezes que o cache cresceu (nas " +"novas páginas adicionadas para esse cache), o número de vezes que o cache " +"foi coletado (as páginas que não estão em uso que foram removidas do cache), " +"e o número de erros de tentativas de alocação de novas páginas a esse cache." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSÕES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I</proc/slabinfo> file first appeared in Linux 2.1.23. The file is " +"versioned, and over time there have been a number of versions with different " +"layouts:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.0" +msgstr "1.0" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Present throughout the Linux 2.2.x kernel series." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.1" +msgstr "1.1" + +#. First appeared in Linux 2.4.0-test3 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Present in the Linux 2.4.x kernel series." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.2" +msgstr "1.2" + +#. from Linux 2.5.45 to Linux 2.5.70 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A format that was briefly present in the Linux 2.5 development series." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2.0" +msgstr "2.0" + +#. First appeared in Linux 2.5.71 +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Present in Linux 2.6.x kernels up to and including Linux 2.6.9." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2.1" +msgstr "2.1" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The current format, which first appeared in Linux 2.6.10." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "NOTAS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Only root can read and (if the kernel was configured with B<CONFIG_SLAB>) " +"write the I</proc/slabinfo> file." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The total amount of memory allocated to the SLAB/SLUB cache is shown in the " +"I<Slab> field of I</proc/meminfo>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VEJA TAMBÉM" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<slabtop>(1)" +msgstr "B<slabtop>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The kernel source file I<Documentation/vm/slub.txt> and I<tools/vm/slabinfo." +"c>." +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-05" +msgstr "5 fevereiro 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |