procps/po-man/pl.po

9870 lines
267 KiB
Plaintext
Raw Normal View History

# Polish translation of procps-ng man.
# Copyright (C) 2014 Free Software Foundation, Inc.
# This file is distributed under the same license as the procps-ng package.
# Przemek Borys <pborys@dione.ids.pl>, 1999.
# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2002.
# Robert Luberda <robert@debian.org>, 2004, 2013, 2014, 2017.
# Jakub Bogusz <qboosh@pld-linux.org>, 2014-2021.
#
msgid ""
msgstr ""
"Project-Id-Version: procps-ng-man 3.3.17rc1\n"
2021-02-15 16:07:56 +05:30
"Report-Msgid-Bugs-To: Procps list <procps@freelists.org>\n"
2022-10-20 15:26:17 +05:30
"POT-Creation-Date: 2022-10-20 20:49+1100\n"
"PO-Revision-Date: 2021-02-17 08:02+0100\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2021-02-15 16:07:56 +05:30
"X-Bugs: Report translation errors to the Language-Team address.\n"
#. type: TH
#: ../man/free.1:5
#, no-wrap
msgid "FREE"
msgstr "FREE"
#. type: TH
#: ../man/free.1:5
#, fuzzy, no-wrap
2022-10-16 14:36:14 +05:30
#| msgid "2020-06-04"
msgid "2022-06-25"
2022-10-16 14:36:14 +05:30
msgstr "2020-06-04"
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:5
#, no-wrap
msgid "procps-ng"
msgstr "procps-ng"
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:5
#, no-wrap
msgid "User Commands"
msgstr "Polecenia użytkownika"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:6
#, no-wrap
msgid "NAME"
msgstr "NAZWA"
#. type: Plain text
#: ../man/free.1:8
msgid "free - Display amount of free and used memory in the system"
msgstr "free - wyświetlanie ilości wolnej i użytej pamięci w systemie"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:8
#, no-wrap
msgid "SYNOPSIS"
msgstr "SKŁADNIA"
#. type: Plain text
#: ../man/free.1:11
msgid "B<free> [I<options>]"
msgstr "B<free> [I<opcje>]"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:11
#, no-wrap
msgid "DESCRIPTION"
msgstr "OPIS"
#. type: Plain text
#: ../man/free.1:17
2021-02-15 16:07:56 +05:30
msgid ""
"B<free> displays the total amount of free and used physical and swap memory "
"in the system, as well as the buffers and caches used by the kernel. The "
"information is gathered by parsing /proc/meminfo. The displayed columns are:"
msgstr ""
"B<free> wyświetla całkowitą ilość wolnej i użytej pamięci fizycznej oraz "
"pamięci wymiany w systemie, a także rozmiary buforów i pamięci podręcznych "
"używanych przez jądro. Informacje są zbierane poprzez analizę /proc/meminfo. "
"Wyświetlane kolumny to:"
#. type: TP
#: ../man/free.1:17
#, no-wrap
msgid "B<total>"
msgstr "B<razem>"
#. type: Plain text
#: ../man/free.1:20
msgid "Total installed memory (MemTotal and SwapTotal in /proc/meminfo)"
2021-02-15 16:07:56 +05:30
msgstr ""
"Całkowita zainstalowana pamięć (MemTotal oraz SwapTotal w /proc/meminfo)"
#. type: TP
#: ../man/free.1:20
#, no-wrap
msgid "B<used>"
msgstr "B<użyte>"
#. type: Plain text
#: ../man/free.1:23
#, fuzzy
#| msgid ""
#| "Used memory (calculated as B<total> - B<free> - B<buffers> - B<cache>)"
msgid "Used or unavailable memory (calculated as B<total> - B<available>)"
2021-02-15 16:07:56 +05:30
msgstr ""
"Pamięć użyta (liczona jako B<razem> - B<wolne> - B<bufory> -B<w cache>)"
#. type: TP
#: ../man/free.1:23
#, no-wrap
msgid "B<free>"
msgstr "B<wolne>"
#. type: Plain text
#: ../man/free.1:26
msgid "Unused memory (MemFree and SwapFree in /proc/meminfo)"
msgstr "Pamięć nie używana (MemFree oraz SwapFree w /proc/meminfo)"
#. type: TP
#: ../man/free.1:26
#, no-wrap
msgid "B<shared>"
msgstr "B<dzielone>"
#. type: Plain text
#: ../man/free.1:29
2021-02-15 16:07:56 +05:30
msgid "Memory used (mostly) by tmpfs (Shmem in /proc/meminfo)"
msgstr "Pamięć używana (głównie) przez tmpfs (Shmem w /proc/meminfo)"
#. type: TP
#: ../man/free.1:29
#, no-wrap
msgid "B<buffers>"
msgstr "B<bufory>"
#. type: Plain text
#: ../man/free.1:32
msgid "Memory used by kernel buffers (Buffers in /proc/meminfo)"
msgstr "Pamięć używana przez bufory jądra (Buffers w /proc/meminfo)"
#. type: TP
#: ../man/free.1:32
#, no-wrap
msgid "B<cache>"
msgstr "B<w cache>"
#. type: Plain text
#: ../man/free.1:35
2021-02-15 16:07:56 +05:30
msgid ""
"Memory used by the page cache and slabs (Cached and SReclaimable in /proc/"
"meminfo)"
msgstr ""
"Pamięć używana przez cache stron oraz płyty (Cached i SReclaimable w /proc/"
"meminfo)"
#. type: TP
#: ../man/free.1:35
#, no-wrap
msgid "B<buff/cache>"
msgstr "B<buf/cache>"
#. type: Plain text
#: ../man/free.1:38
msgid "Sum of B<buffers> and B<cache>"
msgstr "Suma B<buforów> i B<w cache>"
#. type: TP
#: ../man/free.1:38
#, no-wrap
msgid "B<available>"
msgstr "B<dostępne>"
#. type: Plain text
#: ../man/free.1:47
2021-02-15 16:07:56 +05:30
msgid ""
"Estimation of how much memory is available for starting new applications, "
"without swapping. Unlike the data provided by the B<cache> or B<free> "
"fields, this field takes into account page cache and also that not all "
"reclaimable memory slabs will be reclaimed due to items being in use "
"(MemAvailable in /proc/meminfo, available on kernels 3.14, emulated on "
"kernels 2.6.27+, otherwise the same as B<free>)"
msgstr ""
"Przybliżenie, jak dużo pamięci jest dostępne do uruchamiania nowych "
"aplikacji bez swapowania. W przeciwieństwie do danych udostępnianych w "
"polach B<w cache> czy B<wolne>, to pole bierze pod uwagę cache stron oraz "
"to, że nie wszystkie płyty pamięci podlegające reklamacji zostaną zwrócone "
"(MemAvailable w /proc/meminfo, dostępne w jądrach 3.14, emulowane w jądrach "
"2.6.27+, w innych przypadkach - to samo, co B<wolne>)"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:47
#, no-wrap
msgid "OPTIONS"
msgstr "OPCJE"
#. type: TP
#: ../man/free.1:48
#, no-wrap
msgid "B<-b>, B<--bytes>"
msgstr "B<-b>, B<--bytes>"
#. type: Plain text
#: ../man/free.1:51
msgid "Display the amount of memory in bytes."
msgstr "Wyświetlanie ilości pamięci w bajtach."
#. type: TP
#: ../man/free.1:51
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<-k>, B<--kibi>"
msgstr "B<-k>, B<--kibi>"
#. type: Plain text
#: ../man/free.1:54
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in kibibytes. This is the default."
msgstr "Wyświetlanie ilości pamięci w kibibajtach (zachowanie domyślne)."
#. type: TP
#: ../man/free.1:54
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<-m>, B<--mebi>"
msgstr "B<-m>, B<--mebi>"
#. type: Plain text
#: ../man/free.1:57
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in mebibytes."
msgstr "Wyświetlanie ilości pamięci w mebibajtach."
#. type: TP
#: ../man/free.1:57
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<-g>, B<--gibi>"
msgstr "B<-g>, B<--gibi>"
#. type: Plain text
#: ../man/free.1:60
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in gibibytes."
msgstr "Wyświetlanie ilości pamięci w gibibajtach."
#. type: TP
#: ../man/free.1:60
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<--tebi>"
msgstr "B<--tebi>"
#. type: Plain text
#: ../man/free.1:63
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in tebibytes."
msgstr "Wyświetlanie ilości pamięci w tebibajtach."
#. type: TP
#: ../man/free.1:63
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<--pebi>"
msgstr "B<--pebi>"
#. type: Plain text
#: ../man/free.1:66
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in pebibytes."
msgstr "Wyświetlanie ilości pamięci w pebibajtach."
#. type: TP
#: ../man/free.1:66
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "B<--kilo>"
msgstr "B<--kilo>"
#. type: Plain text
#: ../man/free.1:69
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in kilobytes. Implies --si."
msgstr "Wyświetlanie ilości pamięci w kilobajtach. Włącza --si."
#. type: TP
#: ../man/free.1:69
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "B<--mega>"
msgstr "B<--mega>"
#. type: Plain text
#: ../man/free.1:72
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in megabytes. Implies --si."
msgstr "Wyświetlanie ilości pamięci w megabajtach. Włącza --si."
#. type: TP
#: ../man/free.1:72
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "B<--giga>"
msgstr "B<--giga>"
#. type: Plain text
#: ../man/free.1:75
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in gigabytes. Implies --si."
msgstr "Wyświetlanie ilości pamięci w gigabajtach. Włącza --si."
#. type: TP
#: ../man/free.1:75
#, no-wrap
msgid "B<--tera>"
msgstr "B<--tera>"
#. type: Plain text
#: ../man/free.1:78
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in terabytes. Implies --si."
msgstr "Wyświetlanie ilości pamięci w terabajtach. Włącza --si."
#. type: TP
#: ../man/free.1:78
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<--peta>"
msgstr "B<--peta>"
#. type: Plain text
#: ../man/free.1:81
2021-02-15 16:07:56 +05:30
msgid "Display the amount of memory in petabytes. Implies --si."
msgstr "Wyświetlanie ilości pamięci w petabajtach. Włącza --si."
#. type: TP
#: ../man/free.1:81
#, no-wrap
msgid "B<-h>, B<--human>"
msgstr "B<-h>, B<--human>"
#. type: Plain text
#: ../man/free.1:85
2021-02-15 16:07:56 +05:30
msgid ""
"Show all output fields automatically scaled to shortest three digit unit and "
"display the units of print out. Following units are used."
msgstr ""
"Wyświetlanie wszystkich pól wyjściowych automatycznie przeskalowanych do "
"najkrótszej trzycyfrowej jednostki wraz z użytą jednostką. Używane są "
"następujące jednostki:"
#. type: Plain text
#: ../man/free.1:93
#, no-wrap
msgid ""
" B = bytes\n"
2021-02-15 16:07:56 +05:30
" Ki = kibibyte\n"
" Mi = mebibyte\n"
" Gi = gibibyte\n"
" Ti = tebibyte\n"
" Pi = pebibyte\n"
msgstr ""
" B = bajty\n"
2021-02-15 16:07:56 +05:30
" Ki = kibibajty\n"
" Mi = mebibajty\n"
" Gi = gibibajty\n"
" Ti = tebibajty\n"
" Pi = pebibajty\n"
#. type: Plain text
#: ../man/free.1:97
2021-02-15 16:07:56 +05:30
msgid ""
"If unit is missing, and you have exbibyte of RAM or swap, the number is in "
"tebibytes and columns might not be aligned with header."
msgstr ""
"Jeśli brak jednostki, a w systemie jest eksbibajt RAM-u lub obszaru wymiany, "
"liczba będzie w tebibajtach, a kolumny mogą nie być wyrównane z nagłówkiem."
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/free.1:97
#, no-wrap
msgid "B<-w>, B<--wide>"
msgstr "B<-w>, B<--wide>"
#. type: Plain text
#: ../man/free.1:102
2021-02-15 16:07:56 +05:30
msgid ""
"Switch to the wide mode. The wide mode produces lines longer than 80 "
"characters. In this mode B<buffers> and B<cache> are reported in two "
"separate columns."
msgstr ""
"Przełączenie w tryb szeroki, z liniami przekraczającymi 80 znaków. W tym "
"trybie B<bufory> oraz B<w cache> są wypisywane w dwóch osobnych kolumnach."
#. type: TP
#: ../man/free.1:102
#, no-wrap
msgid "B<-c>, B<--count> I<count>"
msgstr "B<-c>, B<--count> I<liczba>"
#. type: Plain text
#: ../man/free.1:109
msgid "Display the result I<count> times. Requires the B<-s> option."
msgstr "Wyświetlenie wyniku podaną I<liczbę> razy. Wymaga opcji B<-s>."
#. type: TP
#: ../man/free.1:109
#, no-wrap
msgid "B<-l>, B<--lohi>"
msgstr "B<-l>, B<--lohi>"
#. type: Plain text
#: ../man/free.1:112
msgid "Show detailed low and high memory statistics."
msgstr "Wyświetlanie szczegółowych statystyk niskiej i wysokiej pamięci."
#. type: TP
#: ../man/free.1:112
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "B<-s>, B<--seconds> I<delay>"
msgstr "B<-s>, B<--seconds> I<opóźnienie>"
#. type: Plain text
#: ../man/free.1:119
2021-02-15 16:07:56 +05:30
msgid ""
"Continuously display the result I<delay> seconds apart. You may actually "
"specify any floating point number for I<delay> using either . or , for "
"decimal point. B<usleep>(3) is used for microsecond resolution delay times."
msgstr ""
"Stałe wyświetlanie wyników co podane I<opóźnienie> w sekundach. Można podać "
"dowolną liczbę zmiennoprzecinkową, obsługiwane są opóźnienia z dokładnością "
"do mikrosekundy dzięki użyciu funkcji B<usleep>(3)."
#. type: TP
#: ../man/free.1:119
#, no-wrap
msgid "B<--si>"
msgstr "B<--si>"
#. type: Plain text
#: ../man/free.1:123
2021-02-15 16:07:56 +05:30
msgid ""
"Use kilo, mega, giga etc (power of 1000) instead of kibi, mebi, gibi (power "
"of 1024)."
msgstr ""
"Użycie kilo, mega, giga itp. (potęg 1000) zamiast kibi, mebi, gibi (potęg "
"1024)."
#. type: TP
#: ../man/free.1:123
#, no-wrap
msgid "B<-t>, B<--total>"
msgstr "B<-t>, B<--total>"
#. type: Plain text
#: ../man/free.1:126
msgid "Display a line showing the column totals."
msgstr "Wyświetlanie linii pokazującej podsumowanie kolumn."
#. type: TP
#: ../man/free.1:126
#, fuzzy, no-wrap
#| msgid "B<-c>, B<--count>"
msgid "B<-v>, B<--committed>"
msgstr "B<-c>, B<--count>"
#. type: Plain text
#: ../man/free.1:131
msgid ""
"Display a line showing the memory commit limit and amount of committed/"
"uncommitted memory. The B<total> column on this line will display the memory "
"commit limit. This line is relevant if memory overcommit is disabled."
msgstr ""
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/free.1:131
#, no-wrap
msgid "B<--help>"
msgstr "B<--help>"
#. type: Plain text
#: ../man/free.1:134
msgid "Print help."
msgstr "Wyświetlenie opisu."
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/free.1:134
#, no-wrap
msgid "B<-V>, B<--version>"
msgstr "B<-V>, B<--version>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/free.1:137
msgid "Display version information."
msgstr "Wyświetlenie informacji o wersji."
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:138
#, no-wrap
msgid "FILES"
msgstr "PLIKI"
#. type: TP
#: ../man/free.1:139
#, no-wrap
msgid "/proc/meminfo"
msgstr "/proc/meminfo"
#. type: Plain text
#: ../man/free.1:142
msgid "memory information"
msgstr "informacje dotyczące pamięci"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:143
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "BUGS"
msgstr "BŁĘDY"
#. type: Plain text
#: ../man/free.1:146
2021-02-15 16:07:56 +05:30
msgid ""
"The value for the B<shared> column is not available from kernels before "
"2.6.32 and is displayed as zero."
msgstr ""
"Wartość kolumny B<dzielone> nie jest dostępna w jądrach starszych niż 2.6.32 "
"- wtedy wyświetlane jest zero."
2021-02-15 16:07:56 +05:30
#. type: TP
#: ../man/free.1:146
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "Please send bug reports to"
msgstr "Zgłoszenia błędów prosimy wysyłać na adres"
#. type: Plain text
#: ../man/free.1:150
2021-02-15 16:07:56 +05:30
msgid "E<.UR procps@freelists.org> E<.UE>"
msgstr "E<.UR procps@freelists.org> E<.UE>"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/free.1:150
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "SEE ALSO"
msgstr "ZOBACZ TAKŻE"
2022-10-20 15:26:17 +05:30
#. Copyright 2000 Kjetil Torgrim Homme
#. 2017-2020 Craig Small
#. This program is free software; you can redistribute it and/or modify
#. it under the terms of the GNU General Public License as published by
#. the Free Software Foundation; either version 2 of the License, or
#. (at your option) any later version.
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:10
2021-02-15 16:07:56 +05:30
msgid "B<ps>(1), B<slabtop>(1), B<top>(1), B<vmstat>(8)."
msgstr "B<ps>(1), B<slabtop>(1), B<top>(1), B<vmstat>(8)."
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:10
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "PGREP"
msgstr "PGREP"
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:10
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "2022-08-31"
2022-10-16 14:36:14 +05:30
msgstr ""
#. type: TH
#: ../man/pgrep.1:10
2022-10-20 15:26:17 +05:30
#, fuzzy, no-wrap
#| msgid "procps-ng"
msgid "procps-ng "
msgstr "procps-ng"
#. type: TH
#: ../man/pgrep.1:10
2022-10-20 15:26:17 +05:30
#, fuzzy, no-wrap
#| msgid "User Commands"
msgid "User Commands "
msgstr "Polecenia użytkownika"
#. type: SH
#: ../man/pgrep.1:11
#, fuzzy, no-wrap
#| msgid "NAME"
msgid "NAME "
msgstr "NAZWA"
#. type: Plain text
#: ../man/pgrep.1:13
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "pgrep, pkill, pwait - look up, signal, or wait for processes based on "
#| "name and other attributes"
2021-02-15 16:07:56 +05:30
msgid ""
"pgrep, pkill, pidwait - look up, signal, or wait for processes based on name "
2021-02-15 16:07:56 +05:30
"and other attributes"
msgstr ""
"pgrep, pkill, pwait - wyszukiwanie, wysyłanie sygnałów lub oczekiwanie na "
"procesy na podstawie nazwy i innych atrybutów"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:13
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
#. type: Plain text
#: ../man/pgrep.1:16
msgid "B<pgrep> [options] pattern"
msgstr "B<pgrep> [opcje] wzorzec"
#. type: Plain text
#: ../man/pgrep.1:19
msgid "B<pkill> [options] pattern"
msgstr "B<pkill> [opcje] wzorzec"
#. type: Plain text
#: ../man/pgrep.1:22
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid "B<pwait> [options] pattern"
msgid "B<pidwait> [options] pattern"
msgstr "B<pwait> [opcje] wzorzec"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:22
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
2021-02-15 16:07:56 +05:30
#. type: Plain text
#: ../man/pgrep.1:27
2021-02-15 16:07:56 +05:30
msgid ""
"B<pgrep> looks through the currently running processes and lists the process "
"IDs which match the selection criteria to stdout. All the criteria have to "
"match. For example,"
msgstr ""
"B<pgrep> przeszukuje aktualnie działające procesy i wypisuje na standardowym "
"wyjściu identyfikatory procesów, które pasują do wybranych kryteriów. "
"Wszystkie kryteria muszą pasować. Na przykład:"
#. type: Plain text
#: ../man/pgrep.1:29
msgid "$ pgrep -u root sshd"
msgstr "$ pgrep -u root sshd"
#. type: Plain text
#: ../man/pgrep.1:35
2021-02-15 16:07:56 +05:30
msgid ""
"will only list the processes called B<sshd> AND owned by B<root>. On the "
"other hand,"
msgstr ""
"wypisze tylko listę procesów o nazwie B<sshd> ORAZ będących własnością "
"B<roota>. Z drugiej strony:"
#. type: Plain text
#: ../man/pgrep.1:37
msgid "$ pgrep -u root,daemon"
msgstr "$ pgrep -u root,daemon"
#. type: Plain text
#: ../man/pgrep.1:42
msgid "will list the processes owned by B<root> OR B<daemon>."
msgstr "wypisze procesy, których właścicielem jest B<root> LUB B<daemon>."
#. type: Plain text
#: ../man/pgrep.1:47
2021-02-15 16:07:56 +05:30
msgid ""
"B<pkill> will send the specified signal (by default B<SIGTERM>) to each "
"process instead of listing them on stdout."
msgstr ""
"B<pkill> zamiast wypisywania procesów wyśle do każdego podany sygnał "
"(domyślnie B<SIGTERM>)."
#. type: Plain text
#: ../man/pgrep.1:50
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "B<pwait> will wait for each process instead of listing them on stdout."
msgid ""
"B<pidwait> will wait for each process instead of listing them on stdout."
msgstr "B<pwait> zamiast wypisywania procesów oczekuje na nie."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:50
#, fuzzy, no-wrap
#| msgid "OPTIONS"
msgid "OPTIONS "
msgstr "OPCJE"
#. type: TP
#: ../man/pgrep.1:51
#, no-wrap
msgid "B<->I<signal>"
msgstr "B<->I<sygnał>"
#. type: TQ
#: ../man/pgrep.1:53
#, no-wrap
msgid "B<--signal> I<signal>"
msgstr "B<--signal> I<sygnał>"
#. type: Plain text
#: ../man/pgrep.1:59
2021-02-15 16:07:56 +05:30
msgid ""
"Defines the signal to send to each matched process. Either the numeric or "
"the symbolic signal name can be used. (B<pkill> only.)"
msgstr ""
"Określenie sygnału, jaki ma być wysłany do wszystkich pasujących procesów. "
"Może być numerem lub nazwą sygnału. (tylko B<pkill>)"
#. type: TP
#: ../man/pgrep.1:59
#, no-wrap
msgid "B<-c>, B<--count>"
msgstr "B<-c>, B<--count>"
#. type: Plain text
#: ../man/pgrep.1:66
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "Suppress normal output; instead print a count of matching processes. "
#| "When count does not match anything, e.g. returns zero, the command will "
#| "return non-zero value. Note that for pkill and pwait, the count is the "
#| "number of matching processes, not the processes that were successfully "
#| "signaled or waited for."
2021-02-15 16:07:56 +05:30
msgid ""
"Suppress normal output; instead print a count of matching processes. When "
"count does not match anything, e.g. returns zero, the command will return "
"non-zero value. Note that for pkill and pidwait, the count is the number of "
2021-02-15 16:07:56 +05:30
"matching processes, not the processes that were successfully signaled or "
"waited for."
msgstr ""
"Pominięcie zwykłego wyjścia; zamiast niego wypisanie liczby pasujących "
"procesów. Jeśli nic nie zostanie policzone (np. liczba będzie zerem), "
"polecenie zwróci wartość niezerową. Uwaga: w przypadku pkill i pwait "
"zwracana wartość to liczba pasujących procesów, a nie procesów, do których "
"udało się dostarczyć sygnał lub zaczekać na zakończenie."
#. type: TP
#: ../man/pgrep.1:66
#, no-wrap
msgid "B<-d>, B<--delimiter> I<delimiter>"
msgstr "B<-d>, B<--delimiter> I<separator>"
#. type: Plain text
#: ../man/pgrep.1:72
2021-02-15 16:07:56 +05:30
msgid ""
"Sets the string used to delimit each process ID in the output (by default a "
"newline). (B<pgrep> only.)"
msgstr ""
"Ustawienie łańcucha oddzielającego identyfikatory procesów na wyjściu "
"(domyślnie nowa linia). (tylko B<pgrep>)"
#. type: TP
#: ../man/pgrep.1:72
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "B<-e>, B<--echo>"
msgstr "B<-e>, B<--echo>"
2021-02-15 16:07:56 +05:30
#. type: Plain text
#: ../man/pgrep.1:77
2021-02-15 16:07:56 +05:30
msgid "Display name and PID of the process being killed. (B<pkill> only.)"
msgstr ""
"Wyświetlanie nazw oraz identyfikatorów zabijanych procesów (tylko B<pkill>)."
#. type: TP
#: ../man/pgrep.1:77
#, no-wrap
msgid "B<-f>, B<--full>"
msgstr "B<-f>, B<--full>"
#. type: Plain text
#: ../man/pgrep.1:84
2021-02-15 16:07:56 +05:30
msgid ""
"The I<pattern> is normally only matched against the process name. When B<-"
"f> is set, the full command line is used."
msgstr ""
"I<wzorzec> normalnie jest dopasowywany tylko do nazwy procesu. Z ustawioną "
"opcją B<-f>, wykorzystywana jest cała linia poleceń."
#. type: TP
#: ../man/pgrep.1:84
#, no-wrap
msgid "B<-g>, B<--pgroup> I<pgrp>,..."
msgstr "B<-g>, B<--pgroup> I<pgrp>,..."
#. type: Plain text
#: ../man/pgrep.1:93
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "Only match processes in the process group IDs listed. Process group 0 is "
#| "translated into B<pgrep>'s, B<pkill>'s, or B<pwait>'s own process group."
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes in the process group IDs listed. Process group 0 is "
"translated into B<pgrep>'s, B<pkill>'s, or B<pidwait>'s own process group."
2021-02-15 16:07:56 +05:30
msgstr ""
"Dopasowanie tylko do procesów z grup o podanych identyfikatorach. Grupa "
"procesów 0 jest tłumaczona na własną grupę procesów polecenia B<pgrep>, "
"B<pkill> lub B<pwait>."
#. type: TP
#: ../man/pgrep.1:93
#, no-wrap
msgid "B<-G>, B<--group> I<gid>,..."
msgstr "B<-G>, B<--group> I<gid>,..."
#. type: Plain text
#: ../man/pgrep.1:97
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes whose real group ID is listed. Either the numerical or "
"symbolical value may be used."
msgstr ""
"Dopasowanie tylko do procesów o podanych identyfikatorach grup "
"rzeczywistych. Można użyć wartości liczbowych lub symbolicznych."
#. type: TP
#: ../man/pgrep.1:97
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<-i>, B<--ignore-case>"
msgstr "B<-e>, B<--ignore-case>"
#. type: Plain text
#: ../man/pgrep.1:100
2021-02-15 16:07:56 +05:30
msgid "Match processes case-insensitively."
msgstr "Dopasowywanie procesów bez rozróżniania wielkości liter."
#. type: TP
#: ../man/pgrep.1:100
#, no-wrap
msgid "B<-l>, B<--list-name>"
msgstr "B<-l>, B<--list-name>"
#. type: Plain text
#: ../man/pgrep.1:105
msgid "List the process name as well as the process ID. (B<pgrep> only.)"
msgstr "Wypisanie nazw oraz identyfikatorów procesów. (tylko B<pgrep>)"
#. type: TP
#: ../man/pgrep.1:105
#, no-wrap
msgid "B<-a>, B<--list-full>"
msgstr "B<-a>, B<--list-full>"
#. type: Plain text
#: ../man/pgrep.1:110
msgid "List the full command line as well as the process ID. (B<pgrep> only.)"
2021-02-15 16:07:56 +05:30
msgstr ""
"Wypisanie pełnych linii poleceń oraz identyfikatorów procesów. (tylko "
"B<pgrep>)"
#. type: TP
#: ../man/pgrep.1:110
#, no-wrap
msgid "B<-n>, B<--newest>"
msgstr "B<-n>, B<--newest>"
#. type: Plain text
#: ../man/pgrep.1:113
2021-02-15 16:07:56 +05:30
msgid ""
"Select only the newest (most recently started) of the matching processes."
msgstr ""
"Wybór tylko najnowszych (najpóźniej uruchomionych) spośród pasujących "
"procesów."
#. type: TP
#: ../man/pgrep.1:113
#, no-wrap
msgid "B<-o>, B<--oldest>"
msgstr "B<-o>, B<--oldest>"
#. type: Plain text
#: ../man/pgrep.1:116
2021-02-15 16:07:56 +05:30
msgid ""
"Select only the oldest (least recently started) of the matching processes."
msgstr ""
"Wybór tylko najstarszych (najwcześniej uruchomionych) spośród pasujących "
"procesów."
#. type: TP
#: ../man/pgrep.1:116
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid "B<-O>, B<--older> I<secs>"
msgstr "B<-O>, B<--older> I<sekundy>"
2021-02-15 16:07:56 +05:30
#. type: Plain text
#: ../man/pgrep.1:119
2021-02-15 16:07:56 +05:30
msgid "Select processes older than secs."
msgstr "Wybór procesów starszych niż podana liczba sekund."
#. type: TP
#: ../man/pgrep.1:119
#, no-wrap
msgid "B<-P>, B<--parent> I<ppid>,..."
msgstr "B<-P>, B<--parent> I<ppid>,..."
#. type: Plain text
#: ../man/pgrep.1:122
msgid "Only match processes whose parent process ID is listed."
2021-02-15 16:07:56 +05:30
msgstr ""
"Dopasowanie tylko do procesów o wymienionych identyfikatorach procesów "
"rodziców."
#. type: TP
#: ../man/pgrep.1:122
#, no-wrap
msgid "B<-s>, B<--session> I<sid>,..."
msgstr "B<-s>, B<--session> I<sid>,..."
#. type: Plain text
#: ../man/pgrep.1:131
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "Only match processes whose process session ID is listed. Session ID 0 is "
#| "translated into B<pgrep>'s, B<pkill>'s, or B<pwait>'s own session ID."
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes whose process session ID is listed. Session ID 0 is "
"translated into B<pgrep>'s, B<pkill>'s, or B<pidwait>'s own session ID."
2021-02-15 16:07:56 +05:30
msgstr ""
"Dopasowanie tylko do procesów o wymienionych identyfikatorach sesji "
"procesów. Identyfikator sesji 0 jest tłumaczony na własny procesu B<pgrep>, "
"B<pkill> lub B<pwait>."
#. type: TP
#: ../man/pgrep.1:131
#, no-wrap
msgid "B<-t>, B<--terminal> I<term>,..."
msgstr "B<-t>, B<--terminal> I<term>,..."
#. type: Plain text
#: ../man/pgrep.1:135
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes whose controlling terminal is listed. The terminal "
"name should be specified without the \"/dev/\" prefix."
msgstr ""
"Dopasowanie tylko do procesów o wymienionych terminalach sterujących. Nazwa "
"terminala powinna być podana bez przedrostka \"/dev/\"."
#. type: TP
#: ../man/pgrep.1:135
#, no-wrap
msgid "B<-u>, B<--euid> I<euid>,..."
msgstr "B<-u>, B<--euid> I<euid>,..."
#. type: Plain text
#: ../man/pgrep.1:139
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes whose effective user ID is listed. Either the "
"numerical or symbolical value may be used."
msgstr ""
"Dopasowanie tylko do procesów o wymienionych identyfikatorach użytkowników "
"efektywnych. Można użyć wartości liczbowych lub symbolicznych."
#. type: TP
#: ../man/pgrep.1:139
#, no-wrap
msgid "B<-U>, B<--uid> I<uid>,..."
msgstr "B<-U>, B<--uid> I<uid>,..."
#. type: Plain text
#: ../man/pgrep.1:143
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes whose real user ID is listed. Either the numerical or "
"symbolical value may be used."
msgstr ""
"Dopasowanie tylko do procesów o wymienionych identyfikatorach użytkowników "
"rzeczywistych. Można użyć wartości liczbowych lub symbolicznych."
#. type: TP
#: ../man/pgrep.1:143
#, no-wrap
msgid "B<-v>, B<--inverse>"
msgstr "B<-v>, B<--inverse>"
#. type: Plain text
#: ../man/pgrep.1:152
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "Negates the matching. This option is usually used in B<pgrep>'s or "
#| "B<pwait>'s context. In B<pkill>'s context the short option is disabled "
#| "to avoid accidental usage of the option."
2021-02-15 16:07:56 +05:30
msgid ""
"Negates the matching. This option is usually used in B<pgrep>'s or "
"B<pidwait>'s context. In B<pkill>'s context the short option is disabled to "
2021-02-15 16:07:56 +05:30
"avoid accidental usage of the option."
msgstr ""
"Negacja dopasowania. Zwykle używana w kontekście programu B<pgrep> lub "
"B<pwait>. W kontekście B<pkill> krótka opcja jest wyłączona, aby zapobiec "
"przypadkowemu użyciu."
#. type: TP
#: ../man/pgrep.1:152
#, no-wrap
msgid "B<-w>, B<--lightweight>"
msgstr "B<-w>, B<--lightweight>"
#. type: Plain text
#: ../man/pgrep.1:161
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "Shows all thread ids instead of pids in B<pgrep>'s or B<pwait>'s "
#| "context. In B<pkill>'s context this option is disabled."
2021-02-15 16:07:56 +05:30
msgid ""
"Shows all thread ids instead of pids in B<pgrep>'s or B<pidwait>'s context. "
2021-02-15 16:07:56 +05:30
"In B<pkill>'s context this option is disabled."
msgstr ""
"Wyświetlenie wszystkich identyfikatorów wątków zamiast pidów w kontekście "
"programu B<pgrep> lub B<pwait>. W kontekście B<pkill> ta opcja jest "
"wyłączona."
#. type: TP
#: ../man/pgrep.1:161
#, no-wrap
msgid "B<-x>, B<--exact>"
msgstr "B<-x>, B<--exact>"
#. type: Plain text
#: ../man/pgrep.1:167
2021-02-15 16:07:56 +05:30
msgid ""
"Only match processes whose names (or command lines if B<-f> is specified) "
"B<exactly> match the I<pattern>."
msgstr ""
"Dopasowanie tylko do procesów, których nazwy (lub linie poleceń, jeśli "
"podano opcję B<-f>) pasują B<dokładnie> do I<wzorca>."
#. type: TP
#: ../man/pgrep.1:167
#, no-wrap
msgid "B<-F>, B<--pidfile> I<file>"
msgstr "B<-F>, B<--pidfile> I<plik>"
#. type: Plain text
#: ../man/pgrep.1:173
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "Read I<PID>s from I<file>. This option is more useful for "
#| "B<pkill>orB<pwait> than B<pgrep>."
2021-02-15 16:07:56 +05:30
msgid ""
"Read I<PID>s from I<file>. This option is more useful for "
"B<pkill>orB<pidwait> than B<pgrep>."
2021-02-15 16:07:56 +05:30
msgstr ""
"Odczyt I<PID>ów z I<pliku>. Ta opcja jest bardziej przydatna dla programu "
"B<pkill> lub B<pwait> niż B<pgrep>."
#. type: TP
#: ../man/pgrep.1:173
#, no-wrap
msgid "B<-L>, B<--logpidfile>"
msgstr "B<-L>, B<--logpidfile>"
#. type: Plain text
#: ../man/pgrep.1:176
2021-02-15 16:07:56 +05:30
msgid "Fail if pidfile (see B<-F>) not locked."
msgstr "Niepowodzenie, jeśli plik PID (p. opcja B<-F>) nie jest zablokowany."
#. type: TP
#: ../man/pgrep.1:176
2021-02-15 16:07:56 +05:30
#, no-wrap
msgid "B<-r>, B<--runstates> I<D,R,S,Z,>..."
msgstr "B<-r>, B<--runstates> I<D,R,S,Z,>..."
#. type: Plain text
#: ../man/pgrep.1:179
2021-02-15 16:07:56 +05:30
msgid "Match only processes which match the process state."
msgstr "Dopasowanie tylko do procesów o pasującym stanie."
#. type: TP
#: ../man/pgrep.1:179
#, fuzzy, no-wrap
#| msgid "B<-i>, B<--ignore-case>"
msgid "B<-A>, B<--ignore-ancestors>"
msgstr "B<-e>, B<--ignore-case>"
#. type: Plain text
#: ../man/pgrep.1:189
msgid ""
"Ignore all ancestors of B<pgrep>, B<pkill>, or B<pidwait>. For example, "
"this can be useful when elevating with B<sudo> or similar tools."
msgstr ""
#. type: TP
#: ../man/pgrep.1:189
#, fuzzy, no-wrap
#| msgid "B<--nslist >I<name>B<,...>"
msgid "B<--cgroup >I<name>B<,...>"
msgstr "B<--nslist >I<nazwa>B<,...>"
#. type: Plain text
#: ../man/pgrep.1:193
msgid "Match on provided control group (cgroup) v2 name. See B<cgroups>(8)"
msgstr ""
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:193
#, no-wrap
msgid "B<--ns >I<pid>"
msgstr "B<--ns >I<pid>"
#. type: Plain text
#: ../man/pgrep.1:198
2021-02-15 16:07:56 +05:30
msgid ""
"Match processes that belong to the same namespaces. Required to run as root "
"to match processes from other users. See B<--nslist> for how to limit which "
"namespaces to match."
msgstr ""
"Dopasowanie do procesów należących do tych samych przestrzeni nazw. Wymagane "
"w przypadku uruchamiania przez roota, aby dopasować do procesów innych "
"użytkowników. Więcej o ograniczaniu dopasowywanych przestrzeni nazw przy "
"opcji B<--nslist>."
#. type: TP
#: ../man/pgrep.1:198
#, no-wrap
msgid "B<--nslist >I<name>B<,...>"
msgstr "B<--nslist >I<nazwa>B<,...>"
#. type: Plain text
#: ../man/pgrep.1:202
2021-02-15 16:07:56 +05:30
msgid ""
"Match only the provided namespaces. Available namespaces: ipc, mnt, net, "
"pid, user,uts."
msgstr ""
"Dopasowanie tylko do podanych przestrzeni nazw. Dostępne przestrzenie: ipc, "
"mnt, net, pid, user, uts."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pgrep.1:202
#, no-wrap
msgid "B<-q>, B<--queue >I<value>"
msgstr "B<-q>, B<--queue >I<wartość>"
#. type: Plain text
#: ../man/pgrep.1:214
msgid ""
"Use B<sigqueue(3)> rather than B<kill(2)> and the value argument is used to "
"specify an integer to be sent with the signal. If the receiving process has "
"installed a handler for this signal using the SA_SIGINFO flag to "
"B<sigaction(2)> , then it can obtain this data via the si_value field of the "
"siginfo_t structure."
msgstr ""
"Użycie B<sigqueue(3)> zamiast B<kill(2)>, a argument będący wartością "
"określa liczbę całkowitą do wysłania wraz z sygnałem. Jeśli proces "
"odbierający ma zainstalowaną procedurę obsługi dla tego sygnału przy użyciu "
"flagi SA_SIGINFO wywołania B<sigaction(2)>, może następnie odebrać te dane w "
"poli si_value struktury siginfo_t."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pgrep.1:214
#, fuzzy, no-wrap
#| msgid "B<-V>, B<--version>"
msgid "B<-V>, B<--version> "
msgstr "B<-V>, B<--version>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:217
msgid "Display version information and exit."
msgstr "Wyświetlenie informacji o wersji i zakończenie."
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:217
#, no-wrap
msgid "B<-h>, B<--help>"
msgstr "B<-h>, B<--help>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:220
msgid "Display help and exit."
msgstr "Wyświetlenie opisu i zakończenie."
#. type: SH
#: ../man/pgrep.1:221
#, no-wrap
msgid "OPERANDS"
msgstr "ARGUMENTY"
#. type: TP
#: ../man/pgrep.1:222
#, no-wrap
msgid "I<pattern>"
msgstr "I<wzorzec>"
#. type: Plain text
#: ../man/pgrep.1:226
2021-02-15 16:07:56 +05:30
msgid ""
"Specifies an Extended Regular Expression for matching against the process "
"names or command lines."
msgstr ""
"Określenie rozszerzonego wyrażenia regularnego do dopasowania nazwy procesu "
"lub linii poleceń."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:226
#, no-wrap
msgid "EXAMPLES"
msgstr "PRZYKŁADY"
#. type: Plain text
#: ../man/pgrep.1:230
msgid "Example 1: Find the process ID of the B<named> daemon:"
msgstr "Przykład 1: znalezienie identyfikatora procesu demona B<named>:"
#. type: Plain text
#: ../man/pgrep.1:232
msgid "$ pgrep -u root named"
msgstr "$ pgrep -u root named"
#. type: Plain text
#: ../man/pgrep.1:236
msgid "Example 2: Make B<syslog> reread its configuration file:"
2021-02-15 16:07:56 +05:30
msgstr ""
"Przykład 2: wymuszenie ponownego odczytu pliku konfiguracyjnego przez "
"program B<syslog>:"
#. type: Plain text
#: ../man/pgrep.1:238
msgid "$ pkill -HUP syslogd"
msgstr "$ pkill -HUP syslogd"
#. type: Plain text
#: ../man/pgrep.1:242
msgid "Example 3: Give detailed information on all B<xterm> processes:"
2021-02-15 16:07:56 +05:30
msgstr ""
"Przykład 3: podanie szczegółowych informacji o wszystkich procesach B<xterm>:"
#. type: Plain text
#: ../man/pgrep.1:244
msgid "$ ps -fp $(pgrep -d, -x xterm)"
msgstr "$ ps -fp $(pgrep -d, -x xterm)"
#. type: Plain text
#: ../man/pgrep.1:248
2021-02-15 16:07:56 +05:30
msgid "Example 4: Make all B<chrome> processes run nicer:"
msgstr "Przykład 4: zwiększenie nice wszystkich procesów B<chrome>:"
#. type: Plain text
#: ../man/pgrep.1:250
2021-02-15 16:07:56 +05:30
msgid "$ renice +4 $(pgrep chrome)"
msgstr "$ renice +4 $(pgrep chrome)"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/pgrep.1:250
#, no-wrap
msgid "EXIT STATUS"
msgstr "KOD WYJŚCIA"
#. type: TP
#: ../man/pgrep.1:252
#, no-wrap
msgid "0"
msgstr "0"
#. type: Plain text
#: ../man/pgrep.1:256
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "One or more processes matched the criteria. For pkill and pwait, one or "
#| "more processes must also have been successfully signalled or waited for."
2021-02-15 16:07:56 +05:30
msgid ""
"One or more processes matched the criteria. For pkill and pidwait, one or "
"more processes must also have been successfully signalled or waited for."
2021-02-15 16:07:56 +05:30
msgstr ""
"Jeden lub więcej procesów pasowało do warunków. W przypadku pkill i pwait, "
"musi udać się wysłać sygnał lub zaczekać na przynajmniej jeden proces."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pgrep.1:256
#, no-wrap
msgid "1"
msgstr "1"
#. type: Plain text
#: ../man/pgrep.1:259
2021-02-15 16:07:56 +05:30
msgid "No processes matched or none of them could be signalled."
msgstr ""
"Brak procesów pasujących do warunków lub do żadnego nie udało się wysłać "
"sygnału."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pgrep.1:259
#, no-wrap
msgid "2"
msgstr "2"
#. type: Plain text
#: ../man/pgrep.1:262
msgid "Syntax error in the command line."
msgstr "Błąd składni w linii poleceń."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pgrep.1:262
#, no-wrap
msgid "3"
msgstr "3"
#. type: Plain text
#: ../man/pgrep.1:265
msgid "Fatal error: out of memory etc."
msgstr "Błąd krytyczny: brak pamięci itp."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:266
#, no-wrap
msgid "NOTES"
msgstr "UWAGI"
#. type: Plain text
#: ../man/pgrep.1:271
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "The process name used for matching is limited to the 15 characters "
#| "present in the output of /proc/I<pid>/stat. Use the B<-f> option to "
#| "match against the complete command line, /proc/I<pid>/cmdline."
2021-02-15 16:07:56 +05:30
msgid ""
"The process name used for matching is limited to the 15 characters present "
"in the output of /proc/I<pid>/stat. Use the B<-f> option to match against "
"the complete command line, /proc/I<pid>/cmdline. Threads may not have the "
"same process name as the parent process but will have the same command line."
msgstr ""
"Nazwa procesu używana przy dopasowaniu jest ograniczona do 15 znaków "
"obecnych w wyjściu /proc/I<pid>/stat. Aby dopasować do pełnej linii poleceń "
"(/proc/I<pid>/cmdline), należy użyć opcji B<-f>."
#. type: Plain text
#: ../man/pgrep.1:279
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "The running B<pgrep>, B<pkill>, or B<pwait> process will never report "
#| "itself as a match."
2021-02-15 16:07:56 +05:30
msgid ""
"The running B<pgrep>, B<pkill>, or B<pidwait> process will never report "
"itself as a match."
2021-02-15 16:07:56 +05:30
msgstr ""
"Działający proces B<pgrep>, B<pkill> ani B<pwait> nigdy nie zgłosi siebie "
"jako dopasowania."
#. type: Plain text
#: ../man/pgrep.1:283
msgid ""
"The B<-O --older> option will silently fail if /proc is mounted with the "
"I<subset=pid> option."
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:283
#, fuzzy, no-wrap
#| msgid "BUGS"
msgid "BUGS "
msgstr "BŁĘDY"
#. type: Plain text
#: ../man/pgrep.1:292
2021-02-15 16:07:56 +05:30
msgid ""
"The options B<-n> and B<-o> and B<-v> can not be combined. Let me know if "
"you need to do this."
msgstr ""
"Opcji B<-n>, B<-o> oraz B<-v> nie można łączyć. Gdyby było to przydatne, "
"proszę zawiadomić autora."
#. type: Plain text
#: ../man/pgrep.1:294
msgid "Defunct processes are reported."
msgstr "Zgłoszono procesy nie funkcjonujące."
#. type: Plain text
#: ../man/pgrep.1:299
msgid ""
"B<pidwait> requires the B<pidfd_open>(2) system call which first appeared "
"in Linux 5.3."
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:299
#, fuzzy, no-wrap
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
#. type: Plain text
#: ../man/pgrep.1:309
2021-02-15 16:07:56 +05:30
#, fuzzy
#| msgid ""
#| "B<ps>(1), B<regex>(7), B<signal>(7), B<sigqueue>(3), B<killall>(1), "
#| "B<skill>(1), B<kill>(1), B<kill>(2)"
2021-02-15 16:07:56 +05:30
msgid ""
"B<ps>(1), B<regex>(7), B<signal>(7), B<sigqueue>(3), B<killall>(1), "
"B<skill>(1), B<kill>(1), B<kill>(2), B<cgroups>(8)"
2021-02-15 16:07:56 +05:30
msgstr ""
"B<ps>(1), B<regex>(7), B<signal>(7), B<sigqueue>(3), B<killall>(1), "
"B<skill>(1), B<kill>(1), B<kill>(2)"
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:309
#, no-wrap
msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: ../man/pgrep.1:313
msgid "E<.UR kjetilho@ifi.uio.no> Kjetil Torgrim Homme E<.UE>"
msgstr "E<.UR kjetilho@ifi.uio.no> Kjetil Torgrim Homme E<.UE>"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pgrep.1:313
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "REPORTING BUGS"
msgstr "ZGŁASZANIE BŁĘDÓW"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pkill.1:1
msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>"
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Zgłoszenia błędów prosimy wysyłać na adres E<.UR procps@freelists.org> E<.UE>"
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/pmap.1:8
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "PMAP"
msgstr "PMAP"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/pmap.1:8
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "2020-06-04"
msgstr "2020-06-04"
#. type: TH
2022-10-04 17:06:48 +05:30
#: ../man/pmap.1:8
2022-10-20 15:26:17 +05:30
#, fuzzy, no-wrap
#| msgid "procps-ng"
msgid "procps-ng "
msgstr "procps-ng"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/pmap.1:8
#, fuzzy, no-wrap
#| msgid "User Commands"
msgid "User Commands "
msgstr "Polecenia użytkownika"
#. type: SH
#: ../man/pmap.1:9
#, fuzzy, no-wrap
#| msgid "NAME"
msgid "NAME "
msgstr "NAZWA"
#. type: Plain text
#: ../man/pmap.1:11
msgid "pmap - report memory map of a process"
msgstr "pmap - informacje o odwzorowaniu pamięci procesu"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pmap.1:11
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
#. type: Plain text
#: ../man/pmap.1:14
msgid "B<pmap> [I<options>] I<pid> [...]"
msgstr "B<pmap> [I<opcje>] I<pid> [...]"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pmap.1:14
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
#. type: Plain text
#: ../man/pmap.1:18
msgid "The B<pmap> command reports the memory map of a process or processes."
msgstr "Polecenie B<pmap> wypisuje mapę pamięci procesu lub procesów."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pmap.1:18
#, fuzzy, no-wrap
#| msgid "OPTIONS"
msgid "OPTIONS "
msgstr "OPCJE"
#. type: TP
#: ../man/pmap.1:19
#, no-wrap
msgid "B<-x>, B<--extended>"
msgstr "B<-x>, B<--extended>"
#. type: Plain text
#: ../man/pmap.1:22
msgid "Show the extended format."
msgstr "Wyświetlanie w formacie rozszerzonym."
#. type: TP
#: ../man/pmap.1:22
#, no-wrap
msgid "B<-d>, B<--device>"
msgstr "B<-d>, B<--device>"
#. type: Plain text
#: ../man/pmap.1:25
msgid "Show the device format."
msgstr "Wyświetlanie w formacie urządzeń."
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/pmap.1:25
#, no-wrap
msgid "B<-q>, B<--quiet>"
msgstr "B<-q>, B<--quiet>"
#. type: Plain text
#: ../man/pmap.1:28
msgid "Do not display some header or footer lines."
msgstr "Bez wyświetlania linii nagłówka i stopki."
#. type: TP
#: ../man/pmap.1:28
#, no-wrap
msgid "B<-A>, B<--range> I<low>,I<high>"
msgstr "B<-A>, B<--range> I<dolny>,I<górny>"
#. type: Plain text
#: ../man/pmap.1:36
msgid ""
"Limit results to the given range to I<low> and I<high> address range. "
"Notice that the low and high arguments are single string separated with "
"comma."
msgstr ""
"Ograniczenie wyników do podanego przedziału adresów: I<dolny>,I<górny>. "
2022-03-21 16:25:01 +05:30
"Limity dolny i górny podaje się rozdzielone przecinkiem jako pojedynczy "
"argument."
2022-03-21 16:25:01 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/pmap.1:36
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid "B<-X>"
msgstr "B<-X>"
#. type: Plain text
#: ../man/pmap.1:40
2021-02-15 16:07:56 +05:30
msgid ""
"Show even more details than the B<-x> option. WARNING: format changes "
"according to I</proc/PID/smaps>"
msgstr ""
"Wypisywanie jeszcze więcej szczegółów niż z opcją B<-x>. UWAGA: format "
"zmienia się z I</proc/PID/smaps>"
#. type: TP
#: ../man/pmap.1:40
#, no-wrap
msgid "B<-XX>"
msgstr "B<-XX>"
#. type: Plain text
#: ../man/pmap.1:43
msgid "Show everything the kernel provides"
msgstr "Wypisywanie wszystkiego, co udostępnia jądro"
#. type: TP
#: ../man/pmap.1:43
#, no-wrap
msgid "B<-p>, B<--show-path>"
msgstr "B<-p>, B<--show-path>"
#. type: Plain text
#: ../man/pmap.1:46
msgid "Show full path to files in the mapping column"
msgstr "Wypisywanie pełnych ścieżek do plików w kolumnie odwzorowań"
#. type: TP
#: ../man/pmap.1:46
#, no-wrap
msgid "B<-c>, B<--read-rc>"
msgstr "B<-c>, B<--read-rc>"
#. type: Plain text
#: ../man/pmap.1:49
msgid "Read the default configuration"
msgstr "Odczyt domyślnej konfiguracji"
#. type: TP
#: ../man/pmap.1:49
#, no-wrap
msgid "B<-C>, B<--read-rc-from> I<file>"
msgstr "B<-C>, B<--read-rc-from> I<plik>"
#. type: Plain text
#: ../man/pmap.1:52
msgid "Read the configuration from I<file>"
msgstr "Odczyt konfiguracji z I<pliku>"
#. type: TP
#: ../man/pmap.1:52
#, no-wrap
msgid "B<-n>, B<--create-rc>"
msgstr "B<-n>, B<--create-rc>"
#. type: Plain text
#: ../man/pmap.1:55
msgid "Create new default configuration"
msgstr "Utworzenie nowej konfiguracji domyślnej"
#. type: TP
#: ../man/pmap.1:55
#, no-wrap
msgid "B<-N>, B<--create-rc-to> I<file>"
msgstr "B<-N>, B<--create-rc-to> I<plik>"
#. type: Plain text
#: ../man/pmap.1:58
msgid "Create new configuration to I<file>"
msgstr "Utworzenie nowej konfiguracji w I<pliku>"
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pmap.1:58
#, fuzzy, no-wrap
#| msgid "B<-h>, B<--help>"
msgid "B<-h>, B<--help> "
msgstr "B<-h>, B<--help>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pmap.1:61
msgid "Display help text and exit."
msgstr "Wyświetlenie tekstu pomocy i zakończenie."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pmap.1:61
#, fuzzy, no-wrap
#| msgid "B<-V>, B<--version>"
msgid "B<-V>, B<--version> "
msgstr "B<-V>, B<--version>"
#. type: Plain text
#: ../man/pmap.1:64
#, fuzzy
#| msgid "Display version information and exit."
msgid "Display version information and exit. "
msgstr "Wyświetlenie informacji o wersji i zakończenie."
#. type: SH
#: ../man/pmap.1:64
#, fuzzy, no-wrap
#| msgid "EXIT STATUS"
msgid "EXIT STATUS "
msgstr "KOD WYJŚCIA"
#. type: TP
#: ../man/pmap.1:68
#, no-wrap
msgid "B<0>"
msgstr "B<0>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pmap.1:71
msgid "Success."
msgstr "Sukces."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/pmap.1:71
#, no-wrap
msgid "B<1>"
msgstr "B<1>"
#. type: Plain text
#: ../man/pmap.1:74
msgid "Failure."
msgstr "Niepowodzenie."
#. type: TP
#: ../man/pmap.1:74
#, no-wrap
msgid "B<42>"
msgstr "B<42>"
#. type: Plain text
#: ../man/pmap.1:77
msgid "Did not find all processes asked for."
msgstr "Nie znaleziono wszystkich żądanych procesów."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pmap.1:79
#, fuzzy, no-wrap
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/pmap.1:82
msgid "B<ps>(1), B<pgrep>(1)"
msgstr "B<ps>(1), B<pgrep>(1)"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pmap.1:82
#, no-wrap
msgid "STANDARDS"
msgstr "STANDARDY"
#. type: Plain text
#: ../man/pmap.1:86
2021-02-15 16:07:56 +05:30
msgid ""
"No standards apply, but B<pmap> looks an awful lot like a SunOS command."
msgstr ""
"Polecenia B<pmap> nie dotyczą żadne standardy, ale wygląda równie brzydko, "
"co polecenie SunOS."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/pmap.1:86
#, fuzzy, no-wrap
#| msgid "REPORTING BUGS"
msgid "REPORTING BUGS "
msgstr "ZGŁASZANIE BŁĘDÓW"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. -*-Nroff-*-
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:3
#, fuzzy
#| msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>"
msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE> "
msgstr ""
2022-10-20 15:26:17 +05:30
"Zgłoszenia błędów prosimy wysyłać na adres E<.UR procps@freelists.org> E<.UE>"
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/uptime.1:3
#, no-wrap
msgid "UPTIME"
msgstr "UPTIME"
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:3
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "December 2012"
msgstr "grudzień 2012"
#. type: TH
#: ../man/uptime.1:3
#, fuzzy, no-wrap
#| msgid "procps-ng"
msgid "procps-ng "
msgstr "procps-ng"
2022-10-04 17:06:48 +05:30
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:3
2022-10-04 17:06:48 +05:30
#, fuzzy, no-wrap
2022-10-20 15:26:17 +05:30
#| msgid "User Commands"
msgid "User Commands "
msgstr "Polecenia użytkownika"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/uptime.1:4
#, fuzzy, no-wrap
#| msgid "NAME"
msgid "NAME "
msgstr "NAZWA"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:6
msgid "uptime - Tell how long the system has been running."
msgstr "uptime - informacja, jak długo działa system."
#. type: SH
#: ../man/uptime.1:6
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:9
msgid "B<uptime> [I<options>]"
msgstr "B<uptime> [I<opcje>]"
#. type: SH
#: ../man/uptime.1:9
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:14
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<uptime> gives a one line display of the following information. The "
"current time, how long the system has been running, how many users are "
"currently logged on, and the system load averages for the past 1, 5, and 15 "
"minutes."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"B<uptime> w pojedynczej linii podaje następujące informacje: bieżący czas; "
"czas, jak długo działa system; liczbę aktualnie zalogowanych użytkowników; "
"średnie obciążenie systemu dla ostatnich 1, 5 i 15 minut."
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:17
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"This is the same information contained in the header line displayed by "
"B<w>(1)."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Są to te same informacje, które zawiera linia nagłówka wyświetlana przez "
"polecenie B<w>(1)."
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:26
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"System load averages is the average number of processes that are either in a "
"runnable or uninterruptable state. A process in a runnable state is either "
"using the CPU or waiting to use the CPU. A process in uninterruptable state "
"is waiting for some I/O access, eg waiting for disk. The averages are taken "
"over the three time intervals. Load averages are not normalized for the "
"number of CPUs in a system, so a load average of 1 means a single CPU system "
"is loaded all the time while on a 4 CPU system it means it was idle 75% of "
"the time."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Średnie obciążenie systemu to średnia liczba procesów w stanie działającym "
"lub nieprzerywalnym. Proces jest w stanie działającym, kiedy używa procesora "
"lub oczekuje na procesor. Proces jest w stanie nieprzerywalnym, kiedy "
"oczekuje na jakiś dostęp we/wy, np. na dysk. Średnie są obliczane dla trzech "
"okresów czasu. Nie są normalizowane pod kątem liczby procesorów w systemie, "
"więc średnie obciążenie 1 oznacza, że system jednoprocesorowy jest obciążony "
"cały czas, podczas gdy system 4-procesorowy jest bezczynny przez 75% czasu."
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/uptime.1:26
#, fuzzy, no-wrap
#| msgid "OPTIONS"
msgid "OPTIONS "
msgstr "OPCJE"
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:27
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-p>, B<--pretty>"
msgstr "B<-p>, B<--pretty>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:30
msgid "show uptime in pretty format"
msgstr "wyświetlenie czasu działania w ładnym formacie"
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:30
#, fuzzy, no-wrap
#| msgid "B<-h>, B<--help>"
msgid "B<-h>, B<--help> "
msgstr "B<-h>, B<--help>"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:33
msgid "display this help text"
msgstr "wyświetlenie tego opisu"
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:33
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-s>, B<--since>"
msgstr "B<-s>, B<--since>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:36
msgid "system up since, in yyyy-mm-dd HH:MM:SS format"
msgstr "początek czasu działania systemu w formacie rrrr-mm-dd GG:MM:SS"
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:36
#, fuzzy, no-wrap
#| msgid "B<-V>, B<--version>"
msgid "B<-V>, B<--version> "
msgstr "B<-V>, B<--version>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:39
msgid "display version information and exit"
msgstr "wyświetlenie informacji o wersji i zakończenie"
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:39
#, fuzzy, no-wrap
#| msgid "FILES"
msgid "FILES "
msgstr "PLIKI"
2022-10-16 14:36:14 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:40
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "I</var/run/utmp>"
msgstr "I</var/run/utmp>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:43
msgid "information about who is currently logged on"
msgstr "informacja o tym, kto jest obecnie zalogowany"
2022-10-16 14:36:14 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:43
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "I</proc>"
msgstr "I</proc>"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:46
msgid "process information"
msgstr "informacje o procesach"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/uptime.1:46
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "AUTHORS"
msgstr "AUTORZY"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:56
msgid ""
"B<uptime> was written by E<.UR greenfie@gauss.\\:rutgers.\\:edu> Larry "
"Greenfield E<.UE> and E<.UR johnsonm@sunsite.\\:unc.\\:edu> Michael K. "
"Johnson E<.UE>"
msgstr ""
"Program B<uptime> napisali E<.UR greenfie@gauss.\\:rutgers.\\:edu> Larry "
"Greenfield E<.UE> oraz E<.UR johnsonm@sunsite.\\:unc.\\:edu> Michael K. "
"Johnson E<.UE>"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/uptime.1:56
#, fuzzy, no-wrap
2022-10-20 15:26:17 +05:30
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:61
msgid "B<ps>(1), B<top>(1), B<utmp>(5), B<w>(1)"
msgstr "B<ps>(1), B<top>(1), B<utmp>(5), B<w>(1)"
2022-10-16 14:36:14 +05:30
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/uptime.1:61
#, fuzzy, no-wrap
#| msgid "REPORTING BUGS"
msgid "REPORTING BUGS "
msgstr "ZGŁASZANIE BŁĘDÓW"
2022-10-20 15:26:17 +05:30
#. This page Copyright (C) 1994 Henry Ware <al172@yfn.ysu.edu>
#. Distributed under the GPL, Copyleft 1994.
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:3
#, fuzzy
#| msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>"
msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE> "
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Zgłoszenia błędów prosimy wysyłać na adres E<.UR procps@freelists.org> E<.UE>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/vmstat.8:3
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "VMSTAT"
msgstr "VMSTAT"
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/vmstat.8:3
#, fuzzy, no-wrap
#| msgid "2020-06-04"
msgid "2020-06-04 "
msgstr "2020-06-04"
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/vmstat.8:3
#, fuzzy, no-wrap
#| msgid "procps-ng"
msgid "procps-ng "
msgstr "procps-ng"
#. type: TH
#: ../man/vmstat.8:3
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "System Administration"
msgstr "Administracja systemem"
#. type: SH
#: ../man/vmstat.8:4
#, fuzzy, no-wrap
#| msgid "NAME"
msgid "NAME "
msgstr "NAZWA"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:6
msgid "vmstat - Report virtual memory statistics"
msgstr "vmstat - statystyki pamięci wirtualnej"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:6
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:10
msgid "B<vmstat> [options] [I<delay> [I<count>]]"
msgstr "B<vmstat> [opcje] [I<opóźnienie> [I<liczba>]]"
#. type: SH
#: ../man/vmstat.8:10
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:14
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<vmstat> reports information about processes, memory, paging, block IO, "
"traps, disks and cpu activity."
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"B<vmstat> raportuje informacje o aktywności procesów, pamięci, "
"stronicowania, blokowego we/wy, pułapek, dysków i procesora."
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:19
msgid ""
2022-10-20 15:26:17 +05:30
"The first report produced gives averages since the last reboot. Additional "
"reports give information on a sampling period of length I<delay>. The "
"process and memory reports are instantaneous in either case."
msgstr ""
2022-10-20 15:26:17 +05:30
"Pierwszy tworzony raport podaje średnie wartości od ostatniego restartu "
"systemu. Dodatkowe raporty podają informacje dla okresów próbkowania o "
"długości I<opóźnienia>. Raporty dotyczące procesów i pamięci są w obu "
"przypadkach natychmiastowe."
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:19
#, fuzzy, no-wrap
#| msgid "OPTIONS"
msgid "OPTIONS "
msgstr "OPCJE"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:20
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "I<delay>"
msgstr "I<opóźnienie>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:27
msgid ""
"The I<delay> between updates in seconds. If no I<delay> is specified, only "
"one report is printed with the average values since boot."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"I<Opóźnienie> pomiędzy uaktualnieniami w sekundach. Jeśli nie podano "
"I<opóźnienia>, wypisywany jest tylko raport z wartościami średnimi od "
"rozruchu systemu."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:27
#, no-wrap
msgid "I<count>"
msgstr "I<liczba>"
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:34
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Number of updates. In absence of I<count>, when I<delay> is defined, "
"default is infinite."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Liczba uaktualnień. W przypadku braku I<liczby>, jeśli podano I<opóźnienie>, "
"domyślna jest nieskończoność."
#. type: TP
#: ../man/vmstat.8:34
#, no-wrap
msgid "B<-a>, B<--active>"
msgstr "B<-a>, B<--active>"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:37
msgid "Display active and inactive memory, given a 2.5.41 kernel or better."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Wyświetlenie pamięci aktywnej i nieaktywnej, jeśli używane jest jądro 2.5.41 "
"lub nowsze."
2022-10-04 17:06:48 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:37
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-f>, B<--forks>"
msgstr "B<-f>, B<--forks>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:45
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"The B<-f> switch displays the number of forks since boot. This includes the "
"fork, vfork, and clone system calls, and is equivalent to the total number "
"of tasks created. Each process is represented by one or more tasks, "
"depending on thread usage. This display does not repeat."
msgstr ""
2022-10-20 15:26:17 +05:30
"Opcja B<-f> wyświetla liczbę rozgałęzień procesów od rozruchu systemu. "
"Liczba ta obejmuje wywołania systemowe fork, vfork oraz clone; jest "
"odpowiednikiem całkowitej liczby utworzonych zadań. Każdy proces jest "
"reprezentowany przez jedno lub więcej zadań, w zależności od wykorzystania "
"wątków. Ten widok się nie powtarza."
2022-10-04 17:06:48 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:45
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-m>, B<--slabs>"
msgstr "B<-m>, B<--slabs>"
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:48
msgid "Displays slabinfo."
msgstr "Wyświetlenie slabinfo."
2022-10-04 17:06:48 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:48
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-n>, B<--one-header>"
msgstr "B<-n>, B<--one-header>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:51
msgid "Display the header only once rather than periodically."
msgstr "Wyświetlenie nagłówka tylko raz zamiast regularnie."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:51
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-s>, B<--stats>"
msgstr "B<-s>, B<--stats>"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:55
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Displays a table of various event counters and memory statistics. This "
"display does not repeat."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Wyświetlenie tabeli różnych liczników zdarzeń i statystyk pamięci. Ten widok "
"się nie powtarza."
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:55
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-d>, B<--disk>"
msgstr "B<-d>, B<--disk>"
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:58
msgid "Report disk statistics (2.5.70 or above required)."
msgstr "Raport statystyk dysku (wymagane jądro 2.5.70 lub nowsze)."
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:58
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-D>, B<--disk-sum>"
msgstr "B<-D>, B<--disk-sum>"
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:61
msgid "Report some summary statistics about disk activity."
msgstr "Raport pewnych statystyk zbiorczych dotyczących aktywności dysku."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:61
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-p>, B<--partition> I<device>"
msgstr "B<-p>, B<--partition> I<urządzenie>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:64
msgid "Detailed statistics about partition (2.5.70 or above required)."
msgstr ""
"Szczegółowe statystyki dotyczące partycji (wymagane jądro 2.5.70 lub nowsze)."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:64
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-S>, B<--unit> I<character>"
msgstr "B<-S>, B<--unit> I<znak>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:76
#, fuzzy
#| msgid ""
#| "Switches outputs between 1000 (I<k>), 1024 (I<K>), 1000000 (I<m>), or "
#| "1048576 (I<M>) bytes. Note this does not change the block (bi/bo) "
#| "fields, which are always measured in blocks."
msgid ""
"Switches outputs between 1000 (I<k>), 1024 (I<K>), 1000000 (I<m>), or "
"1048576 (I<M>) bytes. Note this does not change the swap (si/so) or block "
"(bi/bo) fields."
msgstr ""
"Przełączenie wyjścia między jednostkami 1000 (I<k>), 1024 (I<K>),1000000 "
"(I<m>) lub 1048576 (I<M>) bajtów. Opcja nie zmienia pól operacji blokowych "
"(bi/bo), które zawsze są wyrażone w blokach."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/vmstat.8:76
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "B<-t>, B<--timestamp>"
msgstr "B<-t>, B<--timestamp>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:79
msgid "Append timestamp to each line"
msgstr "Dołączenie znacznika czasu do każdej linii"
2022-10-16 14:36:14 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:79
#, fuzzy, no-wrap
#| msgid "B<-w>, B<--wide>"
msgid "B<-w>, B<--wide> "
msgstr "B<-w>, B<--wide>"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:84
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Wide output mode (useful for systems with higher amount of memory, where the "
"default output mode suffers from unwanted column breakage). The output is "
"wider than 80 characters per line."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Tryb szerokiego wyjścia (przydatny dla systemów z dużą ilością pamięci, "
"gdzie domyślny tryb wyjścia cierpi przez niechciane łamanie kolumn). Wyjście "
"jest szersze niż 80 znaków w linii."
2022-10-04 17:06:48 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:84
#, fuzzy, no-wrap
#| msgid "B<-t>, B<--no-title>"
msgid "B<-y>, B<--no-first>"
msgstr "B<-t>, B<--no-title>"
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:87
msgid "Omits first report with statistics since system boot."
msgstr ""
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:87
#, fuzzy, no-wrap
#| msgid "B<-V>, B<--version>"
msgid "B<-V>, B<--version> "
msgstr "B<-V>, B<--version>"
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:90
#, fuzzy
#| msgid "Display version information and exit."
msgid "Display version information and exit. "
msgstr "Wyświetlenie informacji o wersji i zakończenie."
2022-10-04 17:06:48 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:90
2022-10-04 17:06:48 +05:30
#, fuzzy, no-wrap
2022-10-20 15:26:17 +05:30
#| msgid "B<-h>, B<--help>"
msgid "B<-h>, B<--help> "
msgstr "B<-h>, B<--help>"
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:93
#, fuzzy
#| msgid "Display help and exit."
msgid "Display help and exit. "
msgstr "Wyświetlenie opisu i zakończenie."
2022-10-16 14:36:14 +05:30
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:94
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "FIELD DESCRIPTION FOR VM MODE"
msgstr "OPIS PÓL DLA TRYBU VM"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:95
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Procs"
msgstr "Proc."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:100
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid ""
"r: The number of runnable processes (running or waiting for run time).\n"
"b: The number of processes blocked waiting for I/O to complete.\n"
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"r: Liczba procesów działających (działających lub czekających na czas pracy).\n"
"b: Liczba procesów zablokowanych na oczekiwaniu na zakończenie we/wy.\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:102
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Memory"
msgstr "Pamięć"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:105
msgid "These are affected by the B<--unit> option."
msgstr "Te podlegają opcji B<--unit>."
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:112
#, no-wrap
msgid ""
2022-10-20 15:26:17 +05:30
"swpd: the amount of swap memory used.\n"
"free: the amount of idle memory.\n"
"buff: the amount of memory used as buffers.\n"
"cache: the amount of memory used as cache.\n"
"inact: the amount of inactive memory. (B<-a> option)\n"
"active: the amount of active memory. (B<-a> option)\n"
msgstr ""
2022-10-20 15:26:17 +05:30
"swap: ilość użytej pamięci wymiany.\n"
"wolna: ilość pamięci bezczynnej.\n"
"bufor: ilość pamięci używanej jako bufory.\n"
"cache: ilość pamięci używanej jako podręczna.\n"
"nieakt: ilość pamięci nieaktywnej (opcja B<-a>).\n"
"akt: ilość pamięci aktywnej (opcja B<-a>).\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:114
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Swap"
msgstr "Swap"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/vmstat.8:117
#, fuzzy
#| msgid "These are affected by the B<--unit> option."
msgid "These are affected by the B<--unit> option. "
msgstr "Te podlegają opcji B<--unit>."
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:120
#, no-wrap
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"si: Amount of memory swapped in from disk (/s).\n"
"so: Amount of memory swapped to disk (/s).\n"
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"si: Ilość pamięci wymiany wczytanej z dysku (/s).\n"
"so: Ilość pamięci wymiany zapisanej na dysk (/s).\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:122
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "IO"
msgstr "IO"
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:127
#, fuzzy, no-wrap
#| msgid ""
#| "bi: Blocks received from a block device (blocks/s).\n"
#| "bo: Blocks sent to a block device (blocks/s).\n"
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"bi: Kibibyte received from a block device (KiB/s).\n"
"bo: Kibibyte sent to a block device (KiB/s).\n"
msgstr ""
2022-10-20 15:26:17 +05:30
"bi: Bloki odebrane z urządzenia blokowego (bloki/s).\n"
"bo: Bloki wysłane do urządzenia blokowego (bloki/s).\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:129
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "System"
msgstr "System"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:134
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"in: The number of interrupts per second, including the clock.\n"
"cs: The number of context switches per second.\n"
msgstr ""
"in: Liczba przerwań na sekundę, włącznie z zegarowym.\n"
"cs: Liczba przełączeń kontekstu na sekundę.\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:136
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "CPU"
msgstr "CPU"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:139
msgid "These are percentages of total CPU time."
msgstr "Procenty całkowitego czasu procesora."
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:146
#, fuzzy, no-wrap
#| msgid ""
#| "us: Time spent running non-kernel code. (user time, including nice time)\n"
#| "sy: Time spent running kernel code. (system time)\n"
#| "id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time.\n"
#| "wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle.\n"
#| "st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown.\n"
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"us: Time spent running non-kernel code. (user time, including nice time)\n"
"sy: Time spent running kernel code. (system time)\n"
"id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time.\n"
"wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle.\n"
"st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown.\n"
"gu: Time spent running KVM guest code (guest time, including guest nice).\n"
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"us: Czas spędzony w kodzie poza jądrem (czas użytkownika, w tym nice).\n"
"sy: Czas spędzony w kodzie jądra (czas systemu)\n"
"id: Czas spędzony bezczynnie. Przed Linuksem 2.5.41 obejmował czas IO-wait.\n"
"wa: Czas spędzony na oczekiwaniu na we/wy. Przed 2.5.41 zawarty w bezczynnym.\n"
"st: Czas skradziony wirtualnej maszynie. Przed Linuksem 2.6.11 nieznany.\n"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:148
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "FIELD DESCRIPTION FOR DISK MODE"
msgstr "OPIS PÓL DLA TRYBU DYSKOWEGO"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:149
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Reads"
msgstr "Odczyty"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:156
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"total: Total reads completed successfully\n"
"merged: grouped reads (resulting in one I/O)\n"
"sectors: Sectors read successfully\n"
"ms: milliseconds spent reading\n"
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"total: wszystkie odczyty zakończone poprawnie\n"
"merged: odczyty zgrupowane (zakończone w jednym we/wy)\n"
"sectors: sektory odczytane poprawnie\n"
"ms: milisekundy spędzone na odczycie\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:158
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Writes"
msgstr "Zapisy"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:165
2022-10-04 17:06:48 +05:30
#, no-wrap
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"total: Total writes completed successfully\n"
"merged: grouped writes (resulting in one I/O)\n"
"sectors: Sectors written successfully\n"
"ms: milliseconds spent writing\n"
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"total: wszystkie zapisy zakończone poprawnie\n"
"merged: zapisy zgrupowane (zakończone w jednym we/wy)\n"
"sectors: sektory zapisane poprawnie\n"
"ms: milisekundy spędzone na zapisie\n"
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/vmstat.8:167
#, fuzzy, no-wrap
#| msgid "IO"
msgid "IO "
msgstr "IO"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:172
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"cur: I/O in progress\n"
"s: seconds spent for I/O\n"
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"cur: operacje we/wy w trakcie\n"
"s: sekundy spędzone na operacjach we/wy\n"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:174
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "FIELD DESCRIPTION FOR DISK PARTITION MODE"
msgstr "OPIS PÓL DLA TRYBU PARTYCJI DYSKU"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:180
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid ""
"reads: Total number of reads issued to this partition\n"
"read sectors: Total read sectors for partition\n"
"writes : Total number of writes issued to this partition\n"
"requested writes: Total number of write requests made for partition\n"
msgstr ""
"reads: całkowita liczba odczytów zleconych dla tej partycji\n"
"read sectors: całkowita liczba sektorów odczytanych z partycji\n"
"writes: całkowita liczba zapisów zleconych dla tej partycji\n"
"requested writes: całkowita liczba żądań zapisu dla partycji\n"
2022-10-16 14:36:14 +05:30
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:182
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "FIELD DESCRIPTION FOR SLAB MODE"
msgstr "OPIS PÓL DLA TRYBU PŁYT"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:189
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"cache: Cache name\n"
"num: Number of currently active objects\n"
"total: Total number of available objects\n"
"size: Size of each object\n"
"pages: Number of pages with at least one active object\n"
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"cache: nazwa pamięci podręcznej\n"
"num: liczba obecnie aktywnych obiektów\n"
"total: całkowita liczba dostępnych obiektów\n"
"size: rozmiar każdego obiektu\n"
"pages: liczba stron z przynajmniej jednym aktywnym obiektem\n"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:190
#, fuzzy, no-wrap
#| msgid "NOTES"
msgid "NOTES "
msgstr "UWAGI"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:193
msgid "B<vmstat> does not require special permissions."
msgstr "B<vmstat> nie wymaga specjalnych uprawnień."
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:197
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"These reports are intended to help identify system bottlenecks. Linux "
"B<vmstat> does not count itself as a running process."
2021-06-17 12:15:07 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"Niniejsze raporty mają na celu pomoc przy identyfikacji wąskich gardeł w "
"systemie. Linuksowy B<vmstat> nie liczy siebie jako działającego procesu."
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:200
msgid ""
"All linux blocks are currently 1024 bytes. Old kernels may report blocks as "
"512 bytes, 2048 bytes, or 4096 bytes."
msgstr ""
"Wszystkie bloki dla Linuksa mają obecnie 1024 bajty. Stare jądra mogły "
"używać bloków 512-, 2048- lub 4096-bajtowych."
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:203
msgid ""
"Since procps 3.1.9, vmstat lets you choose units (k, K, m, M). Default is K "
"(1024 bytes) in the default mode."
msgstr ""
"Od wersji procps 3.1.9, vmstat pozwala wybrać jednostki (k, K, m, M). "
"Domyślna to K (1024 bajty) w trybie domyślnym."
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:205
msgid "vmstat uses slabinfo 1.1"
msgstr "vmstat wykorzystuje slabinfo 1.1"
2022-10-16 14:36:14 +05:30
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:205
#, fuzzy, no-wrap
#| msgid "FILES"
msgid "FILES "
msgstr "PLIKI"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:211
#, no-wrap
2021-06-17 12:15:07 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"/proc/meminfo\n"
"/proc/stat\n"
"/proc/*/stat\n"
2021-06-17 12:15:07 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
"/proc/meminfo\n"
"/proc/stat\n"
"/proc/*/stat\n"
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:212
#, fuzzy, no-wrap
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:219
msgid "B<free>(1), B<iostat>(1), B<mpstat>(1), B<ps>(1), B<sar>(1), B<top>(1)"
msgstr "B<free>(1), B<iostat>(1), B<mpstat>(1), B<ps>(1), B<sar>(1), B<top>(1)"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:220
#, fuzzy, no-wrap
#| msgid "BUGS"
msgid "BUGS "
msgstr "BŁĘDY"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:222
msgid ""
"Does not tabulate the block io per device or count the number of system "
"calls."
msgstr ""
"Nie raportuje blokowego we/wy per urządzenie ani nie liczy wywołań "
"systemowych."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:222
#, fuzzy, no-wrap
#| msgid "AUTHORS"
msgid "AUTHORS "
msgstr "AUTORZY"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:227
msgid "Written by E<.UR al172@yfn.\\:ysu.\\:edu> Henry Ware E<.UE .>"
msgstr "Autorem jest E<.UR al172@yfn.\\:ysu.\\:edu> Henry Ware E<.UE .>"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/vmstat.8:232
msgid ""
"E<.UR ffrederick@users.\\:sourceforge.\\:net> Fabian Fr\\('ed\\('erick E<."
"UE> (diskstat, slab, partitions...)"
msgstr ""
"E<.UR ffrederick@users.\\:sourceforge.\\:net> Fabian Fr\\('ed\\('erick E<."
"UE> (dyski, płyty, partycje...)"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/vmstat.8:232
#, fuzzy, no-wrap
#| msgid "REPORTING BUGS"
msgid "REPORTING BUGS "
msgstr "ZGŁASZANIE BŁĘDÓW"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. (C) Copyright 2020-2022 Jim Warner <james.warner@comcast.net>
#. %%%LICENSE_START(LGPL_2.1+)
#. This manual is free software; you can redistribute it and/or
#. modify it under the terms of the GNU Lesser General Public
#. License as published by the Free Software Foundation; either
#. version 2.1 of the License, or (at your option) any later version.
#. This manual is distributed in the hope that it will be useful,
#. but WITHOUT ANY WARRANTY; without even the implied warranty of
#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#. Lesser General Public License for more details.
#. You should have received a copy of the GNU Lesser General Public
#. License along with this library; if not, write to the Free Software
#. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#. %%%LICENSE_END
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:19
#, fuzzy
#| msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>"
msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE> "
msgstr ""
"Zgłoszenia błędów prosimy wysyłać na adres E<.UR procps@freelists.org> E<.UE>"
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:19
#, fuzzy, no-wrap
#| msgid "PROCPS_USERLEN"
msgid "PROCPS"
msgstr "PROCPS_USERLEN"
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:19
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "August 2022"
2022-03-21 16:25:01 +05:30
msgstr ""
2021-06-17 12:15:07 +05:30
2022-10-16 14:36:14 +05:30
#. type: TH
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:19
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "libproc2"
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps.3:23
#, fuzzy, no-wrap
#| msgid "NAME"
msgid "NAME "
msgstr "NAZWA"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:25
msgid "procps - API to access system level information in the /proc filesystem"
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps.3:26
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
2021-06-17 12:15:07 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:30
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Five distinct interfaces are represented in this synopsis and named after "
"the files they access in the /proc pseudo filesystem: B<diskstats>, "
"B<meminfo>, B<slabinfo>, B<stat> and B<vmstat>."
2022-03-21 16:25:01 +05:30
msgstr ""
2021-06-17 12:15:07 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:34
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "#include E<lt>libproc2/B<named_interface>.hE<gt>\n"
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:38
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"intB< procps_new > (struct info **I<info>);\n"
"intB< procps_ref > (struct info *I<info>);\n"
"intB< procps_unref> (struct info **I<info>);\n"
2022-03-21 16:25:01 +05:30
msgstr ""
2021-06-17 12:15:07 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:43
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"struct result *B<procps_get> (\n"
" struct info *I<info>,\n"
"[ const char *I<name>, ] B<diskstats> api only\n"
" enum item I<item>);\n"
2022-03-21 16:25:01 +05:30
msgstr ""
2021-06-17 12:15:07 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:49
#, no-wrap
2021-06-17 12:15:07 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"struct stack *B<procps_select> (\n"
" struct info *I<info>,\n"
"[ const char *I<name>, ] B<diskstats> api only\n"
" enum item *I<items>,\n"
" int I<numitems>);\n"
2021-06-17 12:15:07 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:55
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"struct reaped *B<procps_reap> (\n"
" struct info *I<info>,\n"
"[ enum reap_type I<what>, ] B<stat> api only\n"
" enum item *I<items>,\n"
" int I<numitems>);\n"
2022-03-21 16:25:01 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:62
2022-03-21 16:25:01 +05:30
#, no-wrap
msgid ""
2022-10-20 15:26:17 +05:30
"struct stack **B<procps_sort> (\n"
" struct info *I<info>,\n"
" struct stack *I<stacks>[],\n"
" int I<numstacked>,\n"
" enum item I<sortitem>,\n"
" enum sort_order I<order>);\n"
2022-03-21 16:25:01 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:69
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"The above functions and structures are generic but the specific "
"B<named_interface> would also be part of any identifiers. For example, "
"`procps_new' would actually be `procps_B<meminfo>_new' and `info' would "
"really be `B<diskstats>_info', etc."
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:72
msgid ""
"The same B<named_interface> is used in each header file name with an "
"appended `.h' suffix."
msgstr ""
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps.3:74
msgid "Link with I<-lproc2>."
msgstr ""
#. type: SH
#: ../man/procps.3:75
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
#. type: SS
#: ../man/procps.3:76
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Overview"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:82
msgid ""
"Central to these interfaces is a simple `result' structure reflecting an "
"`item' plus its value (in a union with standard C language types as "
"members). All `result' structures are automatically allocated and provided "
"by the library."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:88
msgid ""
"By specifying an array of `items', these structures can be organized as a "
"`stack', potentially yielding many results with a single function call. "
"Thus, a `stack' can be viewed as a variable length record whose content and "
"order is determined solely by the user."
msgstr ""
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:93
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"As part of each interface there are two unique enumerators. The `noop' and "
"`extra' items exist to hold user values. They are never set by the library, "
"but the `extra' result will be zeroed with each library interaction."
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:99
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"The B<named_interface> header file will be an essential document during user "
"program development. There you will find available items, their return type "
"(the `result' struct member name) and the source for such values. "
"Additional enumerators and structures are also documented there."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps.3:100
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Usage"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:103
msgid "The following would be a typical sequence of calls to these interfaces."
2022-03-21 16:25:01 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:108
#, no-wrap
msgid ""
"1. B<procps_new()>\n"
"2. B<procps_get()>, B<procps_select()> or B<procps_reap()>\n"
"3. B<procps_unref()>\n"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:114
msgid ""
"The B<get> function is used to retrieve a `result' structure for a single "
"`item'. Alternatively, a B<GET> macro is available when only the return "
"value is of interest."
msgstr ""
2021-02-15 16:07:56 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:117
msgid ""
"The B<select> function can retrieve multiple `result' structures in a single "
"`stack'."
msgstr ""
2021-02-15 16:07:56 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:123
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"For unpredictable variable outcomes, the B<diskstats>, B<slabinfo> and "
"B<stat> interfaces export a B<reap> function. It is used to retrieve "
"multiple `stacks' each containing multiple `result' structures. Optionally, "
"a user may choose to B<sort> those results."
2022-03-21 16:25:01 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:130
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"To exploit any `stack', and access individual `result' structures, a "
"I<relative_enum> is required as shown in the B<VAL> macro defined in the "
"header file. Such values could be hard coded as: 0 through numitems-1. "
"However, this need is typically satisfied by creating your own enumerators "
"corresponding to the order of the `items' array."
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps.3:131
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Caveats"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:134
msgid ""
"The B<new>, B<ref>, B<unref>, B<get> and B<select> functions are available "
"in all five interfaces."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:139
msgid ""
"For the B<new> and B<unref> functions, the address of an I<info> struct "
"pointer must be supplied. With B<new> it must have been initialized to "
"NULL. With B<unref> it will be reset to NULL if the reference count reaches "
"zero."
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:143
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"In the case of the B<diskstats> interface, a I<name> parameter on the B<get> "
"and B<select> functions identifies a disk or partition name"
2022-03-21 16:25:01 +05:30
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:147
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"For the B<stat> interface, a I<what> parameter on the B<reap> function "
"identifies whether data for just CPUs or both CPUs and NUMA nodes is to be "
"gathered."
2022-03-21 16:25:01 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:151
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"When using the B<sort> function, the parameters I<stacks> and I<numstacked> "
"would normally be those returned in the `reaped' structure."
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps.3:152
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "RETURN VALUE"
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps.3:153
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Functions Returning an `int'"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:156
msgid ""
"An error will be indicated by a negative number that is always the inverse "
"of some well known errno.h value."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:160
msgid ""
"Success is indicated by a zero return value. However, the B<ref> and "
"B<unref> functions return the current I<info> structure reference count."
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps.3:161
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Functions Returning an `address'"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:164
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"An error will be indicated by a NULL return pointer with the reason found in "
"the formal errno value."
2021-02-15 16:07:56 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:166
msgid "Success is indicated by a pointer to the named structure."
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps.3:167
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "DEBUGGING"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:173
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"To aid in program development, there is a provision that can help ensure "
"`result' member references agree with library expectations. It assumes that "
"a supplied macro in the header file is used to access the `result' value."
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:176
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"This feature can be activated through either of the following methods and "
"any discrepancies will be written to B<stderr>."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: IP
#: ../man/procps.3:177
#, fuzzy, no-wrap
#| msgid "1"
msgid "1)"
msgstr "1"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:180
msgid ""
2022-10-20 15:26:17 +05:30
"Add CFLAGS='-DXTRA_PROCPS_DEBUG' to any other ./configure options employed."
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: IP
#: ../man/procps.3:181
#, fuzzy, no-wrap
#| msgid "2"
msgid "2)"
msgstr "2"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:184
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Add #include E<lt>procps/xtra-procps-debug.hE<gt> to any program I<after> "
"the named interface includes."
2022-03-21 16:25:01 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps.3:189
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"This verification feature incurs substantial overhead. Therefore, it is "
"important that it I<not> be activated for a production/release build."
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps.3:190
#, fuzzy, no-wrap
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
2022-10-20 15:26:17 +05:30
#. (C) Copyright 2020-2022 Jim Warner <james.warner@comcast.net>
#. %%%LICENSE_START(LGPL_2.1+)
#. This manual is free software; you can redistribute it and/or
#. modify it under the terms of the GNU Lesser General Public
#. License as published by the Free Software Foundation; either
#. version 2.1 of the License, or (at your option) any later version.
#. This manual is distributed in the hope that it will be useful,
#. but WITHOUT ANY WARRANTY; without even the implied warranty of
#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#. Lesser General Public License for more details.
#. You should have received a copy of the GNU Lesser General Public
#. License along with this library; if not, write to the Free Software
#. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#. %%%LICENSE_END
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:19
#, fuzzy
#| msgid "B<pgrep>(1), B<pstree>(1), B<top>(1), B<proc>(5)."
msgid "B<procps_misc>(3), B<procps_pids>(3), B<proc>(5)."
msgstr "B<pgrep>(1), B<pstree>(1), B<top>(1), B<proc>(5)."
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/procps_pids.3:19
#, fuzzy, no-wrap
#| msgid "PROCPS_USERLEN"
msgid "PROCPS_PIDS"
msgstr "PROCPS_USERLEN"
#. type: TH
#: ../man/procps_pids.3:19
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "August 2022 "
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/procps_pids.3:19
#, no-wrap
msgid "libproc2 "
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_pids.3:23
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "NAME "
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:25
msgid "procps_pids - API to access process information in the /proc filesystem"
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_pids.3:26
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:29
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "#include E<lt>libproc2/pids.hE<gt>\n"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:33
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid ""
"intB< procps_pids_new > (struct pids_info **I<info>, enum pids_item *I<items>, int I<numitems>);\n"
"intB< procps_pids_ref > (struct pids_info *I<info>);\n"
"intB< procps_pids_unref> (struct pids_info **I<info>);\n"
msgstr ""
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:38
#, no-wrap
msgid ""
"struct pids_stack *B<procps_pids_get> (\n"
" struct pids_info *I<info>,\n"
" enum pids_fetch_type I<which>);\n"
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_pids.3:42
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid ""
"struct pids_fetch *B<procps_pids_reap> (\n"
" struct pids_info *I<info>,\n"
" enum pids_fetch_type I<which>);\n"
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:48
#, no-wrap
2022-03-21 16:25:01 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"struct pids_fetch *B<procps_pids_select> (\n"
" struct pids_info *I<info>,\n"
" unsigned *I<these>,\n"
" int I<numthese>,\n"
" enum pids_select_type I<which>);\n"
2022-03-21 16:25:01 +05:30
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_pids.3:55
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid ""
"struct pids_stack **B<procps_pids_sort> (\n"
" struct pids_info *I<info>,\n"
" struct pids_stack *I<stacks>[],\n"
" int I<numstacked>,\n"
" enum pids_item I<sortitem>,\n"
" enum pids_sort_order I<order>);\n"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:60
#, no-wrap
msgid ""
"int B<procps_pids_reset> (\n"
" struct pids_info *I<info>,\n"
" enum pids_item *I<newitems>,\n"
" int I<newnumitems>);\n"
msgstr ""
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:64
#, no-wrap
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"struct pids_stack *B<fatal_proc_unmounted> (\n"
" struct pids_info *I<info>,\n"
" int I<return_self>);\n"
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:68
msgid "Link with I<-lproc2>. "
2021-02-15 16:07:56 +05:30
msgstr ""
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:69
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
2022-10-04 17:06:48 +05:30
#. type: SS
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:70
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Overview "
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:76
msgid ""
2022-10-20 15:26:17 +05:30
"Central to this interface is a simple `result' structure reflecting an "
"`item' plus its value (in a union with standard C language types as "
"members). All `result' structures are automatically allocated and provided "
"by the library."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:82
msgid ""
"By specifying an array of `items', these structures can be organized as a "
"`stack', potentially yielding many results with a single function call. "
"Thus, a `stack' can be viewed as a variable length record whose content and "
"order is determined solely by the user. "
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:87
2021-02-15 16:07:56 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"As part of this interface there are two unique enumerators. The `noop' and "
"`extra' items exist to hold user values. They are never set by the library, "
"but the `extra' result will be zeroed with each library interaction."
2021-02-15 16:07:56 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:93
msgid ""
2022-10-20 15:26:17 +05:30
"The pids.h file will be an essential document during user program "
"development. There you will find available items, their return type (the "
"`result' struct member name) and the source for such values. Additional "
"enumerators and structures are also documented there."
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: SS
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:94
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Usage "
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:97
msgid "The following would be a typical sequence of calls to this interface."
2021-02-15 16:07:56 +05:30
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:103
2022-10-16 14:36:14 +05:30
#, no-wrap
msgid ""
2022-10-20 15:26:17 +05:30
"1. B<fatal_proc_unmounted()>\n"
"2. B<procps_pids_new()>\n"
"3. B<procps_pids_get()>, B<procps_pids_reap()> or B<procps_pids_select()>\n"
"4. B<procps_pids_unref()>\n"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:108
msgid ""
"The B<get> function is an iterator for successive PIDs/TIDs, returning those "
"`items' previously identified via B<new> or B<reset>."
msgstr ""
2022-03-22 16:10:10 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:115
msgid ""
2022-10-20 15:26:17 +05:30
"Two functions support unpredictable variable outcomes. The B<reap> function "
"gathers data for all processes while the B<select> function deals with "
"specific PIDs or UIDs. Both can return multiple `stacks' each containing "
"multiple `result' structures. Optionally, a user may choose to B<sort> such "
"results"
msgstr ""
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_pids.3:122
msgid ""
"To exploit any `stack', and access individual `result' structures, a "
"I<relative_enum> is required as shown in the B<VAL> macro defined in the "
"header file. Such values could be hard coded as: 0 through numitems-1. "
"However, this need is typically satisfied by creating your own enumerators "
"corresponding to the order of the `items' array. "
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: SS
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:123
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Caveats "
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:130
msgid ""
2022-10-20 15:26:17 +05:30
"The E<lt>pidsE<gt> API differs from others in that those items of interest "
"must be provided at B<new> or B<reset> time, the latter being unique to this "
"API. If either the I<items> or I<numitems> parameter is zero at B<new> "
"time, then B<reset> becomes mandatory before issuing any other call."
msgstr ""
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_pids.3:135
msgid ""
"For the B<new> and B<unref> functions, the address of an I<info> struct "
"pointer must be supplied. With B<new> it must have been initialized to "
"NULL. With B<unref> it will be reset to NULL if the reference count reaches "
"zero. "
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:138
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"The B<get> and B<reap> functions use the I<which> parameter to specify "
"whether just tasks or both tasks and threads are to be fetched."
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:143
msgid ""
2022-10-20 15:26:17 +05:30
"The B<select> function requires an array of PIDs or UIDs as I<these> along "
"with I<numthese> to identify which processes are to be fetched. This "
"function then operates as a subset of B<reap>."
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_pids.3:147
msgid ""
"When using the B<sort> function, the parameters I<stacks> and I<numstacked> "
"would normally be those returned in the `pids_fetch' structure."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:155
msgid ""
2022-10-20 15:26:17 +05:30
"Lastly, a B<fatal_proc_unmounted> function may be called before any other "
"function to ensure that the /proc/ directory is mounted. As such, the "
"I<info> parameter would be NULL and the I<return_self> parameter zero. If, "
"however, some items are desired for the issuing program (a I<return_self> "
"other than zero) then the B<new> call must precede it to identify the "
"I<items> and obtain the required I<info> pointer."
msgstr ""
2022-10-04 17:06:48 +05:30
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:156
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "RETURN VALUE "
msgstr ""
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps_pids.3:157
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Functions Returning an `int' "
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:160
msgid ""
"An error will be indicated by a negative number that is always the inverse "
"of some well known errno.h value. "
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:164
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Success is indicated by a zero return value. However, the B<ref> and "
"B<unref> functions return the current I<info> structure reference count. "
msgstr ""
#. type: SS
#: ../man/procps_pids.3:165
#, no-wrap
msgid "Functions Returning an `address' "
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:168
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"An error will be indicated by a NULL return pointer with the reason found in "
"the formal errno value. "
2022-10-04 17:06:48 +05:30
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:172
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Success is indicated by a pointer to the named structure. However, if one "
"survives the B<fatal_proc_unmounted> call, NULL is always returned when "
"I<return_self> is zero."
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_pids.3:173
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "DEBUGGING "
msgstr ""
2022-03-22 16:10:10 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:176
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"To aid in program development, there are two procps-ng provisions that can "
"be exploited."
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:181
msgid ""
2022-10-20 15:26:17 +05:30
"The first is a supplied file named `libproc.supp' which may be useful when "
"developing a I<multi-threaded> application. When used with the valgrind `--"
"suppressions=' option, warnings associated with the procps library itself "
"are avoided."
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:185
msgid ""
2022-10-20 15:26:17 +05:30
"Such warnings arise because the library handles heap based allocations in a "
"thread-safe manner. A I<single-threaded> application will not receive those "
"warnings."
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:190
msgid ""
2022-10-20 15:26:17 +05:30
"The second provision can help ensure `result' member references agree with "
"library expectations. It assumes that a supplied macro in the header file "
"is used to access the `result' value."
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:193
msgid ""
2022-10-20 15:26:17 +05:30
"This feature can be activated through either of the following methods and "
"any discrepancies will be written to B<stderr>. "
msgstr ""
#. type: IP
#: ../man/procps_pids.3:194
#, no-wrap
msgid "1) "
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:197
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Add CFLAGS='-DXTRA_PROCPS_DEBUG' to any other ./configure options your "
"project may employ."
2022-10-04 17:06:48 +05:30
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: IP
#: ../man/procps_pids.3:198
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "2) "
msgstr ""
2022-03-21 16:25:01 +05:30
2022-10-04 17:06:48 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:201
msgid ""
"Add #include E<lt>procps/xtra-procps-debug.hE<gt> to any program I<after> "
"the #include E<lt>procps/pids.hE<gt>."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:206
msgid ""
2022-10-20 15:26:17 +05:30
"This verification feature incurs substantial overhead. Therefore, it is "
"important that it I<not> be activated for a production/release build. "
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_pids.3:207
#, fuzzy, no-wrap
#| msgid "ENVIRONMENT VARIABLES"
msgid "ENVIRONMENT VARIABLE(S)"
msgstr "ZMIENNE ŚRODOWISKOWE"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:209
msgid "The value set for the following is unimportant, just its presence."
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: IP
#: ../man/procps_pids.3:210
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "LIBPROC_HIDE_KERNEL"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_pids.3:214
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"This will hide kernel threads which would otherwise be returned with a "
"B<procps_pids_get>, B<procps_pids_select> or B<procps_pids_reap> call."
msgstr ""
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_pids.3:215
#, fuzzy, no-wrap
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
2022-10-20 15:26:17 +05:30
#. (C) Copyright 2020 Craig Small <csmall@dropbear.xyz>
#. (C) Copyright 2021-2022 Jim Warner <james.warner@comcast.net>
#. %%%LICENSE_START(LGPL_2.1+)
#. This manual is free software; you can redistribute it and/or
#. modify it under the terms of the GNU Lesser General Public
#. License as published by the Free Software Foundation; either
#. version 2.1 of the License, or (at your option) any later version.
#. This manual is distributed in the hope that it will be useful,
#. but WITHOUT ANY WARRANTY; without even the implied warranty of
#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#. Lesser General Public License for more details.
#. You should have received a copy of the GNU Lesser General Public
#. License along with this library; if not, write to the Free Software
#. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#. %%%LICENSE_END
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:20
#, fuzzy
#| msgid "B<pgrep>(1), B<pstree>(1), B<top>(1), B<proc>(5)."
msgid "B<procps>(3), B<procps_misc>(3), B<proc>(5)."
msgstr "B<pgrep>(1), B<pstree>(1), B<top>(1), B<proc>(5)."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/procps_misc.3:20
#, fuzzy, no-wrap
#| msgid "PROCPS_USERLEN"
msgid "PROCPS_MISC"
msgstr "PROCPS_USERLEN"
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/procps_misc.3:20
#, no-wrap
msgid "August 2022 "
msgstr ""
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#. type: TH
#: ../man/procps_misc.3:20
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "libproc2 "
msgstr ""
2022-10-04 17:06:48 +05:30
#. type: SH
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:24
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "NAME "
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:26
msgid "procps_misc - API for miscellaneous information in the /proc filesystem"
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_misc.3:26
#, fuzzy, no-wrap
#| msgid "SYNOPSIS"
msgid "SYNOPSIS "
msgstr "SKŁADNIA"
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:29
#, no-wrap
msgid "B<#include E<lt>libproc2/misc.hE<gt>>\n"
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:31
#, no-wrap
msgid "Platform Particulars\n"
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:37
#, no-wrap
msgid ""
2022-10-20 15:26:17 +05:30
"long B<procps_cpu_count> (void);\n"
"long B<procps_hertz_get> (void);\n"
"unsigned int B<procps_pid_length> (void);\n"
"int B<procps_linux_version> (void);\n"
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_misc.3:40
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Runtime Particulars\n"
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:46
#, no-wrap
msgid ""
"int B< procps_loadavg> (double *I<av1>, double *I<av5>, double *I<av15>);\n"
"int B< procps_uptime> (double *I<uptime_secs>, double *I<idle_secs>);\n"
"char *B<procps_uptime_sprint> (void);\n"
"char *B<procps_uptime_sprint_short> (void);\n"
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:49
#, no-wrap
msgid "Namespace Particulars\n"
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:54
#, no-wrap
msgid ""
2022-10-20 15:26:17 +05:30
"int B< procps_ns_get_id> (const char *I<name>);\n"
"const charB< *procps_ns_get_name> (int I<id>);\n"
"int B< procps_ns_read_pid> (int I<pid>, struct procps_ns *I<nsp>);\n"
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_misc.3:57
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Link with I<-lproc2>.\n"
msgstr ""
#. type: SH
#: ../man/procps_misc.3:58
#, fuzzy, no-wrap
#| msgid "DESCRIPTION"
msgid "DESCRIPTION "
msgstr "OPIS"
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:63
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_cpu_count>() returns the number of CPUs that are currently online "
"as B<sysconf(>I<_SC_NPROCESSORS_ONLY>B<)> or an assumed I<1>."
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:69
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_hertz_get>() returns the number of clock ticks per second as "
"B<sysconf(>I<_SC_CLK_TCK>B<)> or an assumed I<100>. Dividing tics by this "
"value yields seconds."
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:74
2022-10-04 17:06:48 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_pid_length>() returns the maximum string length for a PID on the "
"system. For example, if the largest possible PID value on was 123, then the "
"length would be 3. If the file I</proc/sys/kernel/pid_max> is unreadable, "
"the value is assumed to be I<5>."
2022-10-04 17:06:48 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:83
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_linux_version>() returns the current Linux version as an encoded "
"integer. On non-Linux systems that have an emulated proc filesystem this "
"function returns the version of the Linux emulation instead. The version "
"consists of three positive integers representing the major, minor and patch "
"levels. The following macros are provided for encoding a given Linux "
"version or separating out the components of the current version."
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:86
msgid "LINUX_VERSION(\\ major\\ ,\\ minor\\ ,\\ patch\\ )"
msgstr ""
2022-03-21 16:25:01 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:88
msgid "LINUX_VERSION_MAJOR(\\ ver\\ )"
2022-10-16 14:36:14 +05:30
msgstr ""
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:90
msgid "LINUX_VERSION_MINOR(\\ ver\\ )"
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_misc.3:92
msgid "LINUX_VERSION_PATCH(\\ ver\\ )"
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:97
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_loadavg>() fetches the system load average and puts the 1, 5 and "
"15 minute averages into location(s) specified by any pointer which is not "
"I<NULL>."
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_misc.3:102
msgid ""
"B<procps_uptime>() returns uptime and/or idle seconds into location(s) "
"specified by any pointer which is not I<NULL>. The B<sprint> varieties "
"return a human-readable string in one of two forms."
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:105
msgid "HH:MM:SS up HH:MM, # users, load average: 1, 5, 15 MM averages"
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: Plain text
#: ../man/procps_misc.3:107
msgid "up HH, MM"
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:111
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_ns_get_id>() returns the integer id (enum namespace_type) of the "
"namespace for the given namespace I<name>."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-03-21 16:25:01 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:114
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"B<procps_ns_get_name>() returns the name of the namespace for the given "
"I<id> (enum namespace_type)."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:119
msgid ""
"B<procps_ns_read_pid>() returns the inodes for the namespaces of the given "
"process in the procps_ns structure pointed to by I<nsp>. Those inodes will "
"appear in the order proscribed by enum namespace_type."
msgstr ""
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:132
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid ""
"enum namespace_type {\n"
" PROCPS_NS_CGROUP,\n"
" PROCPS_NS_IPC,\n"
" PROCPS_NS_MNT,\n"
" PROCPS_NS_NET,\n"
" PROCPS_NS_PID,\n"
" PROCPS_NS_TIME,\n"
" PROCPS_NS_USER,\n"
" PROCPS_NS_UTS\n"
"};\n"
2022-10-16 14:36:14 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_misc.3:136
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "RETURN VALUE "
msgstr ""
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps_misc.3:137
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Functions Returning an `int' or `long'"
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:140
msgid ""
"An error will be indicated by a negative number that is always the inverse "
"of some well known errno.h value. "
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#. type: SS
#: ../man/procps_misc.3:141
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "Functions Returning an `address' "
msgstr ""
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:144
msgid ""
"An error will be indicated by a NULL return pointer with the reason found in "
"the formal errno value. "
msgstr ""
#. type: SH
#: ../man/procps_misc.3:145
#, fuzzy, no-wrap
#| msgid "FILES"
msgid "FILES "
msgstr "PLIKI"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:146
#, fuzzy, no-wrap
#| msgid "I</proc/slabinfo>"
msgid "I</proc/loadavg>"
msgstr "I</proc/slabinfo>"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:149
msgid "The raw values for load average."
2022-10-16 14:36:14 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:149
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
msgid "I</proc/sys/kernel/osrelease>"
2022-10-16 14:36:14 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:152
msgid "Contains the release version of the Linux kernel or proc filesystem."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#. type: TP
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:152
#, fuzzy, no-wrap
#| msgid "I</proc/sys>"
msgid "I</proc/sys/kernel/pid_max>"
msgstr "I</proc/sys>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:155
2022-10-16 14:36:14 +05:30
msgid ""
2022-10-20 15:26:17 +05:30
"Contains the value at which PIDs wrap around, one greater than the maximum "
"PID value."
2022-10-16 14:36:14 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/procps_misc.3:155
#, fuzzy, no-wrap
#| msgid "I</proc>"
msgid "I</proc/uptime>"
msgstr "I</proc>"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:158
msgid "The raw values for uptime and idle time."
2022-10-16 14:36:14 +05:30
msgstr ""
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#. type: TP
#: ../man/procps_misc.3:158
#, no-wrap
msgid "I</proc/E<lt>PIDE<gt>/ns>"
2022-10-16 14:36:14 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:161
msgid "contains the set of namespaces for a particular B<PID>."
2022-10-16 14:36:14 +05:30
msgstr ""
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#. type: SH
#: ../man/procps_misc.3:162
#, fuzzy, no-wrap
#| msgid "SEE ALSO"
msgid "SEE ALSO "
msgstr "ZOBACZ TAKŻE"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#. type: Plain text
2022-10-20 15:26:17 +05:30
#: ../man/procps_misc.3:165
#, fuzzy
#| msgid "B<pgrep>(1), B<pstree>(1), B<top>(1), B<proc>(5)."
msgid "B<procps>(3), B<procps_pids>(3), B<proc>(5)."
msgstr "B<pgrep>(1), B<pstree>(1), B<top>(1), B<proc>(5)."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "2018-05-31"
#~ msgstr "2018-05-31"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "KILL"
#~ msgstr "KILL"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "2020-04-24"
#~ msgstr "2020-04-24"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "kill - send a signal to a process"
#~ msgstr "kill - wysłanie sygnału do procesu"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<kill> [options] E<lt>pidE<gt> [...]"
#~ msgstr "B<kill> [opcje] E<lt>pidE<gt> [...]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The default signal for kill is TERM. Use B<-l> or B<-L> to list "
#~ "available signals. Particularly useful signals include HUP, INT, KILL, "
#~ "STOP, CONT, and 0. Alternate signals may be specified in three ways: "
#~ "B<-9>, B<-SIGKILL> or B<-KILL>. Negative PID values may be used to "
#~ "choose whole process groups; see the PGID column in ps command output. A "
#~ "PID of B<-1> is special; it indicates all processes except the kill "
#~ "process itself and init."
#~ msgstr ""
#~ "Domyślny sygnał to TERM. Aby uzyskać listę sygnałów, można użyć opcji B<-"
#~ "l> lub B<-L>. Przydatne sygnały to w szczególności HUP, INT, KILL, STOP, "
#~ "CONT oraz 0. Alternatywny sygnał można podać na trzy sposoby: B<-9>, B<-"
#~ "SIGKILL> oraz B<-KILL>. Ujemne wartości PID pozwalają wybrać całe grupy "
#~ "procesów - p. kolumna PGID w wyjściu polecenia ps. PID B<-1> jest "
#~ "specjalny - oznacza wszystkie procesy z wyjątkiem samego procesu kill "
#~ "oraz inita."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<E<lt>pidE<gt> [...]>"
#~ msgstr "B<E<lt>pidE<gt> [...]>"
2022-10-20 15:26:17 +05:30
#~ msgid "Send signal to every E<lt>pidE<gt> listed."
#~ msgstr "Wysłanie sygnału to każdego podanego E<lt>piduE<gt>."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<-E<lt>signalE<gt>>"
#~ msgstr "B<-E<lt>sygnałE<gt>>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<-s E<lt>signalE<gt>>"
#~ msgstr "B<-s E<lt>sygnałE<gt>>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<--signal E<lt>signalE<gt>>"
#~ msgstr "B<--signal E<lt>sygnałE<gt>>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Specify the B<signal> to be sent. The signal can be specified by using "
#~ "name or number. The behavior of signals is explained in B<signal>(7) "
#~ "manual page."
#~ msgstr ""
#~ "Podanie B<sygnału> do wysłania. Sygnał można określić przy użyciu nazwy "
#~ "lub numeru. Zachowanie sygnałów jest wyjaśnione na stronie podręcznika "
#~ "B<signal>(7)."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<-l>, B<--list> [I<signal>]"
#~ msgstr "B<-l>, B<--list> [I<sygnał>]"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "List signal names. This option has optional argument, which will convert "
#~ "signal number to signal name, or other way round."
#~ msgstr ""
#~ "Lista nazw sygnałów. Ta opcja ma opcjonalny argument, który pozwala "
#~ "zamienić numer sygnału na jego nazwę lub odwrotnie."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<-L>,B<\\ --table>"
#~ msgstr "B<-L>,B<\\ --table>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "List signal names in a nice table."
#~ msgstr "Lista nazw sygnałów w ładnej tabelce."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Your shell (command line interpreter) may have a built-in kill command. "
#~ "You may need to run the command described here as /bin/kill to solve the "
#~ "conflict."
#~ msgstr ""
#~ "Powłoka (interpreter linii poleceń) może mieć wbudowane polecenie kill. "
#~ "Aby uniknąć konfliktu, może zaistnieć potrzeba uruchomienia niniejszego "
#~ "polecenia jako /bin/kill."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<kill -9 -1>"
#~ msgstr "B<kill -9 -1>"
2022-10-20 15:26:17 +05:30
#~ msgid "Kill all processes you can kill."
#~ msgstr "Zabicie wszystkich procesów, do których mamy uprawnienia."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<kill -l 11>"
#~ msgstr "B<kill -l 11>"
2022-10-20 15:26:17 +05:30
#~ msgid "Translate number 11 into a signal name."
#~ msgstr "Zamiana numeru 11 na nazwę sygnału."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<kill -L>"
#~ msgstr "B<kill -L>"
2022-10-20 15:26:17 +05:30
#~ msgid "List the available signal choices in a nice table."
#~ msgstr "Lista dostępnych sygnałów w ładnej tabelce."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<kill 123 543 2341 3453>"
#~ msgstr "B<kill 123 543 2341 3453>"
2022-10-20 15:26:17 +05:30
#~ msgid "Send the default signal, SIGTERM, to all those processes."
#~ msgstr ""
#~ "Wysłanie domyślnego sygnału (SIGTERM) do wszystkich podanych procesów."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<kill>(2), B<killall>(1), B<nice>(1), B<pkill>(1), B<renice>(1), "
#~ "B<signal>(7), B<sigqueue>(3), B<skill>(1)"
#~ msgstr ""
#~ "B<kill>(2), B<killall>(1), B<nice>(1), B<pkill>(1), B<renice>(1), "
#~ "B<signal>(7), B<sigqueue>(3), B<skill>(1)"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "This command meets appropriate standards. The B<-L> flag is Linux-"
#~ "specific."
#~ msgstr ""
#~ "To polecenie jest zgodne z odpowiednimi standardami. Flaga B<-L> jest "
#~ "specyficzna dla Linuksa."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "E<.MT albert@users.sf.net> Albert Cahalan E<.ME> wrote kill in 1999 to "
#~ "replace a bsdutils one that was not standards compliant. The util-linux "
#~ "one might also work correctly."
#~ msgstr ""
#~ "E<.MT albert@users.sf.net> Albert Cahalan E<.ME> napisał program kill w "
#~ "roku 1999, aby zastąpić narzędzie z pakietu bsdutils, które nie było "
#~ "zgodne ze standardami. Narzędzie z pakietu util-linux także może działać "
#~ "poprawnie."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Please send bug reports to E<.MT procps@freelists.org> E<.ME>"
#~ msgstr ""
#~ "Zgłoszenia błędów prosimy wysyłać na adres E<.MT procps@freelists.org> E<."
#~ "ME>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PIDOF"
#~ msgstr "PIDOF"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "2020-12-22"
#~ msgstr "2020-12-22"
2022-10-20 15:26:17 +05:30
#~ msgid "pidof -- find the process ID of a running program"
#~ msgstr "pidof - wyszukiwanie identyfikatora procesu działającego programu"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<pidof> [B<-s>] [B<-c>] [B<-q>] [B<-w>] [B<-x>] [B<-o> I<omitpid[,"
#~ "omitpid...]...>] [B<-S> I<separator>] B<program> [B<program...>]"
#~ msgstr ""
#~ "B<pidof> [B<-s>] [B<-c>] [B<-q>] [B<-w>] [B<-x>] [B<-o> I<pid_wykl[,"
#~ "pid_wykl..]>] [B<-S> I<separator>] B<program> [B<program..>]"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<Pidof> finds the process id's (pids) of the named programs. It prints "
#~ "those id's on the standard output."
#~ msgstr ""
#~ "B<Pidof> znajduje identyfikatory procesów (pidy) programów o podanych "
#~ "nazwach i wypisuje je na standardowym wyjściu."
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-s"
#~ msgstr "-s"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Single shot - this instructs the program to only return one I<pid>."
#~ msgstr "Tryb pojedynczy - program zwróci tylko jeden I<pid>."
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-c"
#~ msgstr "-c"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Only return process ids that are running with the same root directory. "
#~ "This option is ignored for non-root users, as they will be unable to "
#~ "check the current root directory of processes they do not own."
#~ msgstr ""
#~ "Zwrócenie tylko identyfikatorów procesów działających z tym samym "
#~ "katalogiem głównym. Ta opcja jest ignorowana dla użytkowników innych niż "
#~ "root, ponieważ wtedy nie można sprawdzić katalogu głównego procesów, "
#~ "których nie jest się właścicielem."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-q"
#~ msgstr "-q"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Quiet mode, suppress any output and only sets the exit status accordingly."
#~ msgstr ""
#~ "Tryb cichy, pominięcie tekstowego wyjścia, ustawianie tylko kodu wyjścia."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-w"
#~ msgstr "-w"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Show also processes that do not have visible command line (e.g. kernel "
#~ "worker threads)."
#~ msgstr ""
#~ "Pokazanie także procesów bez widocznej linii poleceń (np. wątków jądra)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "-x"
#~ msgstr "-x"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Scripts too - this causes the program to also return process id's of "
#~ "shells running the named scripts."
#~ msgstr ""
#~ "Także skrypty - program zwróci także identyfikatory procesów powłok "
#~ "wykonujących skrypty o podanych nazwach."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-o I<omitpid>"
#~ msgstr "-o I<pid_wykl>"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Tells I<pidof> to omit processes with that process id. The special pid "
#~ "B<%PPID> can be used to name the parent process of the I<pidof> program, "
#~ "in other words the calling shell or shell script."
#~ msgstr ""
#~ "Pominięcie procesów o podanym identyfikatorze. Specjalny pid B<%PPID> "
#~ "oznacza rodzica procesu programu I<pidof>, czyli powłokę lub skrypt go "
#~ "uruchamiający."
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-S I<separator>"
#~ msgstr "-S I<separator>"
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Use I<separator> as a separator put between pids. Used only when more "
#~ "than one pids are printed for the program. The B<-d> option is an alias "
#~ "for this option for sysvinit B<pidof> compatibility."
#~ msgstr ""
#~ "Użycie I<separatora> do rozdzielania pidów. Używane tylko, jeśli "
#~ "wypisywany jest więcej niż jeden pid. Opcja B<-d> jest aliasem dla tej "
#~ "opcji ze względu na zgodność z B<pidof> z pakietu sysvinit."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "At least one program was found with the requested name."
#~ msgstr "Znaleziono przynajmniej jeden program o żądanej nazwie."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "No program was found with the requested name."
#~ msgstr "Nie znaleziono żadnego programu o żądanej nazwie."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "When using the I<-x> option, B<pidof> only has a simple method for "
#~ "detecting scripts and will miss scripts that, for example, use env. This "
#~ "limitation is due to how the scripts look in the proc filesystem."
#~ msgstr ""
#~ "W przypadku użycia opcji I<-x>, B<pidof> ma tylko prostą metodę "
#~ "wykrywania skryptów i nie znajdzie skryptów, które np. używają env. "
#~ "Ograniczenie to wynika z tego, jak skrypty wyglądają w systemie plików "
#~ "proc."
2022-10-20 15:26:17 +05:30
#~ msgid "B<pgrep>(1), B<pkill>(1)"
#~ msgstr "B<pgrep>(1), B<pkill>(1)"
#~ msgid "Jaromir Capik E<lt>jcapik@redhat.comE<gt>"
#~ msgstr "Jaromir Capik E<lt>jcapik@redhat.comE<gt>"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PWDX"
#~ msgstr "PWDX"
2022-10-20 15:26:17 +05:30
#~ msgid "pwdx - report current working directory of a process"
#~ msgstr "pwdx - informacja o bieżącym katalogu roboczym procesu"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<pwdx> [I<options>] I<pid> [...]"
#~ msgstr "B<pwdx> [I<opcje>] I<pid> [...]"
2022-10-20 15:26:17 +05:30
#~ msgid "Output version information and exit."
#~ msgstr "Wypisanie informacji o wersji i zakończenie."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Output help screen and exit."
#~ msgstr "Wyświetlenie ekranu pomocy i zakończenie."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "No standards apply, but B<pwdx> looks an awful lot like a SunOS command."
#~ msgstr ""
#~ "Polecenia B<pwdx> nie dotyczą żadne standardy, ale wygląda równie "
#~ "brzydko, co polecenie SunOS."
#~ msgid "E<.UR nmiell@gmail.com> Nicholas Miell E<.UE> wrote pwdx in 2004."
#~ msgstr ""
#~ "E<.UR nmiell@gmail.com> Nicholas Miell E<.UE> napisał pwdx w 2004 roku."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SKILL"
#~ msgstr "SKILL"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "skill, snice - send a signal or report process status"
#~ msgstr "skill, snice - wysłanie sygnału lub informacja o stanie procesu"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<skill> [I<signal>] [I<options>] I<expression>"
#~ msgstr "B<skill> [I<sygnał>] [I<opcje>] I<wyrażenie>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<snice> [I<new priority>] [I<options>] I<expression>"
#~ msgstr "B<snice> [I<nowy priorytet>] [I<opcje>] I<wyrażenie>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "These tools are obsolete and unportable. The command syntax is poorly "
#~ "defined. Consider using the killall, pkill, and pgrep commands instead."
#~ msgstr ""
#~ "Niniejsze narzędzia są przestarzałe i nieprzenośne. Składnia poleceń jest "
#~ "słabo zdefiniowana. Zamiast nich lepiej używać poleceń killall, pkill "
#~ "oraz pgrep."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The default signal for skill is TERM. Use -l or -L to list available "
#~ "signals. Particularly useful signals include HUP, INT, KILL, STOP, CONT, "
#~ "and 0. Alternate signals may be specified in three ways: -9 -SIGKILL -"
#~ "KILL."
#~ msgstr ""
#~ "Domyśli sygnał dla programu skill to TERM. Listę dostępnych sygnałów "
#~ "można uzyskać przy użyciu -l lub -L. Szczególnie przydatne sygnały to "
#~ "HUP, INT, KILL, STOP, CONT oraz 0. Alternatywne sygnały można podać na "
#~ "trzy sposoby: -9 -SIGKILL -KILL."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The default priority for snice is +4. Priority numbers range from +20 "
#~ "(slowest) to -20 (fastest). Negative priority numbers are restricted to "
#~ "administrative users."
#~ msgstr ""
#~ "Domyślny priorytet dla programu snice to +4. Numery priorytetów są z "
#~ "przedziału +20 (najwolniej) do -20 (najszybciej). Numery ujemne są "
#~ "zastrzeżone dla administratorów."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-f>,B<\\ --fast>"
#~ msgstr "B<-f>,B<\\ --fast>"
2022-10-20 15:26:17 +05:30
#~ msgid "Fast mode. This option has not been implemented."
#~ msgstr "Tryb szybki. Ta opcja nie została zaimplementowana."
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-i>,B<\\ --interactive>"
#~ msgstr "B<-i>,B<\\ --interactive>"
2022-10-20 15:26:17 +05:30
#~ msgid "Interactive use. You will be asked to approve each action."
#~ msgstr "Tryb interaktywny. Użytkownik będzie pytany o każdą akcję."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-l>,B<\\ --list>"
#~ msgstr "B<-l>,B<\\ --list>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "List all signal names."
#~ msgstr "Lista wszystkich nazw sygnałów."
#~ msgid "List all signal names in a nice table."
#~ msgstr "Lista wszystkich nazw sygnałów w ładnej tabelce."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-n>,B<\\ --no-action>"
#~ msgstr "B<-n>,B<\\ --no-action>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "No action; perform a simulation of events that would occur but do not "
#~ "actually change the system."
#~ msgstr ""
#~ "Bez akcji; wykonanie symulacji zdarzeń, które by nastąpiły, ale bez zmian "
#~ "w systemie."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-v>,B<\\ --verbose>"
#~ msgstr "B<-v>,B<\\ --verbose>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Verbose; explain what is being done."
#~ msgstr "Tryb szczegółowy; wyjaśnianie, co jest wykonywane."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-w>,B<\\ --warnings>"
#~ msgstr "B<-w>,B<\\ --warnings>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Enable warnings. This option has not been implemented."
#~ msgstr "Włączenie ostrzeżeń. Ta opcja nie została zaimplementowana."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PROCESS SELECTION OPTIONS"
#~ msgstr "OPCJE WYBORU PROCESÓW"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Selection criteria can be: terminal, user, pid, command. The options "
#~ "below may be used to ensure correct interpretation."
#~ msgstr ""
#~ "Kryterium wyboru może być: terminal, użytkownik, pid, polecenie. W celu "
#~ "zapewnienia właściwej interpretacji można użyć poniższych opcji."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-t>, B<--tty> I<tty>"
#~ msgstr "B<-t>, B<--tty> I<tty>"
#~ msgid "The next expression is a terminal (tty or pty)."
#~ msgstr "Następne wyrażenie jest terminalem (tty lub pty)."
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-u>, B<--user> I<user>"
#~ msgstr "B<-u>, B<--user> I<użytkownik>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "The next expression is a username."
#~ msgstr "Następne wyrażenie jest nazwą użytkownika."
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-p>, B<--pid> I<pid>"
#~ msgstr "B<-p>, B<--pid> I<pid>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "The next expression is a process ID number."
#~ msgstr "Następne wyrażenie jest liczbowym identyfikatorem procesu."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-c>, B<--command> I<command>"
#~ msgstr "B<-c>, B<--command> I<polecenie>"
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "The next expression is a command name."
#~ msgstr "następne wyrażenie jest nazwą polecenia."
#~ msgid "Match the processes that belong to the same namespace as pid."
#~ msgstr ""
#~ "Dopasowanie procesów należących do tej samej przestrzeni nazw, co pid."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--nslist >I<ns\\/>,\\,I<...\\/>"
#~ msgstr "B<--nslist >I<ns\\/>,\\,I<...\\/>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "list which namespaces will be considered for the --ns option. Available "
#~ "namespaces: ipc, mnt, net, pid, user, uts."
#~ msgstr ""
#~ "lista przestrzeni nazw uwzględnianych w opcji --ns. Dostępne "
#~ "przestrzenie: ipc, mnt, net, pid, user, uts."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SIGNALS"
#~ msgstr "SYGNAŁY"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "The behavior of signals is explained in B<signal>(7) manual page."
#~ msgstr ""
#~ "Zachowanie sygnałów jest wyjaśnione na stronie podręcznika B<signal>(7)."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<snice -c seti -c crack +7>"
#~ msgstr "B<snice -c seti -c crack +7>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Slow down seti and crack commands."
#~ msgstr "Spowolnienie poleceń seti oraz crack."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<skill -KILL -t /dev/pts/*>"
#~ msgstr "B<skill -KILL -t /dev/pts/*>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Kill users on PTY devices."
#~ msgstr "Zabicie użytkowników na urządzeniach PTY."
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<skill -STOP -u viro -u lm -u davem>"
#~ msgstr "B<skill -STOP -u viro -u lm -u davem>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Stop three users."
#~ msgstr "Zatrzymanie trzech użytkowników."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<kill>(1), B<kill>(2), B<killall>(1), B<nice>(1), B<pkill>(1), "
#~ "B<renice>(1), B<signal>(7)"
#~ msgstr ""
#~ "B<kill>(1), B<kill>(2), B<killall>(1), B<nice>(1), B<pkill>(1), "
#~ "B<renice>(1), B<signal>(7)"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "No standards apply."
#~ msgstr "Żadne standardy nie dotyczą tych poleceń."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "E<.MT albert@users.sf.net> Albert Cahalan E<.ME> wrote skill and snice in "
#~ "1999 as a replacement for a non-free version."
#~ msgstr ""
#~ "E<.MT albert@users.sf.net> Albert Cahalan E<.ME> napisał programy skill i "
#~ "snice w roku 1999 jako zamiennik wersji nie będących oprogramowaniem "
#~ "wolnodostępnym."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SLABTOP"
#~ msgstr "SLABTOP"
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "June 2011"
#~ msgstr "czerwiec 2011"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "slabtop - display kernel slab cache information in real time"
#~ msgstr ""
#~ "slabtop - wyświetlanie informacji o pamięci podręcznej płyt jądra w "
#~ "czasie rzeczywistym"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<slabtop> [I<options>]"
#~ msgstr "B<slabtop> [I<opcje>]"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<slabtop> displays detailed kernel slab cache information in real time. "
#~ "It displays a listing of the top caches sorted by one of the listed sort "
#~ "criteria. It also displays a statistics header filled with slab layer "
#~ "information."
#~ msgstr ""
#~ "B<slabtop> wyświetla szczegółowe informacje o pamięci podręcznej płyt "
#~ "jądra w czasie rzeczywistym. Wyświetla listę pierwszych bloków "
#~ "posortowanych według jednego z kryteriów. Wyświetla także nagłówek "
#~ "statystyk wypełniony informacjami o warstwie płyt."
#~ msgid ""
#~ "Normal invocation of B<slabtop> does not require any options. The "
#~ "behavior, however, can be fine-tuned by specifying one or more of the "
#~ "following flags:"
#~ msgstr ""
#~ "Zwykłe wywołanie programu B<slabtop> nie wymaga żadnych opcji. Zachowanie "
#~ "może być jednak dostosowane szczegółowo poprzez podanie jednej lub "
#~ "większej liczby z następujących flag:"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-d>, B<--delay>=I<N>"
#~ msgstr "B<-d>, B<--delay>=I<N>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Refresh the display every I<n> in seconds. By default, B<slabtop> "
#~ "refreshes the display every three seconds. To exit the program, hit B<q.>"
#~ msgstr ""
#~ "Odświeżanie ekranu co I<n> sekund. Domyślnie B<slabtop> odświeża ekran co "
#~ "3 sekundy. Program można zakończyć naciskając klawisz B<q>."
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-s>, B<--sort>=I<S>"
#~ msgstr "B<-s>, B<--sort>=I<S>"
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Sort by I<S>, where I<S> is one of the sort criteria."
#~ msgstr "Sortowanie według I<S>, gdzie I<S> to jedno z kryteriów sortowania."
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-o>, B<--once>"
#~ msgstr "B<-o>, B<--once>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display the output once and then exit."
#~ msgstr "Jednorazowe wyświetlenie wyjścia i zakończenie."
#~ msgid "Display usage information and exit."
#~ msgstr "Wyświetlenie informacji o składni i zakończenie."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SORT CRITERIA"
#~ msgstr "KRYTERIA SORTOWANIA"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The following are valid sort criteria used to sort the individual slab "
#~ "caches and thereby determine what are the \"top\" slab caches to "
#~ "display. The default sort criteria is to sort by the number of objects "
#~ "(\"o\")."
#~ msgstr ""
#~ "Poniżej podane są poprawne kryteria sortowania dla poszczególnych pamięci "
#~ "podręcznych płyt, określające, czym mają być \"pierwsze bloki\" do "
#~ "wyświetlenia. Domyślnym kryterium sortowania jest liczba obiektów (\"o\")."
#~ msgid ""
#~ "The sort criteria can also be changed while B<slabtop> is running by "
#~ "pressing the associated character."
#~ msgstr ""
#~ "Kryterium sortowania można zmienić także w trakcie działania B<slabtop>a "
#~ "przez naciśnięcie powiązanego klawisza."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<character>"
#~ msgstr "B<znak>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<description>"
#~ msgstr "B<opis>"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<header>"
#~ msgstr "B<nagłówek>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "a"
#~ msgstr "a"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "number of active objects"
#~ msgstr "liczba aktywnych obiektów"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ACTIVE"
#~ msgstr "AKTYWNE"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "b"
#~ msgstr "b"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "objects per slab"
#~ msgstr "liczba obiektów na płytę"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "OBJ/SLAB"
#~ msgstr "OB./PŁ."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "c"
#~ msgstr "c"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cache size"
#~ msgstr "rozmiar pamięci podręcznej"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "CACHE SIZE"
#~ msgstr "ROZM.CACHE"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "l"
#~ msgstr "l"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "number of slabs"
#~ msgstr "liczba płyt"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SLABS"
#~ msgstr "PŁYTY"
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "v"
#~ msgstr "v"
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "number of active slabs"
#~ msgstr "liczba aktywnych płyt"
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "N/A"
#~ msgstr "N/A"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "n"
#~ msgstr "n"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "name"
#~ msgstr "nazwa"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "NAME\\:"
#~ msgstr "NAZWA\\:"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "o"
#~ msgstr "o"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "number of objects"
#~ msgstr "liczba obiektów"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "OBJS"
#~ msgstr "OB."
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "p"
#~ msgstr "p"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "pages per slab"
#~ msgstr "liczba stron na płytę"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "s"
#~ msgstr "s"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "object size"
#~ msgstr "rozmiar obiektu"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "OBJ SIZE"
#~ msgstr "ROZM.OB."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "u"
#~ msgstr "u"
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cache utilization"
#~ msgstr "wykorzystanie pamięci podręcznej"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "USE"
#~ msgstr "UŻ."
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "COMMANDS"
#~ msgstr "POLECENIA"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<slabtop> accepts keyboard commands from the user during use. The "
#~ "following are supported. In the case of letters, both cases are accepted."
#~ msgstr ""
#~ "B<slabtop> w trakcie działania przyjmuje polecenia użytkownika z "
#~ "klawiatury. Poniżej znajduje się lista obsługiwanych; w przypadku liter, "
#~ "akceptowane są obie wielkości."
#~ msgid ""
#~ "Each of the valid sort characters are also accepted, to change the sort "
#~ "routine. See the section B<SORT CRITERIA>."
#~ msgstr ""
#~ "Przyjmowany jest każdy poprawny znak kryterium sortowania - zmienia on "
#~ "porządek; więcej w sekcji B<KRYTERIA SORTOWANIA>."
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<E<lt>SPACEBARE<gt>>"
#~ msgstr "B<E<lt>SPACJA<gt>>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Refresh the screen."
#~ msgstr "Odświeżenie ekranu."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<Q>"
#~ msgstr "B<Q>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Quit the program."
#~ msgstr "Zakończenie programu."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "slab information"
#~ msgstr "informacja o płytach"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<free>(1), B<ps>(1), B<top>(1), B<vmstat>(8)"
#~ msgstr "B<free>(1), B<ps>(1), B<top>(1), B<vmstat>(8)"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Currently, B<slabtop> requires a 2.4 or later kernel (specifically, a "
#~ "version 1.1 or later I</proc/slabinfo>). Kernel 2.2 should be supported "
#~ "in the future."
#~ msgstr ""
#~ "Obecnie B<slabtop> wymaga jądra 2.4 lub późniejszego (w szczególności "
#~ "wersji 1.1 lub nowszej I</proc/slabinfo>). Jądro 2.2 powinno być "
#~ "obsługiwane w przyszłości."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The B<slabtop> statistic header is tracking how many bytes of slabs are "
#~ "being used and is not a measure of physical memory. The 'Slab' field in "
#~ "the /proc/meminfo file is tracking information about used slab physical "
#~ "memory."
#~ msgstr ""
#~ "Nagłówek statystyk programu B<slabtop> śledzi, jak dużo bajtów płyt jest "
#~ "w użyciu, i nie jest miarę pamięci fizycznej. Pole 'Slab' w pliku /proc/"
#~ "meminfo śledzi informacje o użytej pamięci fizycznej płyt."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Written by Chris Rivera and Robert Love."
#~ msgstr "Autorami są Chris Rivera i Robert Love."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<slabtop> was inspired by Martin Bligh's perl script, B<vmtop>."
#~ msgstr ""
#~ "B<slabtop> został zainspirowany skryptem perlowym B<vmtop> autorstwa "
#~ "Martina Bligha."
2022-03-22 16:10:10 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SYSCTL"
#~ msgstr "SYSCTL"
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "2020-02-27"
#~ msgstr "2020-02-27"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "sysctl - configure kernel parameters at runtime"
#~ msgstr "sysctl - konfiguracja parametrów jądra w czasie działania"
2022-10-20 15:26:17 +05:30
#~ msgid "B<sysctl> [I<options>] [I<variable>[B<=>I<value>]] [...]"
#~ msgstr "B<sysctl> [I<opcje>] [I<zmienna>[B<=>I<wartość>]] [...]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<sysctl -p> [I<file> or I<regexp>] [...]"
#~ msgstr "B<sysctl -p> [I<plik> lub I<wyrażenie_regularne>] [...]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<sysctl> is used to modify kernel parameters at runtime. The parameters "
#~ "available are those listed under /proc/sys/. Procfs is required for "
#~ "B<sysctl> support in Linux. You can use B<sysctl> to both read and write "
#~ "sysctl data."
#~ msgstr ""
#~ "B<sysctl> służy do modyfikowania parametrów jądra w czasie działania. "
#~ "Dostępne parametry to te, które są w /proc/sys/. Do obsługi <sysctl> pod "
#~ "Linuksem wymagany jest procfs. Program B<sysctl> może być używany do "
#~ "odczytu i zapisu danych sysctl."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PARAMETERS"
#~ msgstr "PARAMETRY"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "I<variable>"
#~ msgstr "I<zmienna>"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The name of a key to read from. An example is kernel.ostype. The '/' "
#~ "separator is also accepted in place of a '.'."
#~ msgstr ""
#~ "Nazwa klucza, z którego mają być odczytane dane, na przykład kernel."
#~ "ostype. Akceptowany jest także separator '/' zamiast '.'."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "I<variable>=I<value>"
#~ msgstr "I<zmienna>=I<wartość>"
#~ msgid ""
#~ "To set a key, use the form I<variable>=I<value> where I<variable> is the "
#~ "key and I<value> is the value to set it to. If the value contains quotes "
#~ "or characters which are parsed by the shell, you may need to enclose the "
#~ "value in double quotes."
#~ msgstr ""
#~ "Aby ustawić klucz, należy użyć formy I<zmienna>=I<wartość>, gdzie "
#~ "I<zmienna> to klucz, a I<wartość> wartość, na jaką klucz ma być "
#~ "ustawiony. Jeśli wartość zawiera apostrofy lub znaki, które są "
#~ "przetwarzane przez powłokę, może być potrzeba ujęcia wartości w "
#~ "cudzysłowy."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-n>, B<--values>"
#~ msgstr "B<-n>, B<--values>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Use this option to disable printing of the key name when printing values."
#~ msgstr ""
#~ "Ta opcja wyłącza wypisywanie nazwy klucza przy wypisywaniu wartości."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-e>, B<--ignore>"
#~ msgstr "B<-e>, B<--ignore>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Use this option to ignore errors about unknown keys."
#~ msgstr "Ta opcja powoduje ignorowanie błędów przy nieznanych kluczach."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-N>, B<--names>"
#~ msgstr "B<-N>, B<--names>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Use this option to only print the names. It may be useful with shells "
#~ "that have programmable completion."
#~ msgstr ""
#~ "Ta opcja powoduje wypisywanie samych nazw. Może być przydatna dla powłok "
#~ "z programowalnym dopełnianiem."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Use this option to not display the values set to stdout."
#~ msgstr ""
#~ "Ta opcja powoduje niewyświetlanie ustawianych wartości na standardowym "
#~ "wyjściu."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-w>, B<--write>"
#~ msgstr "B<-w>, B<--write>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Use this option when all arguments prescribe a key to be set."
#~ msgstr ""
#~ "Należy użyć tej opcji, kiedy wszystkie argumenty oznaczają ustawienie "
#~ "klucza."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-p>[I<FILE>], B<--load>[=I<FILE>]"
#~ msgstr "B<-p>[I<PLIK>], B<--load>[=I<PLIK>]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Load in sysctl settings from the file specified or /etc/sysctl.conf if "
#~ "none given. Specifying - as filename means reading data from standard "
#~ "input. Using this option will mean arguments to B<sysctl> are files, "
#~ "which are read in the order they are specified. The file argument may be "
#~ "specified as regular expression."
#~ msgstr ""
#~ "Wczytanie ustawień sysctl z podanego pliku lub /etc/sysctl.conf, jeśli "
#~ "nie podano pliku. Podanie - jako nazwy pliku oznacza odczyt danych ze "
#~ "standardowego wejścia. Użycie tej opcji oznacza, że argumenty B<sysctl> "
#~ "są plikami, które będą czytane w kolejności podania. Argument plikowy "
#~ "może być też podany jako wyrażenie regularne."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-a>, B<--all>"
#~ msgstr "B<-a>, B<--all>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display all values currently available."
#~ msgstr "Wyświetlenie wszystkie aktualnie dostępnych wartości."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--deprecated>"
#~ msgstr "B<--deprecated>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Include deprecated parameters to B<--all> values listing."
#~ msgstr "Dołączenie do listy wartości B<--all> parametrów przestarzałych."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-b>, B<--binary>"
#~ msgstr "B<-b>, B<--binary>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Print value without new line."
#~ msgstr "Wypisanie wartości bez nowej linii."
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--system>"
#~ msgstr "B<--system>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Load settings from all system configuration files. Files are read from "
#~ "directories in the following list in given order from top to bottom. "
#~ "Once a file of a given filename is loaded, any file of the same name in "
#~ "subsequent directories is ignored."
#~ msgstr ""
#~ "Wczytanie ustawień ze wszystkich systemowych plików konfiguracyjnych. "
#~ "Pliki są czytane z katalogów z następującej listy w podanej kolejności od "
#~ "góry do dołu. Po wczytaniu danego pliku, plik o tej samej nazwie w "
#~ "dalszych katalogach jest ignorowany."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/etc/sysctl.d/*.conf"
#~ msgstr "/etc/sysctl.d/*.conf"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/run/sysctl.d/*.conf"
#~ msgstr "/run/sysctl.d/*.conf"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/usr/local/lib/sysctl.d/*.conf"
#~ msgstr "/usr/local/lib/sysctl.d/*.conf"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/usr/lib/sysctl.d/*.conf"
#~ msgstr "/usr/lib/sysctl.d/*.conf"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/lib/sysctl.d/*.conf"
#~ msgstr "/lib/sysctl.d/*.conf"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/etc/sysctl.conf"
#~ msgstr "/etc/sysctl.conf"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-r>, B<--pattern> I<pattern>"
#~ msgstr "B<-r>, B<--pattern> I<wzorzec>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Only apply settings that match I<pattern>. The I<pattern> uses extended "
#~ "regular expression syntax."
#~ msgstr ""
#~ "Naniesienie wyłącznie ustawień pasujących do I<wzorca>. I<wzorzec> "
#~ "wykorzystuje składnię rozszerzonych wyrażeń regularnych."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-A>"
#~ msgstr "B<-A>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Alias of B<-a>"
#~ msgstr "Alias dla B<-a>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-d>"
#~ msgstr "B<-d>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Alias of B<-h>"
#~ msgstr "Alias dla B<-h>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-f>"
#~ msgstr "B<-f>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Alias of B<-p>"
#~ msgstr "Alias dla B<-p>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-o>"
#~ msgstr "B<-o>"
#~ msgid "Does nothing, exists for BSD compatibility."
#~ msgstr "Nic nie robi, istnieje dla zgodności z BSD."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-x>"
#~ msgstr "B<-x>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -a"
#~ msgstr "/sbin/sysctl -a"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -n kernel.hostname"
#~ msgstr "/sbin/sysctl -n kernel.hostname"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -w kernel.domainname=\"example.com\""
#~ msgstr "/sbin/sysctl -w kernel.domainname=\"example.com\""
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -p/etc/sysctl.conf"
#~ msgstr "/sbin/sysctl -p/etc/sysctl.conf"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -a --pattern forward"
#~ msgstr "/sbin/sysctl -a --pattern forward"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -a --pattern forward$"
#~ msgstr "/sbin/sysctl -a --pattern forward$"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl -a --pattern 'net.ipv4.conf.(eth|wlan)0.arp'"
#~ msgstr "/sbin/sysctl -a --pattern 'net.ipv4.conf.(eth|wlan)0.arp'"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "/sbin/sysctl --system --pattern '^net.ipv6'"
#~ msgstr "/sbin/sysctl --system --pattern '^net.ipv6'"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "DEPRECATED PARAMETERS"
#~ msgstr "PARAMETRY PRZESTARZAŁE"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The B<base_reachable_time> and B<retrans_time> are deprecated. The "
#~ "B<sysctl> command does not allow changing values of these parameters. "
#~ "Users who insist to use deprecated kernel interfaces should push values "
#~ "to /proc file system by other means. For example:"
#~ msgstr ""
#~ "Zmienne B<base_reachable_time> oraz B<retrans_time> są przestarzałe. "
#~ "Polecenie B<sysctl> nie pozwala na zmianę wartości tych parametrów. "
#~ "Użytkownicy uporczywie używający przestarzałych interfejsów powinni "
#~ "umieścić wartości w systemie plików /proc w inny sposób, na przykład:"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "echo 256 E<gt> /proc/sys/net/ipv6/neigh/eth0/base_reachable_time"
#~ msgstr "echo 256 E<gt> /proc/sys/net/ipv6/neigh/eth0/base_reachable_time"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "I</etc/sysctl.d/*.conf>"
#~ msgstr "I</etc/sysctl.d/*.conf>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "I</run/sysctl.d/*.conf>"
#~ msgstr "I</run/sysctl.d/*.conf>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "I</usr/local/lib/sysctl.d/*.conf>"
#~ msgstr "I</usr/local/lib/sysctl.d/*.conf>"
#~ msgid "I</usr/lib/sysctl.d/*.conf>"
#~ msgstr "I</usr/lib/sysctl.d/*.conf>"
#~ msgid "I</lib/sysctl.d/*.conf>"
#~ msgstr "I</lib/sysctl.d/*.conf>"
#~ msgid "I</etc/sysctl.conf>"
#~ msgstr "I</etc/sysctl.conf>"
#~ msgid "B<sysctl.conf>(5) B<regex>(7)"
#~ msgstr "B<sysctl.conf>(5) B<regex>(7)"
#~ msgid "E<.UR staikos@0wned.org> George Staikos E<.UE>"
#~ msgstr "E<.UR staikos@0wned.org> George Staikos E<.UE>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SYSCTL.CONF"
#~ msgstr "SYSCTL.CONF"
2021-02-15 16:07:56 +05:30
2022-03-21 16:25:01 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "File Formats"
#~ msgstr "Formaty plików"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "sysctl.conf - sysctl preload/configuration file"
#~ msgstr "sysctl.conf - plik wartości początkowych/konfiguracyjny sysctl"
#~ msgid ""
#~ "B<sysctl.conf> is a simple file containing sysctl values to be read in "
#~ "and set by B<sysctl>. The syntax is simply as follows:"
#~ msgstr ""
#~ "B<sysctl.conf> to prosty plik zawierający wartości sysctl do odczytu i "
#~ "ustawienia przez polecenie B<sysctl>. Składnia jest prosta:"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "# comment\n"
#~ "; comment\n"
#~ msgstr ""
#~ "# komentarz\n"
#~ "; komentarz\n"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "token = value\n"
#~ msgstr "token = wartość\n"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Note that blank lines are ignored, and whitespace before and after a "
#~ "token or value is ignored, although a value can contain whitespace "
#~ "within. Lines which begin with a I<#> or I<;> are considered comments "
#~ "and ignored."
#~ msgstr ""
#~ "Uwaga: puste linie są ignorowane, także białe znaki przed i po tokenie "
#~ "lub wartości są ignorowane, natomiast sama wartość może zawierać białe "
#~ "znaki. Linie zaczynające się znakiem I<#> lub I<;> są uznawane za "
#~ "komentarze i ignorowane."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "If a line begins with a single -, any attempts to set the value that fail "
#~ "will be ignored."
#~ msgstr ""
#~ "Jeśli linia zaczyna się pojedynczym -, nieudana próba ustawienia wartości "
#~ "będzie zignorowana."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "As the B</etc/sysctl.conf> file is used to override default kernel "
#~ "parameter values, only a small number of parameters is predefined in the "
#~ "file. Use I</sbin/sysctl\\ -a> or follow B<sysctl>(8) to list all "
#~ "possible parameters. The description of individual parameters can be "
#~ "found in the kernel documentation."
#~ msgstr ""
#~ "Jako że plik B</etc/sysctl.conf> służy do nadpisywania domyślnych "
#~ "wartości parametrów jądra, tylko niewielka liczba parametrów jest "
#~ "predefiniowana w tym pliku. Aby wypisać wszystkie możeliwe parametry, "
#~ "należy użyć I</sbin/systcl\\ -a> lub zajrzeć do B<sysctl>(8). Opis "
#~ "poszczególnych parametrów można znaleźć w dokumentacji jądra."
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "EXAMPLE"
#~ msgstr "PRZYKŁAD"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "# sysctl.conf sample\n"
#~ "#\n"
#~ " kernel.domainname = example.com\n"
#~ "; this one has a space which will be written to the sysctl!\n"
#~ " kernel.modprobe = /sbin/mod probe\n"
#~ msgstr ""
#~ "# przykładowy sysctl.conf\n"
#~ "#\n"
#~ " kernel.domainname = example.com\n"
#~ "; ta wartość zawiera spację, która zostanie zapisana do sysctl!\n"
#~ " kernel.modprobe = /sbin/mod probe\n"
#~ msgid ""
#~ "The paths where B<sysctl> preload files usually exist. See also "
#~ "B<sysctl> option I<--system>."
#~ msgstr ""
#~ "Ścieżki, gdzie zwykle istnieją pliki do automatycznego wczytywania "
#~ "B<sysctl>. P. także opcja B<sysctl> I<--system>."
#~ msgid "B<sysctl>(8)"
#~ msgstr "B<sysctl>(8)"
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "TLOAD"
#~ msgstr "TLOAD"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "tload - graphic representation of system load average"
#~ msgstr "tload - graficzna reprezentacja średniego obciążenia systemu"
#~ msgid "B<tload> [I<options>] [I<tty>]"
#~ msgstr "B<tload> [I<opcje>] [I<tty>]"
#~ msgid ""
#~ "B<tload> prints a graph of the current system load average to the "
#~ "specified I<tty> (or the tty of the B<tload> process if none is "
#~ "specified)."
#~ msgstr ""
#~ "B<tload> wypisuje wykres bieżącego średniego obciążenia systemu na "
#~ "określony I<tty> (lub terminal procesu B<tload>, jeśli nie podano "
#~ "żadnego)."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-s>, B<--scale> I<number>"
#~ msgstr "B<-s>, B<--scale> I<liczba>"
#~ msgid ""
#~ "The scale option allows a vertical scale to be specified for the display "
#~ "(in characters between graph ticks); thus, a smaller value represents a "
#~ "larger scale, and vice versa."
#~ msgstr ""
#~ "Opcja scale pozwala na określenie pionowej skali wyświetlania (w znakach "
#~ "między podziałką wykresu); mniejsza wartość określa większą skalę i na "
#~ "odwrót."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-d>, B<--delay> I<seconds>"
#~ msgstr "B<-d>, B<--delay> I<sekundy>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "The delay sets the delay between graph updates in I<seconds>."
#~ msgstr ""
#~ "Opcja delay ustawia opóźnienie między odświeżeniami wykresu na podaną "
#~ "liczbę I<sekund>."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display this help text."
#~ msgstr "Wyświetlenie tego opisu."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "I</proc/loadavg> load average information"
#~ msgstr "I</proc/loadavg> informacja o średnim obciążeniu"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps>(1), B<top>(1), B<uptime>(1), B<w>(1)"
#~ msgstr "B<ps>(1), B<top>(1), B<uptime>(1), B<w>(1)"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The B<-d>I< delay> option sets the time argument for an B<alarm>(2); if -"
#~ "d 0 is specified, the alarm is set to 0, which will never send the "
#~ "B<SIGALRM> and update the display."
#~ msgstr ""
#~ "Opcja B<-d>I< opóźnienie> ustawia czas dla funkcji B<alarm>(2); jeśli "
#~ "podano -d 0, alarm jest ustawiany na 0, co oznacza, że nigdy nie zostanie "
#~ "wysłany B<SIGALRM> ani odświeżony ekran."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Branko Lankester, E<.UR david@\\:ods.\\:com> David Engel E<.UE , and> E<."
#~ "UR johnsonm@\\:redhat.\\:com> Michael K. Johnson E<.UE .>"
#~ msgstr ""
#~ "Branko Lankester, E<.UR david@\\:ods.\\:com> David Engel E<.UE , oraz> E<."
#~ "UR johnsonm@\\:redhat.\\:com> Michael K. Johnson E<.UE .>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "W"
#~ msgstr "W"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "w - Show who is logged on and what they are doing."
#~ msgstr "w - wyświetlanie informacji, kto jest zalogowany i co robi."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<w> [I<options>] I<user> [...]"
#~ msgstr "B<w> [I<opcje>] I<użytkownik> [...]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<w> displays information about the users currently on the machine, and "
#~ "their processes. The header shows, in this order, the current time, how "
#~ "long the system has been running, how many users are currently logged on, "
#~ "and the system load averages for the past 1, 5, and 15 minutes."
#~ msgstr ""
#~ "B<w> wyświetla informacje o użytkownikach obecnych na maszynie oraz ich "
#~ "procesach. Nagłówek pokazuje, w tej kolejności, aktualny czas, jak długo "
#~ "system działa, jak wielu użytkowników jest obecnie zalogowanych oraz "
#~ "średnie obciążenie systemu przez ostatnie 1, 5 oraz 15 minut."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The following entries are displayed for each user: login name, the tty "
#~ "name, the remote host, login time, idle time, JCPU, PCPU, and the command "
#~ "line of their current process."
#~ msgstr ""
#~ "Dla każdego użytkownika wyświetlane są następujące wpisy: nazwa terminala "
#~ "(tty), host zdalny, czas zalogowania, czas bezczynności, JCPU, PCPU oraz "
#~ "linia poleceń bieżącego procesu."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The JCPU time is the time used by all processes attached to the tty. It "
#~ "does not include past background jobs, but does include currently running "
#~ "background jobs."
#~ msgstr ""
#~ "Czas JCPU to czas wykorzystany przez wszystkie procesy podłączone do "
#~ "terminala. Nie obejmuje wcześniejszych zadań w tle, ale obejmuje procesy "
#~ "obecnie działające w tle."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The PCPU time is the time used by the current process, named in the "
#~ "\"what\" field."
#~ msgstr ""
#~ "Czas PCPU to czas wykorzystany przez bieżący proces, uwidoczniony w polu "
#~ "\"co\"."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "COMMAND-LINE OPTIONS"
#~ msgstr "OPCJE LINII POLECEŃ"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-h>, B<--no-header>"
#~ msgstr "B<-h>, B<--no-header>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Don't print the header."
#~ msgstr "Bez wypisywania nagłówka."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-u>, B<--no-current>"
#~ msgstr "B<-u>, B<--no-current>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Ignores the username while figuring out the current process and cpu "
#~ "times. To demonstrate this, do a B<su> and do a B<w> and a B<w -u>."
#~ msgstr ""
#~ "Ignorowanie nazwy użytkownika przy sprawdzaniu bieżącego procesu i czasów "
#~ "procesora. Różnicę można zobaczyć po wykonaniu B<su>, a następnie B<w> "
#~ "oraz B<w -u>."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-s>, B<--short>"
#~ msgstr "B<-s>, B<--short>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Use the short format. Don't print the login time, JCPU or PCPU times."
#~ msgstr ""
#~ "Użycie formatu krótkiego - bez wypisywania czasu zalogowania oraz czasów "
#~ "JCPU i PCPU."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-f>, B<--from>"
#~ msgstr "B<-f>, B<--from>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Toggle printing the B<from> (remote hostname) field. The default as "
#~ "released is for the B<from> field to not be printed, although your system "
#~ "administrator or distribution maintainer may have compiled a version in "
#~ "which the B<from> field is shown by default."
#~ msgstr ""
#~ "Przełączanie wyświetlania pola B<z> (nazwy hosta zdalnego). Domyślnie w "
#~ "źródłach pole B<z> nie jest wypisywane, ale administrator systemu lub "
#~ "dystrybutor mógł skompilować wersję, która domyślnie pokazuje pole B<z>."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-i>, B<--ip-addr>"
#~ msgstr "B<-i>, B<--ip-addr>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display IP address instead of hostname for B<from> field."
#~ msgstr "Wyświetlanie adresu IP zamiast nazwy hosta w polu B<z>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-o>, B<--old-style>"
#~ msgstr "B<-o>, B<--old-style>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Old style output. Prints blank space for idle times less than one minute."
#~ msgstr ""
#~ "Wyjście w starym stylu. Wypisywanie pustego miejsca dla czasów "
#~ "bezczynności poniżej minuty."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<user >"
#~ msgstr "B<użytkownik >"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Show information about the specified user only."
#~ msgstr "Wyświetlanie informacji tylko o podanym użytkowniku."
2021-02-15 16:07:56 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ENVIRONMENT"
#~ msgstr "ŚRODOWISKO"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Override the default width of the username column. Defaults to 8."
#~ msgstr ""
#~ "Nadpisanie domyślnej szerokości kolumny z nazwą użytkownika. Domyślnie 8."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PROCPS_FROMLEN"
#~ msgstr "PROCPS_FROMLEN"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Override the default width of the from column. Defaults to 16."
#~ msgstr "Nadpisanie domyślnej szerokości kolumny B<z>. Domyślnie 16."
#~ msgid "B<free>(1), B<ps>(1), B<top>(1), B<uptime>(1), B<utmp>(5), B<who>(1)"
#~ msgstr ""
#~ "B<free>(1), B<ps>(1), B<top>(1), B<uptime>(1), B<utmp>(5), B<who>(1)"
#~ msgid ""
#~ "B<w> was re-written almost entirely by Charles Blake, based on the "
#~ "version by E<.UR greenfie@\\:gauss.\\:rutgers.\\:edu> Larry Greenfield E<."
#~ "UE> and E<.UR johnsonm@\\:redhat.\\:com> Michael K. Johnson E<.UE>"
#~ msgstr ""
#~ "Program B<w> został przepisany prawie w całości przez Charlesa Blake'a w "
#~ "oparciu o wersję, którą napisali E<.UR greenfie@\\:gauss.\\:rutgers.\\:"
#~ "edu> Larry Greenfield E<.UE> oraz E<.UR johnsonm@\\:redhat.\\:com> "
#~ "Michael K. Johnson E<.UE>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "WATCH"
#~ msgstr "WATCH"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "2020-12-06"
#~ msgstr "2020-12-06"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch - execute a program periodically, showing output fullscreen"
#~ msgstr ""
#~ "watch - regularne uruchamianie programu z wyświetlaniem wyjścia na pełnym "
#~ "ekranie"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<watch> [I<options>] I<command>"
#~ msgstr "B<watch> [I<opcje>] I<polecenie>"
#~ msgid ""
#~ "B<watch> runs I<command> repeatedly, displaying its output and errors "
#~ "(the first screenfull). This allows you to watch the program output "
#~ "change over time. By default, I<command> is run every 2 seconds and "
#~ "B<watch> will run until interrupted."
#~ msgstr ""
#~ "B<watch> powtarza uruchamianie I<polecenia>, wyświetlając jego wyjście "
#~ "oraz błędy (przy czym wyjście na pełnym ekranie). Pozwala to obserwować "
#~ "zmianę wyjścia programu w czasie. Domyślnie program jest uruchamiany co 2 "
#~ "sekundy, a B<watch> działa aż do przerwania."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-d>, B<--differences>[=I<permanent>]"
#~ msgstr "B<-d>, B<--differences>[=I<trwale>]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Highlight the differences between successive updates. If the optional "
#~ "I<permanent> argument is specified then B<watch> will show all changes "
#~ "since the first iteration."
#~ msgstr ""
#~ "Podświetlanie różnic między kolejnymi uaktualnieniami. Przy podaniu "
#~ "opcjonalnego argumentu I<permanent>, program B<watch> będzie wyświetlać "
#~ "wszystkie zmiany od pierwszej iteracji."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-n>, B<--interval> I<seconds>"
#~ msgstr "B<-n>, B<--interval> I<sekundy>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Specify update interval. The command will not allow quicker than 0.1 "
#~ "second interval, in which the smaller values are converted. Both '.' and "
#~ "',' work for any locales. The WATCH_INTERVAL environment can be used to "
#~ "persistently set a non-default interval (following the same rules and "
#~ "formatting)."
#~ msgstr ""
#~ "Określenie odstępu między uaktualnieniami. Polecenie nie będzie "
#~ "uruchamiane częściej niż co 0.1 sekundy - na taką wartość są zamieniane "
#~ "krótsze okresy. Działają oba znaki, '.' i ',', niezależnie od "
#~ "lokalizacji. Do przekazania w sposób trwały przedziału inny niż domyślny "
#~ "można użyć zmiennej środowiskowej WATCH_INTERVAL (reguły i formatowanie "
#~ "są te same)."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-p>, B<--precise>"
#~ msgstr "B<-p>, B<--precise>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Make B<watch> attempt to run I<command> every B<--interval> I<seconds>. "
#~ "Try it with B<ntptime> (if present) and notice how the fractional seconds "
#~ "stays (nearly) the same, as opposed to normal mode where they "
#~ "continuously increase."
#~ msgstr ""
#~ "Próba uruchamiania I<polecenia> co podaną liczbę B<--interval> I<sekund>. "
#~ "Można wypróbować tę opcję z poleceniem B<ntptime> i obserwować, jak "
#~ "ułamki sekund pozostają (prawie) takie same, w przeciwieństwie do trybu "
#~ "zwykłego, gdzie stale się zwiększają."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Turn off the header showing the interval, command, and current time at "
#~ "the top of the display, as well as the following blank line."
#~ msgstr ""
#~ "Wyłączenie nagłówka pokazującego okres, polecenie oraz czas bieżący na "
#~ "górze ekranu, a także następującej po nim pustej linii."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-b>, B<--beep>"
#~ msgstr "B<-b>, B<--beep>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Beep if command has a non-zero exit."
#~ msgstr "Sygnał dźwiękowy w przypadku niezerowego kodu wyjścia polecenia."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-e>, B<--errexit>"
#~ msgstr "B<-e>, B<--errexit>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Freeze updates on command error, and exit after a key press."
#~ msgstr ""
#~ "Zamrożenie uaktualnień po błędzie polecenia, zakończenie pracy po "
#~ "naciśnięciu klawisza."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-g>, B<--chgexit>"
#~ msgstr "B<-g>, B<--chgexit>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Exit when the output of I<command> changes."
#~ msgstr "Zakończenie, gdy wyjście I<polecenia> się zmieni."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-c>, B<--color>"
#~ msgstr "B<-c>, B<--color>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Interpret ANSI color and style sequences."
#~ msgstr "Interpretowanie sekwencji kolorów i stylów ANSI"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-x>, B<--exec>"
#~ msgstr "B<-x>, B<--exec>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Pass I<command> to B<exec>(2) instead of B<sh -c> which reduces the need "
#~ "to use extra quoting to get the desired effect."
#~ msgstr ""
#~ "Przekazanie I<polecenia> do B<exec>(2) zamiast B<sh -c> ogranicza "
#~ "potrzebę użycia dodatkowego cytowania, aby uzyskać pożądany efekt."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-w>, B<--no-linewrap>"
#~ msgstr "B<-w>, B<--no-linewrap>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Turn off line wrapping. Long lines will be truncated instead of wrapped "
#~ "to the next line."
#~ msgstr ""
#~ "Wyłączenie zawijania linii. Długie linie będą ucinane zamiast zawijania "
#~ "do następnej linii."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-v>, B<--version>"
#~ msgstr "B<-v>, B<--version>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Various failures."
#~ msgstr "Różne niepowodzenia."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<2>"
#~ msgstr "B<2>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Forking the process to watch failed."
#~ msgstr "Nie udało się odgałęzić procesu do obserwacji."
2022-03-22 16:10:10 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<3>"
#~ msgstr "B<3>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Replacing child process stdout with write side pipe failed."
#~ msgstr ""
#~ "Nie udało się zastąpić standardowego wyjścia procesu potomnego stroną "
#~ "piszącą potoku."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<4>"
#~ msgstr "B<4>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Command execution failed."
#~ msgstr "Nie udało się uruchomić polecenia."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<5>"
#~ msgstr "B<5>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Closing child process write pipe failed."
#~ msgstr "Nie udało się zamknąć potoku piszącego procesu potomnego."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<7>"
#~ msgstr "B<7>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "IPC pipe creation failed."
#~ msgstr "Nie udało się utworzyć potoku IPC."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<8>"
#~ msgstr "B<8>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Getting child process return value with B<waitpid>(2) failed, or command "
#~ "exited up on error."
#~ msgstr ""
#~ "Nie udało się uzyskać kodu powrotu procesu potomnego przez B<waitpid>(2) "
#~ "lub polecenie zakończyło się błędem."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<other>"
#~ msgstr "B<inne>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "The watch will propagate command exit status as child exit status."
#~ msgstr ""
#~ "Program watch propaguje kod wyjścia polecenia jako kod wyjścia potomka."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The behaviour of B<watch> is affected by the following environment "
#~ "variables."
#~ msgstr ""
#~ "Zachowanie programu B<watch> jest modyfikowane przez następujące zmienne "
#~ "środowiskowe."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<WATCH_INTERVAL>"
#~ msgstr "B<WATCH_INTERVAL>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Update interval, follows the same rules as the B<--interval> command line "
#~ "option."
#~ msgstr ""
#~ "Okres uaktualniania, zgodny z tymi samymi regułami, co opcja linii "
#~ "poleceń B<--interval>."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "POSIX option processing is used (i.e., option processing stops at the "
#~ "first non-option argument). This means that flags after I<command> don't "
#~ "get interpreted by B<watch> itself."
#~ msgstr ""
#~ "Używany jest wariant POSIX przetwarzania opcji (tzn. przetwarzanie opcji "
#~ "kończy się na pierwszym argumencie nie będącym opcją). Oznacza to, że "
#~ "flagi podane po I<poleceniu> nie są interpretowane przez program B<watch>."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Upon terminal resize, the screen will not be correctly repainted until "
#~ "the next scheduled update. All B<--differences> highlighting is lost on "
#~ "that update as well."
#~ msgstr ""
#~ "Przy zmianie rozmiaru terminala ekran nie zostanie poprawnie odrysowany "
#~ "aż do następnego uaktualnienia. Przy tym uaktualnieniu wszystkie "
#~ "podświetlenia B<--differences> zostaną utracone."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Non-printing characters are stripped from program output. Use B<cat -v> "
#~ "as part of the command pipeline if you want to see them."
#~ msgstr ""
#~ "Znaki niedrukowalne są usuwane z wyjścia programu. Aby je zobaczyć, można "
#~ "użyć B<cat -v> jako części potoku polecenia."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Combining Characters that are supposed to display on the character at the "
#~ "last column on the screen may display one column early, or they may not "
#~ "display at all."
#~ msgstr ""
#~ "Znaki dołączane, które mają być wyświetlane na znaku w ostatniej kolumnie "
#~ "ekranu, mogą wyświetlać się o jedną kolumnę za wcześnie albo wcale."
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Combining Characters never count as different in B<--differences> mode. "
#~ "Only the base character counts."
#~ msgstr ""
#~ "Znaki dołączane nigdy nie liczą się jako różne w trybie B<--differences>. "
#~ "Liczy się tylko znak podstawowy."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Blank lines directly after a line which ends in the last column do not "
#~ "display."
#~ msgstr ""
#~ "Puste wiersze bezpośrednio po wierszu kończącym się w ostatniej kolumnie, "
#~ "nie są wyświetlane."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<--precise> mode doesn't yet have advanced temporal distortion "
#~ "technology to compensate for a I<command> that takes more than B<--"
#~ "interval> I<seconds> to execute. B<watch> also can get into a state "
#~ "where it rapid-fires as many executions of I<command> as it can to catch "
#~ "up from a previous executions running longer than B<--interval> (for "
#~ "example, B<netstat> taking ages on a DNS lookup)."
#~ msgstr ""
#~ "Tryb B<--precise> nie ma jeszcze zaawansowanej technologii zakrzywienia "
#~ "czasoprzestrzeni w celu skompensowania przypadku wykonywania I<polecenia> "
#~ "dłużej niż B<--interval> I<sekund>. B<watch> może też wejść w stan, w "
#~ "którym szybko uruchamia wiele instancji I<polecenia>, aby dogonić "
#~ "poprzednie działające dłużej niż B<--interval> (np. B<netstat> trwający "
#~ "wieki przez wyszukiwania DNS)."
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "To watch for mail, you might do"
#~ msgstr "Aby obserwować pocztę, można wykonać"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch -n 60 from"
#~ msgstr "watch -n 60 from"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "To watch the contents of a directory change, you could use"
#~ msgstr "Aby obserwować zmiany zawartości katalogu, można użyć"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch -d ls -l"
#~ msgstr "watch -d ls -l"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "If you're only interested in files owned by user joe, you might use"
#~ msgstr ""
#~ "Jeżeli interesujące są tylko pliki, których właścicielem jest użytkownik "
#~ "joe, można użyć"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch -d 'ls -l | fgrep joe'"
#~ msgstr "watch -d 'ls -l | fgrep joe'"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "To see the effects of quoting, try these out"
#~ msgstr "Aby zobaczyć efekty cytowania, można wypróbować"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch echo $$"
#~ msgstr "watch echo $$"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch echo '$$'"
#~ msgstr "watch echo '$$'"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch echo \"'\"'$$'\"'\""
#~ msgstr "watch echo \"'\"'$$'\"'\""
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "To see the effect of precision time keeping, try adding B<-p> to"
#~ msgstr ""
#~ "Aby zobaczyć efekt precyzyjnej obsługi czasu, można spróbować dodać B<-p> "
#~ "do"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch -n 10 sleep 1"
#~ msgstr "watch -n 10 sleep 1"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "You can watch for your administrator to install the latest kernel with"
#~ msgstr ""
#~ "Można obserwować, jak administrator instaluje najnowsze jądro, przy użyciu"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "watch uname -r"
#~ msgstr "watch uname -r"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "(Note that B<-p> isn't guaranteed to work across reboots, especially in "
#~ "the face of B<ntpdate> (if present) or other bootup time-changing "
#~ "mechanisms)"
#~ msgstr ""
#~ "(Uwaga: B<-p> nie daje gwarancji działania między restartami systemu, "
#~ "szczególnie w obliczu B<ntpdate> czy innych mechanizmów zmieniających "
#~ "czas w trakcie rozruchu)"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PS"
#~ msgstr "PS"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "ps - report a snapshot of the current processes."
#~ msgstr "ps - zgłasza status procesu"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps> [\\,I<options\\/>]"
#~ msgstr "B<ps> [\\,I<opcje\\/>]"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<ps> displays information about a selection of the active processes. If "
#~ "you want a repetitive update of the selection and the displayed "
#~ "information, use B<top> instead."
#~ msgstr ""
#~ "B<ps> wyświetla informacje o wybranych aktywnych procesach. Aby uzyskać "
#~ "regularnie uaktualniany wybór i wyświetlane informacje, lepiej użyć "
#~ "programu B<top>."
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "This version of B<ps> accepts several kinds of options:"
#~ msgstr "Ta wersja programu B<ps> akceptuje kilka rodzajów opcji:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "UNIX options, which may be grouped and must be preceded by a dash."
#~ msgstr ""
#~ "Opcje w stylu UNIX, które mogą być grupowane i muszą być poprzedzone "
#~ "myślnikiem."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "BSD options, which may be grouped and must not be used with a dash."
#~ msgstr ""
#~ "Opcje BSD, które mogą być grupowane i nie mogą być użyte z myślnikiem."
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "GNU long options, which are preceded by two dashes."
#~ msgstr "Długie opcje GNU, które są poprzedzone dwoma myślnikami."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Options of different types may be freely mixed, but conflicts can "
#~ "appear. There are some synonymous options, which are functionally "
#~ "identical, due to the many standards and B<ps> implementations that this "
#~ "B<ps> is compatible with."
#~ msgstr ""
#~ "Różne typy opcji można ze sobą dowolnie mieszać, jednakże mogą pojawić "
#~ "się konflikty. Niektóre opcje są synonimiczne, ich funkcjonalność jest "
#~ "identyczna z powodu mnogości standardów i implementacji B<ps>, z którymi "
#~ "ta wersja programu B<ps> jest zgodna."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Note that B<ps -aux> is distinct from B<ps\\ aux>. The POSIX and UNIX "
#~ "standards require that B<ps\\ -aux> print all processes owned by a user "
#~ "named I<x>, as well as printing all processes that would be selected by "
#~ "the B<-a> option. If the user named I<x> does not exist, this B<ps> may "
#~ "interpret the command as B<ps\\ aux> instead and print a warning. This "
#~ "behavior is intended to aid in transitioning old scripts and habits. It "
#~ "is fragile, subject to change, and thus should not be relied upon."
#~ msgstr ""
#~ "Uwaga: B<ps -aux> różni się od B<ps\\ aux>. Standardy POSIX i UNIX "
#~ "wymagają, aby B<ps\\ -aux> wypisywało wszystkie procesy, których "
#~ "właścicielem jest użytkownik o nazwie I<x> oraz wszystkie procesy, które "
#~ "byłyby wybrane opcją B<-a>. Jeśli użytkownik o nazwie I<x> nie istnieje, "
#~ "B<ps> może zinterpretować to polecenie jako B<ps\\ aux> i wyświetlić "
#~ "ostrzeżenie. Zachowanie to ma na celu pomóc w przejściu ze starych "
#~ "skryptów i przyzwyczajeń. Jest to temat delikatny, do zmiany w "
#~ "przyszłości i nie należy na tym polegać."
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "By default, B<ps> selects all processes with the same effective user ID "
#~ "(euid=EUID) as the current user and associated with the same terminal as "
#~ "the invoker. It displays the process ID (pid=PID), the terminal "
#~ "associated with the process (tname=TTY), the cumulated CPU time in "
#~ "[DD-]hh:mm:ss format (time=TIME), and the executable name (ucmd=CMD). "
#~ "Output is unsorted by default."
#~ msgstr ""
#~ "Domyślnie B<ps> wyświetla procesy mające ten sam efektywny identyfikator "
#~ "użytkownika (euid=EUID), co bieżący użytkownik, oraz podłączone do tego "
#~ "samego terminala, do którego podłączona jest osoba uruchamiająca B<ps>. "
#~ "Wyświetlany jest identyfikator procesu (pid=PID), terminal (tty), do "
#~ "którego proces jest podłączony (tname=TTY), łączny czas procesora w "
#~ "formacie [DD-]hh:mm:ss (time=TIME) oraz nazwa pliku wykonywalnego "
#~ "(ucmd=CMD). Domyślnie wyjście nie jest sortowane."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The use of BSD-style options will add process state (stat=STAT) to the "
#~ "default display and show the command args (args=COMMAND) instead of the "
#~ "executable name. You can override this with the B<PS_FORMAT> environment "
#~ "variable. The use of BSD-style options will also change the process "
#~ "selection to include processes on other terminals (TTYs) that are owned "
#~ "by you; alternately, this may be described as setting the selection to be "
#~ "the set of all processes filtered to exclude processes owned by other "
#~ "users or not on a terminal. These effects are not considered when "
#~ "options are described as being \"identical\" below, so B<-M> will be "
#~ "considered identical to B<Z> and so on."
#~ msgstr ""
#~ "Użycie opcji w stylu BSD doda do domyślnego wyjścia kolumnę ze stanem "
#~ "procesu (stat=STAT) i wyświetli argumenty polecenia (args=COMMAND) "
#~ "zamiast nazwy pliku wykonywalnego. Można to nadpisać za pomocą zmiennej "
#~ "środowiskowej B<PS_FORMAT>. Użycie opcji w stylu BSD zmieni także wybór "
#~ "wyświetlanych procesów, włączając te procesy podłączone do innych "
#~ "terminali (TTY), których właścicielem jest użytkownik uruchamiający "
#~ "program B<ps>; może to zostać opisane jako wybór wszystkich procesów bez "
#~ "tych, których właścicielami są inni użytkownicy, i tych, które nie są "
#~ "podłączone do żadnego terminala. Te efekty nie są brane pod uwagę, gdy "
#~ "poniżej opcje są opisane jako \"identyczne\" - na przykład opcja B<-M> "
#~ "jest uważana za identyczną z B<Z> itd."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Except as described below, process selection options are additive. The "
#~ "default selection is discarded, and then the selected processes are added "
#~ "to the set of processes to be displayed. A process will thus be shown if "
#~ "it meets any of the given selection criteria."
#~ msgstr ""
#~ "Poza przypadkiem opisanym poniżej, opcje wyboru procesów są dołączające. "
#~ "Nie bierze się pod uwagę domyślnego wyboru procesów, lecz procesy wybrane "
#~ "przez użytkownika są dołączane do zbioru procesów do wyświetlenia. Tak "
#~ "więc proces będzie pokazany, jeżeli spełnia którekolwiek z kryteriów "
#~ "wyboru podanych przez użytkownika."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To see every process on the system using standard syntax:"
#~ msgstr "Aby zobaczyć wszystkie procesy w systemie, używając standardowej składni:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -e>"
#~ msgstr "B<ps\\ -e>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -ef>"
#~ msgstr "B<ps\\ -ef>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -eF>"
#~ msgstr "B<ps\\ -eF>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -ely>"
#~ msgstr "B<ps\\ -ely>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To see every process on the system using BSD syntax:"
#~ msgstr "Aby zobaczyć wszystkie procesy w systemie, używając składni BSD:"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ ax>"
#~ msgstr "B<ps\\ ax>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ axu>"
#~ msgstr "B<ps\\ axu>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To print a process tree:"
#~ msgstr "Aby wypisać drzewo procesów:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -ejH>"
#~ msgstr "B<ps\\ -ejH>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ axjf>"
#~ msgstr "B<ps\\ axjf>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To get info about threads:"
#~ msgstr "Aby wyświetlić informację o wątkach:"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -eLf>"
#~ msgstr "B<ps\\ -eLf>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ axms>"
#~ msgstr "B<ps\\ axms>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To get security info:"
#~ msgstr "Aby wyświetlić informacje związane z bezpieczeństwem:"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -eo euser,ruser,suser,fuser,f,comm,label>"
#~ msgstr "B<ps\\ -eo euser,ruser,suser,fuser,f,comm,label>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ axZ>"
#~ msgstr "B<ps\\ axZ>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -eM>"
#~ msgstr "B<ps\\ -eM>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To see every process running as root (real\\ &\\ effective\\ ID) in user format:"
#~ msgstr "Aby zobaczyć w formacie użytkownika wszystkie procesy działające jako root (rzeczywiste i efektywne ID):"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -U\\ root\\ -u\\ root\\ u>"
#~ msgstr "B<ps\\ -U\\ root\\ -u\\ root\\ u>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "To see every process with a user-defined format:"
#~ msgstr "Aby wyświetlić wszystkie procesy w formacie zdefiniowanym przez użytkownika:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "B<ps\\ -eo\\ pid,tid,class,rtprio,ni,pri,psr,pcpu,stat,wchan:14,comm>"
#~ msgstr ""
#~ "B<ps\\ -eo\\ pid,tid,class,rtprio,ni,pri,psr,pcpu,stat,wchan:14,comm>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ axo\\ stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm>"
#~ msgstr "B<ps\\ axo\\ stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -Ao\\ pid,tt,user,fname,tmout,f,wchan>"
#~ msgstr "B<ps\\ -Ao\\ pid,tt,user,fname,tmout,f,wchan>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "Print only the process IDs of syslogd:"
#~ msgstr "Wyświetlenie tylko identyfikatora procesu syslogd:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -C\\ syslogd\\ -o\\ pid=>"
#~ msgstr "B<ps\\ -C\\ syslogd\\ -o\\ pid=>"
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "Print only the name of PID 42:"
#~ msgstr "Wyświetlenie tylko nazwy procesu o identyfikatorze 42:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps\\ -q\\ 42\\ -o\\ comm=>"
#~ msgstr "B<ps\\ -q\\ 42\\ -o\\ comm=>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SIMPLE PROCESS SELECTION"
#~ msgstr "PROSTY WYBÓR PROCESÓW"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<a>"
#~ msgstr "B<a>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Lift the BSD-style \"only yourself\" restriction, which is imposed upon "
#~ "the set of all processes when some BSD-style (without \"-\") options are "
#~ "used or when the B<ps> personality setting is BSD-like. The set of "
#~ "processes selected in this manner is in addition to the set of processes "
#~ "selected by other means. An alternate description is that this option "
#~ "causes B<ps> to list all processes with a terminal (tty), or to list all "
#~ "processes when used together with the B<x> option."
#~ msgstr ""
#~ "Uruchamia restrykcję w stylu BSD \"tylko własne\", która jest nakładana "
#~ "na zbiór wszystkich procesów, jeżeli są używane jakieś opcje w stylu BSD "
#~ "(bez \"-\"), lub gdy osobowość B<ps> jest z rodziny BSD. Wybrany w ten "
#~ "sposób zbiór procesów jest dołączany do zbioru procesów wybranych w inny "
#~ "sposób. Alternatywny opis jest taki, że ta opcja powoduje wypisanie "
#~ "przez B<ps> wszystkich procesów mających przypisany terminal (tty) lub "
#~ "wypisanie wszystkich procesów, jeżeli użyta łącznie z opcją B<x>."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select all processes. Identical to B<-e>."
#~ msgstr "Wybór wszystkich procesów. Identyczne z B<-e>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-a>"
#~ msgstr "B<-a>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select all processes except both session leaders (see I<getsid>(2)) and "
#~ "processes not associated with a terminal."
#~ msgstr ""
#~ "Wybór wszystkich procesów oprócz zarówno liderów sesji (zobacz "
#~ "I<getsid>(2)), jak i procesów niepodłączonych do żadnego terminala."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select all processes except session leaders."
#~ msgstr "Wybór wszystkich procesów poza liderami sesji."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--deselect>"
#~ msgstr "B<--deselect>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select all processes except those that fulfill the specified conditions "
#~ "(negates the selection). Identical to B<-N>."
#~ msgstr ""
#~ "Wybór wszystkich procesów, poza tymi, które spełniają określone warunki "
#~ "(odwraca wybór). Identyczne z B<-N>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-e>"
#~ msgstr "B<-e>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select all processes. Identical to B<-A>."
#~ msgstr "Wybór wszystkich procesów. Identyczne z B<-A>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<g>"
#~ msgstr "B<g>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Really all, even session leaders. This flag is obsolete and may be "
#~ "discontinued in a future release. It is normally implied by the B<a> "
#~ "flag, and is only useful when operating in the sunos4 personality."
#~ msgstr ""
#~ "Naprawdę wszystkie, nawet liderzy sesji. Ta flaga jest przestarzała i "
#~ "może zniknąć w przyszłych wersjach programu. Jest włączana przez flagę "
#~ "B<a> i jest użyteczna tylko podczas pracy w osobowości sunos4."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-N>"
#~ msgstr "B<-N>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select all processes except those that fulfill the specified conditions "
#~ "(negates the selection). Identical to B<--deselect>."
#~ msgstr ""
#~ "Wybór wszystkich procesów, poza tymi, które spełniają określone warunki "
#~ "(odwraca wybór). Identyczne z B<--deselect>."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<T>"
#~ msgstr "B<T>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select all processes associated with this terminal. Identical to the "
#~ "B<t> option without any argument."
#~ msgstr ""
#~ "Wybór wszystkich procesów podpiętych do tego terminala. Identyczny z "
#~ "opcją B<t> bez żadnych argumentów."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<r>"
#~ msgstr "B<r>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Restrict the selection to only running processes."
#~ msgstr "Zawęża wybór tylko do uruchomionych procesów."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<x>"
#~ msgstr "B<x>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Lift the BSD-style \"must have a tty\" restriction, which is imposed upon "
#~ "the set of all processes when some BSD-style (without \"-\") options are "
#~ "used or when the B<ps> personality setting is BSD-like. The set of "
#~ "processes selected in this manner is in addition to the set of processes "
#~ "selected by other means. An alternate description is that this option "
#~ "causes B<ps> to list all processes owned by you (same EUID as B<ps>), or "
#~ "to list all processes when used together with the B<a> option."
#~ msgstr ""
#~ "Uruchamia restrykcję w stylu BSD \"musi mieć tty\", która jest nakładana "
#~ "na zbiór wszystkich procesów, jeżeli są używane jakieś opcje w stylu BSD "
#~ "(bez \"-\"), lub gdy osobowość B<ps> jest z rodziny BSD. Wybrany w ten "
#~ "sposób zbiór procesów jest dołączany do zbioru procesów wybranych w inny "
#~ "sposób. Alternatywny opis jest taki, że ta opcja powoduje wymienienie "
#~ "wszystkich procesów, których właścicielem jest bieżący użytkownik (EUID "
#~ "taki sam, jak procesu B<ps>), lub wymienienie wszystkich procesów, jeśli "
#~ "użyta łącznie z opcją B<a>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PROCESS SELECTION BY LIST"
#~ msgstr "WYBÓR PROCESÓW PRZEZ PODANIE LISTY"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "These options accept a single argument in the form of a blank-separated "
#~ "or comma-separated list. They can be used multiple times. For example: "
#~ "B<ps\\ -p\\ \"1\\ 2\"\\ -p\\ 3,4>"
#~ msgstr ""
#~ "Te opcje akceptują pojedynczy argument w postaci listy rozdzielonej "
#~ "spacjami bądź przecinkami. Mogą być używane wiele razy. Przykład: B<ps\\ -"
#~ "p\\ \"1\\ 2\"\\ -p\\ 3,4>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-I<123>"
#~ msgstr "-I<123>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Identical to B<--pid\\ >I<123>."
#~ msgstr "Identyczne z B<--pid\\ >I<123>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "I<123>"
#~ msgstr "I<123>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-C>I<\\ cmdlist>"
#~ msgstr "B<-C>I<\\ cmdlist>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-G>I<\\ grplist>"
#~ msgstr "B<-G>I<\\ grplist>"
#~ msgid ""
#~ "Select by real group ID (RGID) or name. This selects the processes whose "
#~ "real group name or ID is in the I<grplist> list. The real group ID "
#~ "identifies the group of the user who created the process, see "
#~ "I<getgid>(2)."
#~ msgstr ""
#~ "Wybór przez rzeczywiste ID lub nazwę grupy (RGID). Wybiera nazwy "
#~ "procesów, których rzeczywista nazwa grupy bądź identyfikator występuje w "
#~ "liście I<grplist>. Rzeczywisty identyfikator grupy określa grupę "
#~ "użytkownika, który utworzył proces, patrz I<getgid>(2)."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-g>I<\\ grplist>"
#~ msgstr "B<-g>I<\\ grplist>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by session OR by effective group name. Selection by session is "
#~ "specified by many standards, but selection by effective group is the "
#~ "logical behavior that several other operating systems use. This B<ps> "
#~ "will select by session when the list is completely numeric (as sessions "
#~ "are). Group ID numbers will work only when some group names are also "
#~ "specified. See the B<-s> and B<--group> options."
#~ msgstr ""
#~ "Wybór przez podanie sesji LUB nazwy efektywnej grupy. Wiele standardów "
#~ "określa wybór przez podanie sesji, ale wybór przez podanie efektywnej "
#~ "nazwy grupy jest logicznym zachowaniem, używanym przez wiele systemów "
#~ "operacyjnych. Ta wersja programu B<ps> wyszuka po sesjach, jeżeli lista "
#~ "zawiera tylko liczby (którymi są sesje). Numeryczne identyfikatory grup "
#~ "będą działać tylko wtedy, gdy podane zostaną również jakieś nazwy grup. "
#~ "Patrz opcje B<-s> i B<--group>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--Group>I<\\ grplist>"
#~ msgstr "B<--Group>I<\\ grplist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select by real group ID (RGID) or name. Identical to B<-G>."
#~ msgstr ""
#~ "Wybór przez podanie rzeczywistego ID grupy (RGID) bądź nazwy. Identyczne "
#~ "z\\ B<-G>."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--group>I<\\ grplist>"
#~ msgstr "B<--group>I<\\ grplist>"
#~ msgid ""
#~ "Select by effective group ID (EGID) or name. This selects the processes "
#~ "whose effective group name or ID is in I<grplist>. The effective group "
#~ "ID describes the group whose file access permissions are used by the "
#~ "process (see I<getegid>(2)). The B<-g> option is often an alternative to "
#~ "B<--group>."
#~ msgstr ""
#~ "Wybór przez efektywne ID lub nazwę grupy (EGID). Wybiera procesy, których "
#~ "efektywna nazwa grupy lub ID występuje w I<grouplist>. Efektywny "
#~ "identyfikator grupy określa grupę, której prawa dostępu do plików są "
#~ "używane przez proces (patrz I<getegid>(2)). Opcja B<-g> jest często "
#~ "alternatywą dla B<--group>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<p>I<\\ pidlist>"
#~ msgstr "B<p>I<\\ pidlist>"
#~ msgid "Select by process ID. Identical to B<-p> and B<--pid>."
#~ msgstr ""
#~ "Wybór przez podanie identyfikatorów procesów. Identyczne z B<-p> i B<--"
#~ "pid>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-p>I<\\ pidlist>"
#~ msgstr "B<-p>I<\\ pidlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by PID. This selects the processes whose process ID numbers "
#~ "appear in I<pidlist>. Identical to B<p> and B<--pid>."
#~ msgstr ""
#~ "Wybór przez PID. Wybiera procesy, których identyfikatory pojawiają się w "
#~ "I<pidlist>. Identyczne z B<p> i B<--pid>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--pid>I<\\ pidlist>"
#~ msgstr "B<--pid>I<\\ pidlist>"
#~ msgid "Select by process\\ ID. Identical to B<-p> and B<p>."
#~ msgstr "Wybór przez ID\\ procesu. Identyczne z B<-p> i B<p>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--ppid>I<\\ pidlist>"
#~ msgstr "B<--ppid>I<\\ pidlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by parent process ID. This selects the processes with a parent "
#~ "process\\ ID in I<pidlist>. That is, it selects processes that are "
#~ "children of those listed in I<pidlist>."
#~ msgstr ""
#~ "Wybór przez ID procesu nadrzędnego. Wybiera procesy, których ID procesu "
#~ "nadrzędnego występuje w I<pidlist>. To znaczy, że wybiera procesy, "
#~ "których dzieci określono w I<pidlist>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<q>I<\\ pidlist>"
#~ msgstr "B<q>I<\\ pidlist>"
#~ msgid ""
#~ "Select by process ID (quick mode). Identical to B<-q> and B<--quick-pid>."
#~ msgstr ""
#~ "Wybór przez podanie identyfikatorów procesów (tryb szybki). Identyczne z "
#~ "B<-q> i B<--quick-pid>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-q>I<\\ pidlist>"
#~ msgstr "B<-q>I<\\ pidlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by PID (quick mode). This selects the processes whose process ID "
#~ "numbers appear in I<pidlist>. With this option B<ps> reads the necessary "
#~ "info only for the pids listed in the I<pidlist> and doesn't apply "
#~ "additional filtering rules. The order of pids is unsorted and "
#~ "preserved. No additional selection options, sorting and forest type "
#~ "listings are allowed in this mode. Identical to B<q> and B<--quick-pid>."
#~ msgstr ""
#~ "Wybór przez ID procesu (tryb szybki). Wybiera to procesy, których numery "
#~ "ID pojawiają się w I<pidlist>. Gdy ta opcja jest używana, B<ps> czyta "
#~ "potrzebne informacje tylko dla identyfikatorów procesów wymienionych w "
#~ "I<pidlist> i nie aplikuje dodatkowych reguł filtrujących. Porządek "
#~ "identyfikatorów jest zachowywany. W tym trybie nie jest możliwe podawanie "
#~ "dodatkowych opcji wybierania procesów, sortowania i drzewiastego "
#~ "wyświetlania. Identyczne z B<q> oraz B<--quick-pid>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--quick-pid>I<\\ pidlist>"
#~ msgstr "B<--quick-pid>I<\\ pidlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select by process\\ ID (quick mode). Identical to B<-q> and B<q>."
#~ msgstr "Wybór przez ID procesu (tryb szybki). Identyczne z B<-q> i B<q>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-s>I<\\ sesslist>"
#~ msgstr "B<-s>I<\\ sesslist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by session ID. This selects the processes with a session ID "
#~ "specified in I<sesslist>."
#~ msgstr ""
#~ "Wybór przez ID sesji. Wybiera procesy mające identyfikator sesji podany w "
#~ "I<sesslist>. "
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--sid>I<\\ sesslist>"
#~ msgstr "B<--sid>I<\\ sesslist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select by session\\ ID. Identical to B<-s>."
#~ msgstr "Wybór przez ID sesji. Identyczne z B<-s>."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<t>I<\\ ttylist>"
#~ msgstr "B<t>I<\\ ttylist>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by tty. Nearly identical to B<-t> and B<--tty>, but can also be "
#~ "used with an empty I<ttylist> to indicate the terminal associated with "
#~ "B<ps>. Using the B<T> option is considered cleaner than using B<t> with "
#~ "an empty I<ttylist>."
#~ msgstr ""
#~ "Wybór przez tty. Prawie identyczne z B<-t> i B<--tty>, jednak może być "
#~ "także użyte z pustą listą I<ttylist>, aby określić terminal skojarzony z "
#~ "B<ps>. Używanie opcji B<T> jest uważane za lepsze niż podanie opcji B<t> "
#~ "z pustą I<ttylist>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-t>I<\\ ttylist>"
#~ msgstr "B<-t>I<\\ ttylist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by tty. This selects the processes associated with the terminals "
#~ "given in I<ttylist>. Terminals (ttys, or screens for text output) can be "
#~ "specified in several forms: /dev/ttyS1, ttyS1, S1. A plain \"-\" may be "
#~ "used to select processes not attached to any terminal."
#~ msgstr ""
#~ "Wybór przez tty. Wybiera procesy podłączone do terminali podanych w "
#~ "liście I<ttylist>. Terminale (tty lub ekrany dla wyjścia tekstowego) mogą "
#~ "być podane na różne sposoby: /dev/ttyS1, ttyS1, S1. Można użyć \"-\", aby "
#~ "określić procesy niepodłączone do żadnego terminala."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--tty>I<\\ ttylist>"
#~ msgstr "B<--tty>I<\\ ttylist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Select by terminal. Identical to B<-t> and B<t>."
#~ msgstr "Wybór przez podanie terminala. Identyczne z B<-t> i B<t>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<U>I<\\ userlist>"
#~ msgstr "B<U>I<\\ userlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by effective user ID (EUID) or name. This selects the processes "
#~ "whose effective user name or ID is in I<userlist>. The effective user ID "
#~ "describes the user whose file access permissions are used by the process "
#~ "(see I<geteuid>(2)). Identical to B<-u> and B<--user>."
#~ msgstr ""
#~ "Wybór przez efektywną ID lub nazwę użytkownika (EUID). Wybiera procesy, "
#~ "których efektywna nazwa użytkownika lub ID jest w I<userlist>. Efektywne "
#~ "ID użytkownika opisuje użytkownika, którego prawa dostępu do plików są "
#~ "używane przez proces (patrz I<geteuid>(2)). Identyczne z B<-u> i B<--"
#~ "user>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-U>I<\\ userlist>"
#~ msgstr "B<-U>I<\\ userlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by real user ID (RUID) or name. It selects the processes whose "
#~ "real user name or ID is in the I<userlist> list. The real user ID "
#~ "identifies the user who created the process, see I<getuid>(2)."
#~ msgstr ""
#~ "Wybór przez rzeczywiste ID lub nazwę użytkownika (RUID). Wybiera procesy, "
#~ "których rzeczywista nazwa użytkownika lub ID jest w I<userlist>. "
#~ "Rzeczywiste ID użytkownika opisuje użytkownika, który utworzył proces "
#~ "(patrz I<getuid>(2))."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-u>I<\\ userlist>"
#~ msgstr "B<-u>I<\\ userlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by effective user ID (EUID) or name. This selects the processes "
#~ "whose effective user name or ID is in I<userlist>."
#~ msgstr ""
#~ "Wybór przez podanie efektywnego ID użytkownika (EUID) bądź nazwy. Wybiera "
#~ "procesy, których efektywna nazwa użytkownika lub ID jest w I<userlist>."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The effective user ID describes the user whose file access permissions "
#~ "are used by the process (see I<geteuid>(2)). Identical to B<U> and B<--"
#~ "user>."
#~ msgstr ""
#~ "Efektywne ID użytkownika opisuje użytkownika, którego prawa dostępu do "
#~ "plików są używane przez proces (patrz I<geteuid>(2)). Identyczne z B<U> i "
#~ "B<--user>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--User>I<\\ userlist>"
#~ msgstr "B<--User>I<\\ userlist>"
#~ msgid "Select by real user ID (RUID) or name. Identical to B<-U>."
#~ msgstr ""
#~ "Wybór przez podanie rzeczywistego ID użytkownika (RUID) bądź nazwy. "
#~ "Identyczne z\\ B<-U>."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--user>I<\\ userlist>"
#~ msgstr "B<--user>I<\\ userlist>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Select by effective user ID (EUID) or name. Identical to B<-u> and B<U>."
#~ msgstr ""
#~ "Wybór przez podanie efektywnego ID użytkownika (EUID) bądź nazwy. "
#~ "Identyczne z B<-u> i B<U>."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "OUTPUT FORMAT CONTROL"
#~ msgstr "KONTROLOWANIE FORMATU WYJŚCIA"
#~ msgid ""
#~ "These options are used to choose the information displayed by B<ps>. The "
#~ "output may differ by personality."
#~ msgstr ""
#~ "Poniższe opcje są używane do wyboru informacji wyświetlanych przez "
#~ "B<ps>. Wyjście może zależeć od osobowości."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-c>"
#~ msgstr "B<-c>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Show different scheduler information for the B<-l> option."
#~ msgstr "Wyświetla inne informacje schedulera, w połączeniu z opcją B<-l>."
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--context>"
#~ msgstr "B<--context>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display security context format (for SELinux)."
#~ msgstr "Wyświetla format kontekstu bezpieczeństwa (dla SELinuksa)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Do full-format listing. This option can be combined with many other UNIX-"
#~ "style options to add additional columns. It also causes the command "
#~ "arguments to be printed. When used with B<-L>, the NLWP (number of "
#~ "threads) and LWP (thread ID) columns will be added. See the B<c> option, "
#~ "the format keyword B<args>, and the format keyword B<comm>."
#~ msgstr ""
#~ "Wyjście w pełnym formacie. Ta opcja może być połączona z wieloma innymi "
#~ "opcjami w stylu UNIX, aby dodać dodatkowe kolumny. Także powoduje "
#~ "wypisywanie argumentów poleceń. Użyta z B<-L> dodaje kolumny NLWP (liczba "
#~ "wątków) i LWP (ID wątku). Patrz opcja B<c>, słowo kluczowe formatu "
#~ "B<args> i słowo kluczowe formatu B<comm>."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-F>"
#~ msgstr "B<-F>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Extra full format. See the B<-f> option, which B<-F> implies."
#~ msgstr "Format ekstrapełny. Patrz opcja B<-f>, którą włącza B<-F>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--format>I<\\ format>"
#~ msgstr "B<--format>I<\\ format>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "user-defined format. Identical to B<-o> and B<o>."
#~ msgstr "Format zdefiniowany przez użytkownika. Identyczne z B<-o> i B<o>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<j>"
#~ msgstr "B<j>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "BSD job control format."
#~ msgstr "Format kontroli zadań BSD."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-j>"
#~ msgstr "B<-j>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Jobs format."
#~ msgstr "Format zadań."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<l>"
#~ msgstr "B<l>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display BSD long format."
#~ msgstr "Długi format BSD."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-l>"
#~ msgstr "B<-l>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Long format. The B<-y> option is often useful with this."
#~ msgstr ""
#~ "Długi format. Opcja B<-y> jest często przydatna w połączeniu z tą opcją."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-M>"
#~ msgstr "B<-M>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Add a column of security data. Identical to B<Z> (for SELinux)."
#~ msgstr ""
#~ "Dodaje kolumnę z danymi dotyczącymi bezpieczeństwa. Identyczne z B<Z> "
#~ "(dla SELinuksa)."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<O>I<\\ format>"
#~ msgstr "B<O>I<\\ format>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "is preloaded B<o> (overloaded). The BSD B<O> option can act like B<-O> "
#~ "(user-defined output format with some common fields predefined) or can be "
#~ "used to specify sort order. Heuristics are used to determine the "
#~ "behavior of this option. To ensure that the desired behavior is obtained "
#~ "(sorting or formatting), specify the option in some other way (e.g. with "
#~ "B<-O> or B<--sort>). When used as a formatting option, it is identical "
#~ "to B<-O>, with the BSD personality."
#~ msgstr ""
#~ "jest predefiniowanym B<o> (nadpisanym). Opcja BSD B<O> może zachowywać "
#~ "się jak B<-O> (wyjście zdefiniowane przez użytkownika z paroma polami "
#~ "predefiniowanymi) albo może być użyta do określenia porządku sortowania. "
#~ "Heurystyka jest używana do określenia pożądanego zachowania się tej "
#~ "opcji. Aby wprost określić wymagane zachowanie (sortowanie lub "
#~ "formatowanie), należy podać tę opcję w inny sposób (np. jako B<-O> lub "
#~ "B<--sort>). Używana jako opcja formatowania jest identyczna z B<-O>, z "
#~ "osobowością BSD."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-O>I<\\ format>"
#~ msgstr "B<-O>I<\\ format>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Like B<-o>, but preloaded with some default columns. Identical to B<-o\\ "
#~ "pid,\\:>I<format>B<,\\:state,\\:tname,\\:time,\\:command> or B<-o\\ pid,"
#~ "\\:>I<format>B<,\\:tname,\\:time,\\:cmd>, see B<-o> below."
#~ msgstr ""
#~ "Jak B<-o>, ale z paroma kolumnami domyślnie predefiniowanymi. Identyczne "
#~ "z B<-o\\ pid,\\:>I<format>B<,\\:state,\\:tname,\\:time,\\:command> lub B<-"
#~ "o\\ pid,\\:>I<format>B<,\\:tname,\\:time,\\:cmd>, patrz B<-o> niżej."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<o>I<\\ format>"
#~ msgstr "B<o>I<\\ format>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Specify user-defined format. Identical to B<-o> and B<--format>."
#~ msgstr ""
#~ "Określa format zdefiniowany przez użytkownika. Identyczne z B<-o> i B<--"
#~ "format>."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-o>I<\\ format>"
#~ msgstr "B<-o>I<\\ format>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "User-defined format. I<format> is a single argument in the form of a "
#~ "blank-separated or comma-separated list, which offers a way to specify "
#~ "individual output columns. The recognized keywords are described in the "
#~ "B<STANDARD FORMAT SPECIFIERS> section below. Headers may be renamed "
#~ "(B<ps -o pid,\\:ruser=RealUser -o comm=Command>) as desired. If all "
#~ "column headers are empty (B<ps -o pid= -o comm=>) then the header line "
#~ "will not be output. Column width will increase as needed for wide "
#~ "headers; this may be used to widen up columns such as WCHAN (B<ps -o pid,"
#~ "\\:wchan=\\:WIDE-\\:WCHAN-\\:COLUMN -o comm>). Explicit width control "
#~ "(B<ps opid,\\:wchan:42,\\:cmd>) is offered too. The behavior of B<ps -o "
#~ "pid=X,\\:comm=Y> varies with personality; output may be one column named "
#~ "\"X,\\:comm=Y\" or two columns named \"X\" and \"Y\". Use multiple B<-o> "
#~ "options when in doubt. Use the B<PS_FORMAT> environment variable to "
#~ "specify a default as desired; DefSysV and DefBSD are macros that may be "
#~ "used to choose the default UNIX or BSD columns."
#~ msgstr ""
#~ "Format definiowany przez użytkownika. I<format> jest pojedynczym "
#~ "argumentem w formie listy rozdzielonej spacjami bądź przecinkami, "
#~ "określającej poszczególne kolumny wyjścia. Rozpoznawane słowa kluczowe "
#~ "opisano poniżej, w sekcji B<STANDARDOWE SPECYFIKATORY FORMATU>. Można "
#~ "zmienić nazwę nagłówków (B<ps\\ -o\\ pid,ruser=RzeczywistyUżytkownik\\ -"
#~ "o\\ comm=Polecenie>), jeśli jest to pożądane. Jeśli wszystkie nagłówki "
#~ "kolumn są puste (B<ps\\ -o\\ pid=\\ -o\\ comm=>), linia nagłówka nie jest "
#~ "wyświetlana. Szerokość kolumn jest zwiększana w razie potrzeby dla "
#~ "szerokich nagłówków; może być to użyte do poszerzania kolumn takich jak "
#~ "WCHAN (B<ps -o pid,\\:wchan=\\:SZEROKA-KOLUMNA-WCHAN -o comm>). Oferowana "
#~ "jest także bezpośrednia kontrola szerokości kolumn (B<ps opid,\\:wchan:42,"
#~ "\\:cmd>). Zachowanie polecenia B<ps -o pid=X,\\:comm=Y> zależy od "
#~ "osobowości: wyjściem może być jedna kolumna o nazwie \"X,\\:comm=Y\" lub "
#~ "dwie kolumny nazwane \"X\" i \"Y\". W razie wątpliwości, prosimy użyć "
#~ "wielu opcji B<-o>. W razie potrzeby, w zmiennej środowiskowej "
#~ "B<PS_FORMAT> można podać domyślny format. DefSysV i DefBSD to makra, "
#~ "których można użyć, aby wybrać domyślne kolumny w stylu Uniksa lub BSD."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<s>"
#~ msgstr "B<s>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display signal format."
#~ msgstr "Wyświetla format sygnałów."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<u>"
#~ msgstr "B<u>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display user-oriented format."
#~ msgstr "Wyświetla format zorientowany na użytkownika"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<v>"
#~ msgstr "B<v>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Display virtual memory format."
#~ msgstr "Wyświetla format pamięci wirtualnej."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<X>"
#~ msgstr "B<X>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Register format."
#~ msgstr "Format rejestru."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-y>"
#~ msgstr "B<-y>"
#~ msgid ""
#~ "Do not show flags; show rss in place of addr. This option can only be "
#~ "used with B<-l>."
#~ msgstr ""
#~ "Nie pokazuje flag, wyświetla rss zamiast addr. Może być użyta tylko z B<-"
#~ "l>."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<Z>"
#~ msgstr "B<Z>"
#~ msgid "Add a column of security data. Identical to B<-M> (for SELinux)."
#~ msgstr ""
#~ "Dodaje kolumnę z danymi dotyczącymi bezpieczeństwa. Identyczne z B<-M> "
#~ "(dla SELinuksa)."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "OUTPUT MODIFIERS"
#~ msgstr "MODYFIKATORY WYJŚCIA"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<c>"
#~ msgstr "B<c>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Show the true command name. This is derived from the name of the "
#~ "executable file, rather than from the argv value. Command arguments and "
#~ "any modifications to them are thus not shown. This option effectively "
#~ "turns the B<args> format keyword into the B<comm> format keyword; it is "
#~ "useful with the B<-f> format option and with the various BSD-style format "
#~ "options, which all normally display the command arguments. See the B<-f> "
#~ "option, the format keyword B<args>, and the format keyword B<comm>."
#~ msgstr ""
#~ "Wyświetla prawdziwą nazwę polecenia. Bazuje ona na nazwie pliku "
#~ "wykonywalnego, a nie na wartości tablicy argumentów procesu (argv). "
#~ "Dlatego też argumenty i ich modyfikacje nie są wyświetlane. Ta opcja "
#~ "efektywnie przekształca słowo kluczowe B<args> na B<comm> i jest "
#~ "użyteczna w połączeniu z opcją formatowania B<-f> i z różnymi opcjami "
#~ "formatowania w stylu BSD, które wszystkie wyświetlają argumenty poleceń. "
#~ "Patrz opis opcji B<-f> i słów kluczowych formatowania B<args> oraz "
#~ "B<comm>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--cols>I<\\ n>"
#~ msgstr "B<--cols>I<\\ n>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Set screen width."
#~ msgstr "Ustawia szerokość ekranu."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--columns>I<\\ n>"
#~ msgstr "B<--columns>I<\\ n>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--cumulative>"
#~ msgstr "B<--cumulative>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Include some dead child process data (as a sum with the parent)."
#~ msgstr ""
#~ "Dołącza kilka danych zmarłych procesów-dzieci (jako sumę z rodzicem)."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<e>"
#~ msgstr "B<e>"
#~ msgid "Show the environment after the command."
#~ msgstr "Wyświetla środowisko za poleceniem."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<f>"
#~ msgstr "B<f>"
#~ msgid "ASCII art process hierarchy (forest)."
#~ msgstr "Hierarchia procesów jako ASCII-art (las)."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--forest>"
#~ msgstr "B<--forest>"
#~ msgid "ASCII art process tree."
#~ msgstr "Drzewo procesów jako ASCII-art."
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<h>"
#~ msgstr "B<h>"
#~ msgid ""
#~ "No header. (or, one header per screen in the BSD personality). The B<h> "
#~ "option is problematic. Standard BSD B<ps> uses this option to print a "
#~ "header on each page of output, but older Linux B<ps> uses this option to "
#~ "totally disable the header. This version of B<ps> follows the Linux "
#~ "usage of not printing the header unless the BSD personality has been "
#~ "selected, in which case it prints a header on each page of output. "
#~ "Regardless of the current personality, you can use the long options B<--"
#~ "headers> and B<--no-headers> to enable printing headers each page or "
#~ "disable headers entirely, respectively."
#~ msgstr ""
#~ "Brak nagłówka (lub - w osobowości BSD - jeden nagłówek na ekran). Opcja "
#~ "B<h> sprawia problemy. Standardowe B<ps> z BSD używa tej opcji do "
#~ "wyświetlenia nagłówka na każdej stronie wyjścia, ale starsze B<ps> z "
#~ "Linuksa używa tej opcji do całkowitego wyłączenia nagłówka. Ta wersja "
#~ "programu B<ps> zachowuje się jak wersja linuksowa i nie wypisuje "
#~ "nagłówka, chyba że wybrano osobowość BSD - w tym przypadku wypisuje "
#~ "nagłówek na każdej stronie wyjścia. Niezależnie od osobowości, można użyć "
#~ "opcji B<--headers> i B<--no-headers>, aby - odpowiednio - włączyć "
#~ "wypisywanie nagłówka na każdej stronie bądź całkowicie wyłączyć "
#~ "wypisywanie nagłówka."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-H>"
#~ msgstr "B<-H>"
#~ msgid "Show process hierarchy (forest)."
#~ msgstr "Pokazuje hierarchię procesów (las)."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--headers>"
#~ msgstr "B<--headers>"
#~ msgid "Repeat header lines, one per page of output."
#~ msgstr "Powtarza linie nagłówka, po jednej na stronę wyjścia."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<k>I<\\ spec>"
#~ msgstr "B<k>I<\\ spec>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Specify sorting order. Sorting syntax is [B<+>|B<->]I<key\\/.RB [,[ + | "
#~ "- ].IR key [,...]].> Choose a multi-letter key from the B<STANDARD FORMAT "
#~ "SPECIFIERS> section. The \"+\" is optional since default direction is "
#~ "increasing numerical or lexicographic order. Identical to B<--sort>."
#~ msgstr ""
#~ "Określa porządek sortowania. Składnia sortowania jest następująca: [B<+>|"
#~ "B<->]I<klucz\\/.RB [,[ + | - ].IR klucz [,...]].> Proszę wybrać "
#~ "wieloliterowy klucz z sekcji B<STANDARDOWE SPECYFIKATORY FORMATU>. \"+\" "
#~ "jest opcjonalny, ponieważ domyślnym porządkiem jest rosnący porządek "
#~ "numeryczny lub leksykograficzny. Identyczne z B<--sort>."
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Examples:"
#~ msgstr "Przykłady:"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps jaxkuid,-ppid,+pid>"
#~ msgstr "B<ps jaxkuid,-ppid,+pid>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps axk comm o comm,args>"
#~ msgstr "B<ps axk comm o comm,args>"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "B<ps kstart_time -ef>"
#~ msgstr "B<ps kstart_time -ef>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--lines>I<\\ n>"
#~ msgstr "B<--lines>I<\\ n>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Set screen height."
#~ msgstr "Ustawia wysokość ekranu."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<n>"
#~ msgstr "B<n>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Numeric output for WCHAN and USER (including all types of UID and GID)."
#~ msgstr ""
#~ "Wyjście liczbowe dla kolumn WCHAN i USER (włączając wszystkie typu UID i "
#~ "GID)."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--no-headers>"
#~ msgstr "B<--no-headers>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Print no header line at all. B<--no-heading> is an alias for this option."
#~ msgstr ""
#~ "Nie wyświetla żadnej linii nagłówka. B<--no-heading> jest aliasem tej "
#~ "opcji."
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<O>I<\\ order>"
#~ msgstr "B<O>I<\\ order>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Sorting order (overloaded). The BSD B<O> option can act like B<-O> (user-"
#~ "defined output format with some common fields predefined) or can be used "
#~ "to specify sort order. Heuristics are used to determine the behavior of "
#~ "this option. To ensure that the desired behavior is obtained (sorting or "
#~ "formatting), specify the option in some other way (e.g. with B<-O> or "
#~ "B<--sort>)."
#~ msgstr ""
#~ "Porządek sortowania (nadpisana). Opcja BSD B<O> albo może zachowywać się "
#~ "jak B<-O> (wyjście zdefiniowane przez użytkownika z paroma polami "
#~ "predefiniowanymi), albo może być użyta do określenia porządku sortowania. "
#~ "Heurystyka jest używana do określenia pożądanego zachowania się tej "
#~ "opcji. Aby wprost określić wymagane zachowanie (sortowanie lub "
#~ "formatowanie), należy podać tę opcję w inny sposób (na przykład jako B<-"
#~ "O> lub B<--sort>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "For sorting, obsolete BSD B<O> option syntax is B<O>[B<+>|B<->]I<k1>[,"
#~ "[B<+>|B<->]I<k2>[,...]]. It orders the processes listing according to "
#~ "the multilevel sort specified by the sequence of one-letter short keys "
#~ "I<k1>,I<k2>, ...\" described in the B<OBSOLETE SORT KEYS> section below. "
#~ "The\\ \"+\" is currently optional, merely re-iterating the default "
#~ "direction on a key, but may help to distinguish an B<O> sort from an B<O> "
#~ "format. The \"-\" reverses direction only on the key it precedes."
#~ msgstr ""
#~ "Dla sortowania, przestarzała składnia BSD opcji B<O> jest następująca "
#~ "B<O>[B<+>|B<->]I<k1>[,[B<+>|B<->]I<k2>[,...]]. Sortuje listę procesów "
#~ "zgodnie z wielopoziomowym kluczem określonym przez sekwencję "
#~ "jednoliterowych krótkich kluczy I<k1>, I<k2>, ... opisanych w sekcji "
#~ "B<PRZESTARZAŁE KLUCZE SORTOWANIA> poniżej. \"+\" jest obecnie opcjonalny, "
#~ "służy jedynie do powtórnej iteracji w domyślnym kierunku po kluczu, "
#~ "jednak może on pomóc rozróżnić B<O> sortujące od B<O> formatującego. \"-"
#~ "\" odwraca kierunek sortowania tylko w kluczu, przed którym występuje."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--rows>I<\\ n>"
#~ msgstr "B<--rows>I<\\ n>"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<S>"
#~ msgstr "B<S>"
2022-03-21 16:25:01 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Sum up some information, such as CPU usage, from dead child processes "
#~ "into their parent. This is useful for examining a system where a parent "
#~ "process repeatedly forks off short-lived children to do work."
#~ msgstr ""
#~ "Sumuje niektóre informacje, jak użycie CPU, od umarłych procesów-dzieci "
#~ "do ich rodziców. Użyteczne przy badaniu systemu, w którym proces-rodzic "
#~ "do wykonania zadania wielokrotnie uruchamia krótko żyjące dzieci."
2021-02-15 16:07:56 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--sort>I<\\ spec>"
#~ msgstr "B<--sort>I<\\ spec>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Specify sorting order. Sorting syntax is [I<+>|I<->]I<key>[,[B<+>|B<-"
#~ ">]I<key>[,...]]. Choose a multi-letter key from the B<STANDARD FORMAT "
#~ "SPECIFIERS> section. The \"+\" is optional since default direction is "
#~ "increasing numerical or lexicographic order. Identical to B<k>. For "
#~ "example: B<ps jax --sort=\\:uid,\\:-ppid,\\:+pid>"
#~ msgstr ""
#~ "Określa porządek sortowania. Składania sortowania jest następująca: [I<+>|"
#~ "I<->]I<klucz>[,[B<+>|B<->]I<klucz>[,...]]. Proszę podać wieloliterowy "
#~ "klucz z sekcji B<STANDARDOWE SPECYFIKATORY FORMATU>. \"+\" jest "
#~ "opcjonalny, ponieważ domyślne sortowanie odbywa się w rosnącym porządku "
#~ "numerycznym lub leksykograficznym. Identyczny z B<k>. Przykład: B<ps jax "
#~ "--sort=\\:uid,\\:-ppid,\\:+pid>"
2022-10-04 17:06:48 +05:30
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<w>"
#~ msgstr "B<w>"
#~ msgid "Wide output. Use this option twice for unlimited width."
#~ msgstr ""
#~ "Szerokie wyjście. Proszę użyć dwa razy, aby uzyskać nielimitowaną "
#~ "szerokość wyjścia."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-w>"
#~ msgstr "B<-w>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--width>I<\\ n>"
#~ msgstr "B<--width>I<\\ n>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "THREAD DISPLAY"
#~ msgstr "WYŚWIETLANIE WĄTKÓW"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<H>"
#~ msgstr "B<H>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Show threads as if they were processes."
#~ msgstr "Wyświetla wątki tak, jakby były procesami"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-L>"
#~ msgstr "B<-L>"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Show threads, possibly with LWP and NLWP columns."
#~ msgstr "Wyświetla wątki, być może z kolumnami LWP i NLWP."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<m>"
#~ msgstr "B<m>"
#~ msgid "Show threads after processes."
#~ msgstr "Wyświetla wątki za procesami."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-m>"
#~ msgstr "B<-m>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-T>"
#~ msgstr "B<-T>"
#~ msgid "Show threads, possibly with SPID column."
#~ msgstr "Wyświetla wątki, być może z kolumną SPID."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "OTHER INFORMATION"
#~ msgstr "INNE INFORMACJE"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--help>I<\\ section>"
#~ msgstr "B<--help>I<\\ sekcja>"
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--info>"
#~ msgstr "B<--info>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Print debugging info."
#~ msgstr "Wyświetla informacje przydatne przy debugowaniu."
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<L>"
#~ msgstr "B<L>"
2022-10-20 15:26:17 +05:30
#~ msgid "List all format specifiers."
#~ msgstr "Wyświetla listę wszystkich specyfikatorów formatu."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<V>"
#~ msgstr "B<V>"
2022-10-20 15:26:17 +05:30
#~ msgid "Print the procps-ng version."
#~ msgstr "Wyświetla wersję pakietu procps-ng."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<-V>"
#~ msgstr "B<-V>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<--version>"
#~ msgstr "B<--version>"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "This B<ps> works by reading the virtual files in /proc. This B<ps> does "
#~ "not need to be setuid kmem or have any privileges to run. Do not give "
#~ "this B<ps> any special permissions."
#~ msgstr ""
#~ "Ta wersja B<ps> używa do działania wirtualnych plików z katalogu /proc. "
#~ "To B<ps> do działania nie wymaga uprawnień \"setuid kmem \" ani żadnych "
#~ "innych przywilejów. Nie należy dawać tej wersji B<ps> żadnych specjalnych "
#~ "uprawnień."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "CPU usage is currently expressed as the percentage of time spent running "
#~ "during the entire lifetime of a process. This is not ideal, and\\ it "
#~ "does not conform to the standards that B<ps> otherwise conforms to. CPU "
#~ "usage is unlikely to add up to exactly 100%."
#~ msgstr ""
#~ "Użycie CPU jest obecnie wyrażone jako procent czasu spędzonego na "
#~ "wykonywaniu procesu podczas całego czasu życia procesu. Nie jest to "
#~ "idealne i nie jest zgodne ze standardami, z którymi B<ps> jest zgodne, "
#~ "poza tym przypadkiem. Jest mało prawdopodobne, aby użycie CPU dodało się "
#~ "dokładnie do 100%."
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The SIZE and RSS fields don't count some parts of a process including the "
#~ "page tables, kernel stack, struct thread_info, and struct task_struct. "
#~ "This is usually at least 20\\ KiB of memory that is always resident. "
#~ "SIZE is the virtual size of the process (code+\\:data+\\:stack)."
#~ msgstr ""
#~ "Pola SIZE i RSS nie liczą pewnych części procesu, włączając to tablice "
#~ "stron, stos jądra, struktury thread_info i task_struct. Jest to zazwyczaj "
#~ "20\\ KiB pamięci, która jest zawsze wykorzystywana. SIZE oznacza "
#~ "wirtualny rozmiar procesu (kod+\\:dane+\\:stos)."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Processes marked E<lt>defunctE<gt> are dead processes (so-called "
#~ "\"zombies\") that remain because their parent has not destroyed them "
#~ "properly. These processes will be destroyed by I<init>(8) if the parent "
#~ "process exits."
#~ msgstr ""
#~ "Procesy oznaczone jako E<lt>defunctE<gt> są procesami zmarłymi (tak zwane "
#~ "\"zombi\"), które pozostały, ponieważ ich rodzic nie zniszczył ich "
#~ "odpowiednio. Te procesy będą zniszczone przez I<init>(8), gdy ich rodzic "
#~ "zakończy działanie."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PROCESS FLAGS"
#~ msgstr "FLAGI PROCESU"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "The sum of these values is displayed in the \"F\" column, which is "
#~ "provided by the B<flags> output specifier:"
#~ msgstr ""
#~ "Suma poniższych wartości jest wyświetlana w kolumnie \"F\", dostarczanej "
#~ "przez specyfikator wyjścia B<flags>:"
2022-10-20 15:26:17 +05:30
#~ msgid "forked but didn't exec"
#~ msgstr "sforkowany, ale nie wykonał exec."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "4"
#~ msgstr "4"
#~ msgid "used super-user privileges"
#~ msgstr "używał uprawnień superużytkownika."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PROCESS STATE CODES"
#~ msgstr "KODY STANU PROCESU"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Here are the different values that the B<s>, B<stat> and B<state> output "
#~ "specifiers (header \"STAT\" or \"S\") will display to describe the state "
#~ "of a process:"
#~ msgstr ""
#~ "Poniżej są różne wartości, które specyfikatory wyjścia B<s>, B<stat> oraz "
#~ "B<state> (nagłówek \"STAT\" lub \"S\") wyświetlą, aby opisać stan procesu:"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "D"
#~ msgstr "D"
2022-10-20 15:26:17 +05:30
#~ msgid "uninterruptible sleep (usually IO)"
#~ msgstr "Nieprzerywalnie uśpiony (zazwyczaj wejście/wyjście)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "I"
#~ msgstr "I"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Idle kernel thread"
#~ msgstr "Bezczynny wątek jądra"
2022-03-22 16:10:10 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "R"
#~ msgstr "R"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "running or runnable (on run queue)"
#~ msgstr "Wykonywany lub możliwy do wykonania (w kolejce do wykonania)"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "S"
#~ msgstr "S"
2021-02-15 16:07:56 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "interruptible sleep (waiting for an event to complete)"
#~ msgstr "Przerywalnie uśpiony (czekający na zakończenie zdarzenia)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "T"
#~ msgstr "T"
2022-10-20 15:26:17 +05:30
#~ msgid "stopped by job control signal"
#~ msgstr "Zatrzymany przez sygnał kontroli zadań"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "t"
#~ msgstr "t"
#~ msgid "stopped by debugger during the tracing"
#~ msgstr "Zatrzymany przez program debugujący podczas śledzenia"
#~ msgid "paging (not valid since the 2.6.xx kernel)"
#~ msgstr "Stronicowany (niepoprawne od wersji jądra 2.6.xx)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "X"
#~ msgstr "X"
#~ msgid "dead (should never be seen)"
#~ msgstr "Zmarły (nigdy nie powinno wystąpić)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "Z"
#~ msgstr "Z"
#~ msgid ""
#~ "defunct (\"zombie\") process, terminated but not reaped by its parent"
#~ msgstr ""
#~ "Proces niefunkcjonujący (\"zombie\"), zakończony, ale nieusunięty przez "
#~ "rodzica"
#~ msgid ""
#~ "For BSD formats and when the B<stat> keyword is used, additional "
#~ "characters may be displayed:"
#~ msgstr ""
#~ "Dla formatów BSD, jeżeli użyto słowa kluczowego B<stat>, mogą zostać "
#~ "wyświetlone dodatkowe znaki:"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "E<lt>"
#~ msgstr "E<lt>"
#~ msgid "high-priority (not nice to other users)"
#~ msgstr "O wysokim priorytecie (niemiły dla innych użytkowników)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "N"
#~ msgstr "N"
#~ msgid "low-priority (nice to other users)"
#~ msgstr "O niskim priorytecie (miły dla innych użytkowników)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "L"
#~ msgstr "L"
#~ msgid "has pages locked into memory (for real-time and custom IO)"
#~ msgstr ""
#~ "Mający zablokowane strony w pamięci (dla czasu rzeczywistego lub IO)"
#~ msgid "is a session leader"
#~ msgstr "Będący liderem sesji"
#~ msgid "is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)"
#~ msgstr "Wielowątkowy (używając CLONE_THREAD, jak to robi NPTL pthreads)"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "+"
#~ msgstr "+"
#~ msgid "is in the foreground process group"
#~ msgstr "Będący w pierwszoplanowej grupie procesów"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "OBSOLETE SORT KEYS"
#~ msgstr "PRZESTARZAŁE KLUCZE SORTOWANIA"
#~ msgid ""
#~ "These keys are used by the BSD B<O> option (when it is used for "
#~ "sorting). The GNU B<--sort> option doesn't use these keys, but the "
#~ "specifiers described below in the B<STANDARD FORMAT SPECIFIERS> section. "
#~ "Note that the values used in sorting are the internal values B<ps> uses "
#~ "and not the \"cooked\" values used in some of the output format fields (e."
#~ "g. sorting on tty will sort into device number, not according to the "
#~ "terminal name displayed). Pipe B<ps> output into the B<sort>(1) command "
#~ "if you want to sort the cooked values."
#~ msgstr ""
#~ "Te klucze są używane przez opcję B<O> BSD (jeśli jest używana do "
#~ "sortowania). Opcja GNU B<--sort> nie używa tych kluczy, lecz "
#~ "specyfikatorów opisanych poniżej w sekcji B<STANDARDOWE SPECYFIKATORY "
#~ "FORMATOWANIA>. Proszę zauważyć, że wartości używane do sortowania są "
#~ "wewnętrznymi wartościami programu B<ps>, a nie gotowymi wartościami "
#~ "używanymi w którymś z wyjściowych pól formatu (tj. sortowanie po tty "
#~ "posortuje po numerze urządzenia, a nie zgodnie z wyświetlaną nazwą "
#~ "terminala). Proszę przepuścić wyjście B<ps> przez polecenie B<sort>(1), "
#~ "aby posortować po gotowych wartościach."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<KEY>"
#~ msgstr "B<KLUCZ>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<LONG>"
#~ msgstr "B<DŁUGI>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<DESCRIPTION>"
#~ msgstr "B<OPIS>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cmd"
#~ msgstr "cmd"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "simple name of executable"
#~ msgstr "Sama nazwa programu wykonywalnego"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "C"
#~ msgstr "C"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pcpu"
#~ msgstr "pcpu"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cpu utilization"
#~ msgstr "Wykorzystanie procesora"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "f"
#~ msgstr "f"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "flags"
#~ msgstr "flags"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "flags as in long format F field"
#~ msgstr "Flagi jak w polu F długiego listingu"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "g"
#~ msgstr "g"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pgrp"
#~ msgstr "pgrp"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "process group ID"
#~ msgstr "ID grupy procesu"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "G"
#~ msgstr "G"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "tpgid"
#~ msgstr "tpgid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "controlling tty process group ID"
#~ msgstr "Id grupy procesu kontrolującego tty"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "j"
#~ msgstr "j"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cutime"
#~ msgstr "cutime"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cumulative user time"
#~ msgstr "Łączny czas użytkownika"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "J"
#~ msgstr "J"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cstime"
#~ msgstr "cstime"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cumulative system time"
#~ msgstr "Łączny czas systemu"
2022-03-22 16:10:10 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "k"
#~ msgstr "k"
2022-03-22 16:10:10 +05:30
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "utime"
#~ msgstr "utime"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "user time"
#~ msgstr "Czas użytkownika"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "m"
#~ msgstr "m"
2021-06-17 12:15:07 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "min_flt"
#~ msgstr "min_flt"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "number of minor page faults"
#~ msgstr "Liczba mniejszych błędów stron"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "M"
#~ msgstr "M"
2021-06-17 12:15:07 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "maj_flt"
#~ msgstr "maj_flt"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "number of major page faults"
#~ msgstr "Liczba większych błędów stron"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cmin_flt"
#~ msgstr "cmin_flt"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cumulative minor page faults"
#~ msgstr "Łączne mniejsze błędy stron"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cmaj_flt"
#~ msgstr "cmaj_flt"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cumulative major page faults"
#~ msgstr "Łączne większe błędy stron"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "session"
#~ msgstr "session"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "session ID"
#~ msgstr "ID sesji"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pid"
#~ msgstr "pid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "process ID"
#~ msgstr "ID procesu"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "P"
#~ msgstr "P"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ppid"
#~ msgstr "ppid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "parent process ID"
#~ msgstr "ID procesu rodzicielskiego"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "r"
#~ msgstr "r"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "rss"
#~ msgstr "rss"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "resident set size"
#~ msgstr "Wartość \"resident set size\""
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "resident"
#~ msgstr "resident"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "resident pages"
#~ msgstr "Wartość \"resident pages\""
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "size"
#~ msgstr "size"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "memory size in kilobytes"
#~ msgstr "Rozmiar pamięci w kilobajtach"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "share"
#~ msgstr "share"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "amount of shared pages"
#~ msgstr "Wielkość stron dzielonych"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "tty"
#~ msgstr "tty"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "the device number of the controlling tty"
#~ msgstr "Numer urządzenia terminala kontrolującego"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "start_time"
#~ msgstr "start_time"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "time process was started"
#~ msgstr "Czas uruchomienia procesu"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "U"
#~ msgstr "U"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "uid"
#~ msgstr "uid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "user ID number"
#~ msgstr "Id użytkownika"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "user"
#~ msgstr "user"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "user name"
#~ msgstr "Nazwa użytkownika"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "vsize"
#~ msgstr "vsize"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "total VM size in KiB"
#~ msgstr "Całkowity rozmiar VM (pamięci) w KiB"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "y"
#~ msgstr "y"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "priority"
#~ msgstr "priority"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "kernel scheduling priority"
#~ msgstr "Priorytet w schedulerze jądra"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "AIX FORMAT DESCRIPTORS"
#~ msgstr "SPECYFIKATORY FORMATU AIX"
#~ msgid ""
#~ "This B<ps> supports AIX format descriptors, which work somewhat like the "
#~ "formatting codes of I<printf>(1) and I<printf>(3). For example, the "
#~ "normal default output can be produced with this: B<ps -eo \"%p %y %x "
#~ "%c\">. The B<NORMAL> codes are described in the next section."
#~ msgstr ""
#~ "Ta wersja B<ps> wspiera specyfikatory formatu AIX, które działają trochę "
#~ "jak kody formatujące I<printf>(1) i I<printf>(3). Na przykład, normalne "
#~ "domyślne wyjście można uzyskać za pomocą: B<ps -eo \"%p %y %x %c\">. "
#~ "B<ZWYKŁE> kody opisano w następnym rozdziale."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<CODE>"
#~ msgstr "B<KOD>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<NORMAL>"
#~ msgstr "B<ZWYKŁY>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<HEADER>"
#~ msgstr "B<NAGŁÓWEK>"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%C"
#~ msgstr "%C"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%CPU"
#~ msgstr "%CPU"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "%G"
#~ msgstr "%G"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "group"
#~ msgstr "group"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "GROUP"
#~ msgstr "GROUP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%P"
#~ msgstr "%P"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "PPID"
#~ msgstr "PPID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%U"
#~ msgstr "%U"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "USER"
#~ msgstr "USER"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%a"
#~ msgstr "%a"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "args"
#~ msgstr "args"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "COMMAND"
#~ msgstr "COMMAND"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%c"
#~ msgstr "%c"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "comm"
#~ msgstr "comm"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%g"
#~ msgstr "%g"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "rgroup"
#~ msgstr "rgroup"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RGROUP"
#~ msgstr "RGROUP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%n"
#~ msgstr "%n"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "nice"
#~ msgstr "nice"
2022-10-16 14:36:14 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "NI"
#~ msgstr "NI"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%p"
#~ msgstr "%p"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PID"
#~ msgstr "PID"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%r"
#~ msgstr "%r"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "pgid"
#~ msgstr "pgid"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "PGID"
#~ msgstr "PGID"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%t"
#~ msgstr "%t"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "etime"
#~ msgstr "etime"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ELAPSED"
#~ msgstr "ELAPSED"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%u"
#~ msgstr "%u"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ruser"
#~ msgstr "ruser"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RUSER"
#~ msgstr "RUSER"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%x"
#~ msgstr "%x"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "time"
#~ msgstr "time"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "TIME"
#~ msgstr "TIME"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%y"
#~ msgstr "%y"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "TTY"
#~ msgstr "TTY"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%z"
#~ msgstr "%z"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "vsz"
#~ msgstr "vsz"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "VSZ"
#~ msgstr "VSZ"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "STANDARD FORMAT SPECIFIERS"
#~ msgstr "STANDARDOWE SPECYFIKATORY FORMATU"
#~ msgid ""
#~ "Here are the different keywords that may be used to control the output "
#~ "format (e.g., with option B<-o>) or to sort the selected processes with "
#~ "the GNU-style B<--sort> option."
#~ msgstr ""
#~ "Sekcja ta zawiera słowa kluczowe, które mogą być użyte do kontrolowania "
#~ "formatu wyjścia (np. z opcją B<-o>) albo do sortowania wybranych procesów "
#~ "z opcją GNU B<--sort>."
#~ msgid "For example: B<ps -eo pid,\\:user,\\:args --sort user>"
#~ msgstr "Przykład: B<ps -eo pid,\\:user,\\:args --sort user>"
#~ msgid ""
#~ "This version of B<ps> tries to recognize most of the keywords used in "
#~ "other implementations of B<ps>."
#~ msgstr ""
#~ "Ta wersja B<ps> próbuje rozpoznawać większość słów kluczowych używanych w "
#~ "innych implementacjach B<ps>."
#~ msgid ""
#~ "The following user-defined format specifiers may contain spaces: B<args>, "
#~ "B<cmd>, B<comm>, B<command>, B<fname>, B<ucmd>, B<ucomm>, B<lstart>, "
#~ "B<bsdstart>, B<start>."
#~ msgstr ""
#~ "Następujące definiowane przez użytkownika specyfikatory formatu mogą "
#~ "zawierać spacje: B<args>, B<cmd>, B<comm>, B<command>, B<fname>, B<ucmd>, "
#~ "B<ucomm>, B<lstart>, B<bsdstart>, B<start>."
#~ msgid "Some keywords may not be available for sorting."
#~ msgstr "Niektóre słowa kluczowe mogą nie być dostępne przy sortowaniu."
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "CODE"
#~ msgstr "KOD"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "HEADER"
#~ msgstr "NAGŁÓWEK"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%cpu"
#~ msgstr "%cpu"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "cpu utilization of the process in \"##.#\" format. Currently, it is the CPU\n"
#~ "time used divided by the time the process has been running (cputime/realtime\n"
#~ "ratio), expressed as a percentage. It will not add up to 100% unless you are\n"
#~ "lucky. (alias\n"
#~ "B<pcpu>)."
#~ msgstr ""
#~ "Użycie procesora dla procesu w formacie \"##.#\". Jest to użyty czas CPU podzielony\n"
#~ "przez czas, w którym proces był wykonywany (współczynnik cputime/realtime), wyrażony\n"
#~ "w procentach. Nie sumuje się do 100%, chyba że ma się szczęście (alias\n"
#~ "B<pcpu>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%mem"
#~ msgstr "%mem"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "%MEM"
#~ msgstr "%MEM"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "ratio of the process's resident set size to the physical memory on the\n"
#~ "machine, expressed as a percentage. (alias\n"
#~ "B<pmem>)."
#~ msgstr ""
#~ "Stosunek współczynnika \"resident set size\" procesu do fizycznej pamięci\n"
#~ "wyrażony w procentach (alias\n"
#~ "B<pmem>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "command with all its arguments as a string.\n"
#~ "Modifications to the arguments may be shown.\n"
#~ "The output in this column may contain spaces.\n"
#~ "A process marked E<lt>defunctE<gt> is partly dead,\n"
#~ "waiting to be fully destroyed by its parent.\n"
#~ "Sometimes the process args will be unavailable; when this happens,\n"
#~ "B<ps>\n"
#~ "will instead print the executable name in brackets. (alias\n"
#~ "B<cmd>, B<command>).\n"
#~ "See also the\n"
#~ "B<comm>\n"
#~ "format keyword, the\n"
#~ "B<-f>\n"
#~ "option, and the\n"
#~ "B<c>\n"
#~ "option.\n"
#~ msgstr ""
#~ "polecenie ze wszystkimi jego argumentami jako łańcuch.\n"
#~ "Mogą być pokazane zmodyfikowane argumenty.\n"
#~ "Wyjście w tej kolumnie może zawierać spacje.\n"
#~ "Proces oznaczony jako E<lt>defunctE<gt> jest częściowo martwy\n"
#~ "i czeka na całkowite zniszczenie przez rodzica.\n"
#~ "Czasami argumenty procesu nie są dostępne; jeśli tak się stanie, to\n"
#~ "B<ps>\n"
#~ "zamiast nich wyświetli nazwę programu wykonywalnego w nawiasach (aliasy\n"
#~ "B<cmd>, B<command>).\n"
#~ "Patrz także opis słowa kluczowego formatowania\n"
#~ "B<comm>\n"
#~ "oraz opis opcji\n"
#~ "B<-f>\n"
#~ "i\n"
#~ "B<c>.\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ".br\n"
#~ msgstr ".br\n"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "When specified last, this column will extend to the edge of the display. If\n"
#~ "B<ps>\n"
#~ "can not determine display width, as when output is redirected (piped) into a\n"
#~ "file or another command, the output width is undefined (it may be 80,\n"
#~ "unlimited, determined by the\n"
#~ "B<TERM>\n"
#~ "variable, and so on). The\n"
#~ "B<COLUMNS>\n"
#~ "environment variable or\n"
#~ "B<--cols>\n"
#~ "option may be used to exactly determine the width in this case. The\n"
#~ "B<w>\n"
#~ "or\n"
#~ "B<-w>\n"
#~ "option may be also be used to adjust width."
#~ msgstr ""
#~ "Jeśli podana ostatnia, ta kolumna rozszerzy się aż do granic ekranu. Jeśli\n"
#~ "B<ps>\n"
#~ "nie jest w stanie określić szerokości ekranu, na przykład gdy wyjście jest przekierowane\n"
#~ "(w potoku) do pliku lub innego polecenia, to szerokość wyjścia nie jest zdefiniowana\n"
#~ "(może wynosić 80, może być nieograniczona, może być określona na podstawie zmiennej\n"
#~ "B<TERM>\n"
#~ "i tak dalej). W takim przypadku można użyć zmiennej środowiskowej\n"
#~ "B<COLUMNS>\n"
#~ "albo opcjiB<--cols>,\n"
#~ "aby dokładnie określić szerokość. Można także dostosować szerokość,\n"
#~ "używając opcji\n"
#~ "B<w>\n"
#~ "lub\n"
#~ "B<-w>."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "blocked"
#~ msgstr "blocked"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "BLOCKED"
#~ msgstr "BLOCKED"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "mask of the blocked signals, see\n"
#~ "I<signal>(7).\n"
#~ "According to the width of the field, a 32 or 64-bit mask in hexadecimal\n"
#~ "format is displayed. (alias\n"
#~ "B<sig_block>, B<sigmask>)."
#~ msgstr ""
#~ "Maska zablokowanych sygnałów, patrz\n"
#~ "I<signal>(7).\n"
#~ "Zgodnie z szerokością pola, wyświetlana jest jako 32-\n"
#~ "lub 64-bitowa maska w formacie liczby\n"
#~ "szesnastkowej (aliasy\n"
#~ "B<sig_block>, B<sigmask>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "bsdstart"
#~ msgstr "bsdstart"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "START"
#~ msgstr "START"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "time the command started. If the process was started less than 24 hours ago,\n"
#~ "the output format is \"\\ HH:MM\", else it is \" Mmm:SS\" (where Mmm is the three\n"
#~ "letters of the month). See also\n"
#~ "B<lstart>, B<start>, B<start_time>, and B<stime>."
#~ msgstr ""
#~ "Czas od uruchomienia polecenia. Jeśli proces został uruchomiony mniej niż 24 godziny\n"
#~ "temu, formatem wyjścia jest \"HH:MM\", w przeciwnym wypadku jest to \"Mmmm:SS\" (gdzie\n"
#~ "Mmm oznacza trzyliterowy skrót nazwy miesiąca). Patrz także\n"
#~ "B<lstart>, B<start>, B<start_time> oraz B<stime>."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "bsdtime"
#~ msgstr "bsdtime"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "accumulated cpu time, user + system. The display format is usually\n"
#~ "\"MMM:SS\", but can be shifted to the right if the process used more than 999\n"
#~ "minutes of cpu time."
#~ msgstr ""
#~ "Połączony czas procesora, użytkownika + systemu. Formatem wyświetlania jest\n"
#~ "zazwyczaj \"MMM:SS\", jednak może być przesunięty w prawo, jeśli proces użył\n"
#~ "więcej niż 999 minut czasu procesora."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "processor utilization.\n"
#~ "Currently, this is the integer value of the percent usage over the\n"
#~ "lifetime of the process. (see\n"
#~ "B<%cpu>)."
#~ msgstr ""
#~ "Wartość liczbowa procentu użycia procesowa.\n"
#~ "Obecnie jest to wartość całkowita procentowego użycia\n"
#~ "podczas całego życia procesu (patrz\n"
#~ "B<%cpu>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "caught"
#~ msgstr "caught"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "CAUGHT"
#~ msgstr "CAUGHT"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "mask of the caught signals, see\n"
#~ "I<signal>(7).\n"
#~ "According to the width of the field, a 32 or 64 bits mask in hexadecimal\n"
#~ "format is displayed. (alias\n"
#~ "B<sig_catch>, B<sigcatch>)."
#~ msgstr ""
#~ "Maska przechwyconych sygnałów, patrz\n"
#~ "I<signal>(7).\n"
#~ "Zgodnie z szerokością pola, wyświetlana jest jako 32-\n"
#~ "lub 64-bitowa maska w formacie liczby\n"
#~ "szesnastkowej (aliasy\n"
#~ "B<sig_catch>, B<sigcatch>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cgname"
#~ msgstr "cgname"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "CGNAME"
#~ msgstr "CGNAME"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "display name of control groups to which the process belongs."
#~ msgstr "wyświetla grupy kontrolne, do których proces należy."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cgroup"
#~ msgstr "cgroup"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "CGROUP"
#~ msgstr "CGROUP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "display control groups to which the process belongs."
#~ msgstr "Wyświetla grupy kontrolne, do których proces należy."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "class"
#~ msgstr "class"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "CLS"
#~ msgstr "CLS"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "scheduling class of the process. (alias\n"
#~ "B<policy>, B<cls>).\n"
#~ "Field's possible values are:\n"
#~ msgstr ""
#~ "Klasa schedulera procesu (aliasy\n"
#~ "B<policy>, B<cls>).\n"
#~ "Możliwe wartości tego pola są następujące:\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ".sp 1\n"
#~ msgstr ".sp 1\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ".in +9n\n"
#~ msgstr ".in +9n\n"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "-\tnot reported\n"
#~ msgstr "-\tnieraportowany\n"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TS\tSCHED_OTHER\n"
#~ msgstr "TS\tSCHED_OTHER\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "FF\tSCHED_FIFO\n"
#~ msgstr "FF\tSCHED_FIFO\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RR\tSCHED_RR\n"
#~ msgstr "RR\tSCHED_RR\n"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B\tSCHED_BATCH\n"
#~ msgstr "B\tSCHED_BATCH\n"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ISO\tSCHED_ISO\n"
#~ msgstr "ISO\tSCHED_ISO\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "IDL\tSCHED_IDLE\n"
#~ msgstr "IDL\tSCHED_IDLE\n"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "DLN\tSCHED_DEADLINE\n"
#~ msgstr "DLN\tSCHED_DEADLINE\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "?\tunknown value\n"
#~ msgstr "?\twartość nieznana\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ".in\n"
#~ msgstr ".in\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cls"
#~ msgstr "cls"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "CMD"
#~ msgstr "CMD"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<args>.\n"
#~ "(alias\n"
#~ "B<args>, B<command>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<args>\n"
#~ "(aliasy\n"
#~ "B<args>, B<command>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "When specified last, this column will extend to the edge of the display. If\n"
#~ "B<ps>\n"
#~ "can not determine display width, as when output is redirected (piped) into a\n"
#~ "file or another command, the output width is undefined (it may be 80,\n"
#~ "unlimited, determined by the\n"
#~ "B<TERM>\n"
#~ "variable, and so on). The\n"
#~ "B<COLUMNS>\n"
#~ "environment variable or\n"
#~ "B<--cols>\n"
#~ "option may be used to exactly determine the width in this case. The\n"
#~ "B<w>\\ orB<\\ -w>\n"
#~ "option may be also be used to adjust width."
#~ msgstr ""
#~ "Jeśli podana ostatnia, ta kolumna rozszerzy się aż do granic ekranu. Jeśli\n"
#~ "B<ps>\n"
#~ "nie jest w stanie określić szerokości ekranu, na przykład gdy wyjście jest przekierowane\n"
#~ "(w potoku) do pliku lub innego polecenia, to szerokość wyjścia nie jest zdefiniowana\n"
#~ "(może wynosić 80, może być nieograniczona, może być określona na podstawie zmiennej\n"
#~ "B<TERM>\n"
#~ "i tak dalej). W takim przypadku można użyć zmiennej środowiskowej\n"
#~ "B<COLUMNS>\n"
#~ "albo opcji B<--cols>,\n"
#~ "aby dokładnie określić szerokość. Można także dostosować szerokość,\n"
#~ "używając opcji\n"
#~ "B<w>\n"
#~ "lub B<\\ -w>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "command"
#~ msgstr "command"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "See\n"
#~ "B<args>.\n"
#~ "(alias\n"
#~ "B<args>, B<command>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<args>.\n"
#~ "(aliasy\n"
#~ "B<args>, B<command>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "cp"
#~ msgstr "cp"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "CP"
#~ msgstr "CP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "per-mill (tenths of a percent) CPU usage. (see\n"
#~ "B<%cpu>)."
#~ msgstr ""
#~ "Promil (dziesiąta część procentu) użycia CPU (patrz\n"
#~ "B<%cpu>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cputime"
#~ msgstr "cputime"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "cumulative CPU time, \"[DD-]hh:mm:ss\" format. (alias\n"
#~ "B<time>)."
#~ msgstr ""
#~ "Łączny czas CPU w formacie \"[DD-]hh:mm:ss\" (alias\n"
#~ "B<time>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "cputimes"
#~ msgstr "cputimes"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "cumulative CPU time in seconds (alias\n"
#~ "B<times>)."
#~ msgstr ""
#~ "łączny czas CPU w selundach (alias\n"
#~ "B<times>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "drs"
#~ msgstr "drs"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "DRS"
#~ msgstr "DRS"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "data resident set size, the amount of physical memory devoted to other than\n"
#~ "executable code."
#~ msgstr ""
#~ "Resident set size danych, czyli rozmiar fizycznej pamięci przeznaczonych na wszystko, co\n"
#~ "nie jest kodem wykonywalnym."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "egid"
#~ msgstr "egid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "EGID"
#~ msgstr "EGID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "effective group ID number of the process as a decimal integer. (alias\n"
#~ "B<gid>)."
#~ msgstr ""
#~ "Efektywny identyfikator grupy procesy jako liczba dziesiętna (alias\n"
#~ "B<gid>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "egroup"
#~ msgstr "egroup"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "EGROUP"
#~ msgstr "EGROUP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "effective group ID of the process. This will be the textual group ID, if it\n"
#~ "can be obtained and the field width permits, or a decimal representation\n"
#~ "otherwise. (alias\n"
#~ "B<group>)."
#~ msgstr ""
#~ "Efektywne ID grupy procesu. Będzie to identyfikator tekstowy,\n"
#~ "jeśli jest znany, a pole ma wystarczającą szerokość, lub liczba\n"
#~ "dziesiętna w przeciwnym wypadku (alias\n"
#~ "B<group>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "eip"
#~ msgstr "eip"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "EIP"
#~ msgstr "EIP"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "instruction pointer."
#~ msgstr "Wskaźnik do instrukcji."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "esp"
#~ msgstr "esp"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ESP"
#~ msgstr "ESP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "stack pointer."
#~ msgstr "Wskaźnik do stosu."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "elapsed time since the process was started, in the form [[DD-]hh:]mm:ss."
#~ msgstr "Wartość czasu, jaki minął od uruchomienia procesu w formacie [[DD-]hh:]mm:ss."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "etimes"
#~ msgstr "etimes"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "elapsed time since the process was started, in seconds."
#~ msgstr "Wartość czasu, jaki minął od uruchomienia procesu w sekundach."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "euid"
#~ msgstr "euid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "EUID"
#~ msgstr "EUID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "effective user ID (alias\n"
#~ "B<uid>)."
#~ msgstr ""
#~ "Efektywny identyfikator użytkownika (alias\n"
#~ "B<uid>)."
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "euser"
#~ msgstr "euser"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "EUSER"
#~ msgstr "EUSER"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "effective user name. This will be the textual user ID, if it can be obtained\n"
#~ "and the field width permits, or a decimal representation otherwise. The\n"
#~ "B<n>\n"
#~ "option can be used to force the decimal representation. (alias\n"
#~ "B<uname>, B<user>)."
#~ msgstr ""
#~ "Efektywny identyfikator użytkownika\n"
#~ "Będzie to tekstowa nazwa użytkownika, jeśli jest dostępna i szerokość pola\n"
#~ "jest wystarczająca, lub liczba dziesiętna w przeciwnym wypadku (aliasy\n"
#~ "B<uname>, B<user>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "exe"
#~ msgstr "exe"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "EXE"
#~ msgstr "EXE"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "F"
#~ msgstr "F"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "flags associated with the process, see the\n"
#~ "B<PROCESS FLAGS>\n"
#~ "section. (alias\n"
#~ "B<flag>, B<flags>)."
#~ msgstr ""
#~ "Flagi skojarzone z procesem, patrz sekcja\n"
#~ "B<FLAGI PROCESU>\n"
#~ "(aliasy\n"
#~ "B<flag>, B<flags>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "fgid"
#~ msgstr "fgid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "FGID"
#~ msgstr "FGID"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "filesystem access group\\ ID. (alias\n"
#~ "B<fsgid>)."
#~ msgstr ""
#~ "ID\\ grupy dostępu do systemu plików (alias\n"
#~ "B<fsgid>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "fgroup"
#~ msgstr "fgroup"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "FGROUP"
#~ msgstr "FGROUP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "filesystem access group ID. This will be the textual group ID, if it can\n"
#~ "be obtained and the field width permits, or a decimal representation\n"
#~ "otherwise. (alias\n"
#~ "B<fsgroup>)."
#~ msgstr ""
#~ "ID grupy dostępu do systemu plików. Będzie to identyfikator tekstowy,\n"
#~ "jeśli jest znany, a pole ma wystarczającą szerokość, lub liczba\n"
#~ "dziesiętna w przeciwnym wypadku (alias\n"
#~ "B<fsgroup>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "flag"
#~ msgstr "znacznik"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<f>.\n"
#~ "(alias\n"
#~ "B<f>, B<flags>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<f>\n"
#~ "(aliasy\n"
#~ "B<f>, B<flags>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<f>.\n"
#~ "(alias\n"
#~ "B<f>, B<flag>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<f>\n"
#~ "(aliasy\n"
#~ "B<f>, B<flag>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "fname"
#~ msgstr "fname"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "first 8 bytes of the base name of the process's executable file. The output\n"
#~ "in this column may contain spaces."
#~ msgstr ""
#~ "Pierwszych 8 bajtów nazwy pliku wykonywalnego procesu. Wyjście\n"
#~ "w tej kolumnie może zawierać spacje."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "fuid"
#~ msgstr "fuid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "FUID"
#~ msgstr "FUID"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "filesystem access user ID. (alias\n"
#~ "B<fsuid>)."
#~ msgstr ""
#~ "ID użytkownika dostępu do systemu plików (alias\n"
#~ "B<fsuid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "fuser"
#~ msgstr "fuser"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "FUSER"
#~ msgstr "FUSER"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "filesystem access user ID. This will be the textual user ID, if it can be\n"
#~ "obtained and the field width permits, or a decimal representation otherwise."
#~ msgstr ""
#~ "ID użytkownika dostępu do systemu plików. Będzie to tekstowa nazwa użytkownika,\n"
#~ "jeżeli jest dostępna, a szerokość pola jest wystarczająca, lub\n"
#~ "liczba dziesiętna w przeciwnym wypadku."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "gid"
#~ msgstr "gid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "GID"
#~ msgstr "GID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<egid>.\n"
#~ "(alias\n"
#~ "B<egid>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<egid>\n"
#~ "(alias\n"
#~ "B<egid>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<egroup>.\n"
#~ "(alias\n"
#~ "B<egroup>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<egroup>\n"
#~ "(alias\n"
#~ "B<egroup>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ignored"
#~ msgstr "ignored"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "IGNORED"
#~ msgstr "IGNORED"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "mask of the ignored signals, see\n"
#~ "I<signal>(7).\n"
#~ "According to the width of the field, a 32 or 64 bits mask in hexadecimal\n"
#~ "format is displayed. (alias\n"
#~ "B<sig_ignore>, B<sigignore>)."
#~ msgstr ""
#~ "Maska ignorowanych sygnałów, patrz\n"
#~ "I<signal>(7).\n"
#~ "Zgodnie z szerokością pola, wyświetlana jest jako 32-\n"
#~ "lub 64-bitowa maska w formacie liczby\n"
#~ "szesnastkowej (aliasy\n"
#~ "B<sig_ignore>, B<sigignore>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ipcns"
#~ msgstr "ipcns"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "IPCNS"
#~ msgstr "IPCNS"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "label"
#~ msgstr "label"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "LABEL"
#~ msgstr "LABEL"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "security label, most commonly used for SELinux context data. This is for\n"
#~ "the\n"
#~ "I<Mandatory Access Control>\n"
#~ "(\"MAC\") found on high-security systems."
#~ msgstr ""
#~ "Etykieta bezpieczeństwa, najczęściej używana w danych kontekstowych\n"
#~ "SELinuksa. Jest to potrzebne dla\n"
#~ "I<Mandatory Access Control> (\"MAC\"), występującego w systemach\n"
#~ "o wysokim bezpieczeństwie."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "lstart"
#~ msgstr "lstart"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "STARTED"
#~ msgstr "STARTED"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "time the command started. See also\n"
#~ "B<bsdstart>, B<start>, B<start_time>, and B<stime>."
#~ msgstr ""
#~ "Czas uruchomienia systemu. Patrz także\n"
#~ "B<bsdstart>, B<start>, B<start_time>, oraz B<stime>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "lsession"
#~ msgstr "lsession"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SESSION"
#~ msgstr "SESSION"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "displays the login session identifier of a process,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla identyfikator sesji logowania procesu,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "luid"
#~ msgstr "luid"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "LUID"
#~ msgstr "LUID"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "lwp"
#~ msgstr "lwp"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "LWP"
#~ msgstr "LWP"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "light weight process (thread) ID of the dispatchable entity (alias\n"
#~ "B<spid>, B<tid>).\n"
#~ "See\n"
#~ "B<tid>\n"
#~ "for additional information."
#~ msgstr ""
#~ "Identyfikator LWP [light weight process (lub thread)] samodzielnego podmiotu\n"
#~ "(dispatchable entity) (aliasy\n"
#~ "B<spid>, B<tid>).\n"
#~ "Dodatkowe informacje można znaleźć w opisie\n"
#~ "B<tid>."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "lxc"
#~ msgstr "lxc"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "LXC"
#~ msgstr "LXC"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "machine"
#~ msgstr "machine"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "MACHINE"
#~ msgstr "MACHINE"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "displays the machine name for processes assigned to VM or container,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla nazwę maszyny dla procesu przypisanego do maszyny wirtualnej lub zasobnika,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "MAJFLT"
#~ msgstr "MAJFLT"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "The number of major page faults that have occurred with this process."
#~ msgstr "Liczba większych błędów stron, które wystąpiły w tym procesie."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "MINFLT"
#~ msgstr "MINFLT"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "The number of minor page faults that have occurred with this process."
#~ msgstr "Liczba mniejszych błędów stron, które wystąpiły w tym procesie."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "mntns"
#~ msgstr "mntns"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "MNTNS"
#~ msgstr "MNTNS"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "netns"
#~ msgstr "netns"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "NETNS"
#~ msgstr "NETNS"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ni"
#~ msgstr "ni"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "nice value.\n"
#~ "This ranges from 19 (nicest) to -20 (not nice to others),\n"
#~ "see\n"
#~ "I<nice>(1).\n"
#~ "(alias\n"
#~ "B<nice>)."
#~ msgstr ""
#~ "Wartość nice procesu.\n"
#~ "Zakres od 19 (najmilszy) to -20 (niemiły dla innych),\n"
#~ "patrz\n"
#~ "I<nice>(1)\n"
#~ "(alias\n"
#~ "B<nice>)."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<ni>.B<(alias>\n"
#~ "B<ni>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<ni> B<(alias>\n"
#~ "B<ni>)."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "nlwp"
#~ msgstr "nlwp"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "NLWP"
#~ msgstr "NLWP"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "number of lwps (threads) in the process. (alias\n"
#~ "B<thcount>)."
#~ msgstr ""
#~ "Liczba LWP-ów (wątków) procesu (alias\n"
#~ "B<thcount>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "numa"
#~ msgstr "numa"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "NUMA"
#~ msgstr "NUMA"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "nwchan"
#~ msgstr "nwchan"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "WCHAN"
#~ msgstr "WCHAN"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "address of the kernel function where the process is sleeping (use\n"
#~ "B<wchan>\n"
#~ "if you want the kernel function name). Running tasks will display a dash\n"
#~ "('-') in this column."
#~ msgstr ""
#~ "Adres funkcji jądra, w której proces został uśpiony\n"
#~ "(proszę użyć B<wchan>,\n"
#~ "aby dostać nazwę funkcji jądra). Zadania obecnie uruchomione będą\n"
#~ "miały w tej kolumnie wyświetlony myślnik (\"-\")."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ouid"
#~ msgstr "ouid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "OWNER"
#~ msgstr "OWNER"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "displays the Unix user identifier of the owner of the session of a process,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla uniksowy identyfikator użytkownika będącego właścicielem sesji procesu,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<%cpu>.\n"
#~ "(alias\n"
#~ "B<%cpu>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<%cpu>\n"
#~ "(alias\n"
#~ "B<%cpu>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pending"
#~ msgstr "pending"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PENDING"
#~ msgstr "PENDING"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "mask of the pending signals.\n"
#~ "See\n"
#~ "I<signal>(7).\n"
#~ "Signals pending on the process are distinct from signals pending on\n"
#~ "individual threads. Use the\n"
#~ "B<m>\n"
#~ "option or the\n"
#~ "B<-m>\n"
#~ "option to see both. According to the width of the field, a 32 or 64 bits\n"
#~ "mask in hexadecimal format is displayed. (alias\n"
#~ "B<sig>)."
#~ msgstr ""
#~ "Maska oczekujących sygnałów,\n"
#~ "patrz\n"
#~ "I<signal>(7).\n"
#~ "Sygnały oczekujące procesu są inne niż sygnały oczekujące jego poszczególnych\n"
#~ "wątków. Aby zobaczyć oba rodzaje, prosimy użyć opcji\n"
#~ "B<m>\n"
#~ "lub\n"
#~ "B<-m>.\n"
#~ "Zgodnie z szerokością pola, wyświetlana jest jako 32-\n"
#~ "lub 64-bitowa maska w formacie liczby\n"
#~ "szesnastkowej (alias\n"
#~ "B<sig>)."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "process group ID or, equivalently, the process ID of the process group\n"
#~ "leader. (alias\n"
#~ "B<pgrp>)."
#~ msgstr ""
#~ "ID grupy procesów lub - równoważnie - ID procesu będącego\n"
#~ "przywódcą grupy procesów (alias\n"
#~ "B<pgrp>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PGRP"
#~ msgstr "PGRP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<pgid>.\n"
#~ "(alias\n"
#~ "B<pgid>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<pgid>\n"
#~ "(alias\n"
#~ "B<pgid>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "a number representing the process ID (alias\n"
#~ "B<tgid>)."
#~ msgstr ""
#~ "Liczba oznaczająca identyfikator procesu (alias\n"
#~ "B<tgid>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pidns"
#~ msgstr "pidns"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PIDNS"
#~ msgstr "PIDNS"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pmem"
#~ msgstr "pmem"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<%mem>.\n"
#~ "(alias\n"
#~ "B<%mem>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<%mem>\n"
#~ "(alias\n"
#~ "B<%mem>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "policy"
#~ msgstr "policy"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "POL"
#~ msgstr "POL"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "scheduling class of the process. (alias\n"
#~ "B<class>, B<cls>).\n"
#~ "Possible values are:\n"
#~ msgstr ""
#~ "Klasa schedulera procesu (aliasy\n"
#~ "B<class>, B<cls>).\n"
#~ "Możliwe wartości pola:\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "parent process ID."
#~ msgstr "Identyfikator procesu-rodzica."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "pri"
#~ msgstr "pri"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "PRI"
#~ msgstr "PRI"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "priority of the process. Higher number means lower priority."
#~ msgstr "Priorytet procesu. Większe wartości oznaczają niższy priorytet."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "psr"
#~ msgstr "psr"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "PSR"
#~ msgstr "PSR"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "processor that process is currently assigned to."
#~ msgstr "Procesor, do którego proces jest obecnie przypisany."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "rgid"
#~ msgstr "rgid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RGID"
#~ msgstr "RGID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "real group ID."
#~ msgstr "Rzeczywisty identyfikator grupy."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "real group name. This will be the textual group ID, if it can be obtained\n"
#~ "and the field width permits, or a decimal representation otherwise."
#~ msgstr ""
#~ "Nazwa rzeczywistej grupy.\n"
#~ "Będzie to tekstowa nazwa grupy, jeśli jest dostępna i szerokość pola\n"
#~ "jest wystarczająca, lub liczba dziesiętna w przeciwnym wypadku."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RSS"
#~ msgstr "RSS"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "resident set size, the non-swapped physical memory that a task has used (in\n"
#~ "kilobytes). (alias\n"
#~ "B<rssize>, B<rsz>)."
#~ msgstr ""
#~ "Resident set size, czyli niewyswapowana pamięć, której zadanie używało\n"
#~ "w kilobajtach) (alias\n"
#~ "B<rssize>, B<rsz>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "rssize"
#~ msgstr "rssize"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<rss>.\n"
#~ "(alias\n"
#~ "B<rss>, B<rsz>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<rss>\n"
#~ "(aliasy\n"
#~ "B<rss>, B<rsz>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "rsz"
#~ msgstr "rsz"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RSZ"
#~ msgstr "RSZ"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<rss>.\n"
#~ "(alias\n"
#~ "B<rss>, B<rssize>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<rss>\n"
#~ "(aliasy\n"
#~ "B<rss>, B<rssize>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "rtprio"
#~ msgstr "rtprio"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RTPRIO"
#~ msgstr "RTPRIO"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "realtime priority."
#~ msgstr "Priorytet czasu rzeczywistego."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "ruid"
#~ msgstr "ruid"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "RUID"
#~ msgstr "RUID"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "real user ID."
#~ msgstr "Rzeczywisty identyfikator użytkownika."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "real user ID. This will be the textual user ID, if it can be obtained and\n"
#~ "the field width permits, or a decimal representation otherwise."
#~ msgstr ""
#~ "Rzeczywisty identyfikator użytkownika.\n"
#~ "Będzie to tekstowa nazwa użytkownika, jeśli jest dostępna i szerokość pola\n"
#~ "jest wystarczająca, lub liczba dziesiętna w przeciwnym wypadku."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "minimal state display (one character). See section\n"
#~ "B<PROCESS STATE CODES>\n"
#~ "for the different values. See also\n"
#~ "B<stat>\n"
#~ "if you want additional information displayed. (alias\n"
#~ "B<state>)."
#~ msgstr ""
#~ "Wyświetla stan procesu w minimalnej postaci (jeden znak).\n"
#~ "Znaczenie wartości opisano w rozdziale\n"
#~ "B<KODY STANU PROCESU>.\n"
#~ "Aby wyświetlić dodatkowe informacje, patrz opis\n"
#~ "B<stat> (alias\n"
#~ "B<state>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sched"
#~ msgstr "sched"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SCH"
#~ msgstr "SCH"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "scheduling policy of the process. The policies SCHED_OTHER (SCHED_NORMAL),\n"
#~ "SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, SCHED_IDLE and SCHED_DEADLINE are\n"
#~ "respectively displayed as 0, 1, 2, 3, 4, 5 and 6."
#~ msgstr ""
#~ "Zasady planowania (scheduling policy) procesu. Zasady SCHED_OTHER (SCHED_NORMAL),\n"
#~ "SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, SCHED_IDLE i SCHED_DEADLINE są\n"
#~ "wyświetlane jako odpowiednio 0, 1, 2, 3, 4, 5 i 6."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "seat"
#~ msgstr "seat"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SEAT"
#~ msgstr "SEAT"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "displays the identifier associated with all hardware devices assigned\n"
#~ "to a specific workplace,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla identyfikator skojarzony ze wszystkimi urządzeniami sprzętowymi,\n"
#~ "przypisanymi do określonego miejsca pracy,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "sess"
#~ msgstr "sess"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SESS"
#~ msgstr "SESS"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "session ID or, equivalently, the process ID of the session leader. (alias\n"
#~ "B<session>, B<sid>)."
#~ msgstr ""
#~ "ID sesji bądź - równoważnie - ID\\ procesu przywódcy sesji (aliasy\n"
#~ "B<session>, B<sid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sgi_p"
#~ msgstr "sgi_p"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "processor that the process is currently executing on. Displays \"*\" if the\n"
#~ "process is not currently running or runnable."
#~ msgstr ""
#~ "Procesor, na którym proces się obecnie wykonuje. Wyświetla \"*\", jeśli\n"
#~ "proces nie jest obecnie wykonywany ani nie jest zdatny do wykonywania."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "sgid"
#~ msgstr "sgid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SGID"
#~ msgstr "SGID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "saved group ID. (alias\n"
#~ "B<svgid>)."
#~ msgstr ""
#~ "Zachowany identyfikator grupy (alias\n"
#~ "B<svgid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sgroup"
#~ msgstr "sgroup"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SGROUP"
#~ msgstr "SGROUP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "saved group name. This will be the textual group ID, if it can be obtained\n"
#~ "and the field width permits, or a decimal representation otherwise."
#~ msgstr ""
#~ "Rzeczywisty identyfikator grupy.\n"
#~ "Będzie to tekstowa nazwa grupy, jeśli jest dostępna i szerokość pola\n"
#~ "jest wystarczająca, lub liczba dziesiętna w przeciwnym wypadku."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sid"
#~ msgstr "sid"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SID"
#~ msgstr "SID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<sess>.\n"
#~ "(alias\n"
#~ "B<sess>, B<session>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<sess>\n"
#~ "(aliasy\n"
#~ "B<sess>, B<session>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sig"
#~ msgstr "sig"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<pending>.\n"
#~ "(alias\n"
#~ "B<pending>, B<sig_pend>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<pending>\n"
#~ "(aliasy\n"
#~ "B<pending>, B<sig_pend>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sigcatch"
#~ msgstr "sigcatch"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<caught>.\n"
#~ "(alias\n"
#~ "B<caught>, B<sig_catch>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<caught>\n"
#~ "(aliasy\n"
#~ "B<caught>, B<sig_catch>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "sigignore"
#~ msgstr "sigignore"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<ignored>.\n"
#~ "(alias\n"
#~ "B<ignored>, B<sig_ignore>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<ignored>\n"
#~ "(aliasy\n"
#~ "B<ignored>, B<sig_ignore>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "sigmask"
#~ msgstr "sigmask"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<blocked>.\n"
#~ "(alias\n"
#~ "B<blocked>, B<sig_block>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<blocked>\n"
#~ "(aliasy\n"
#~ "B<blocked>, B<sig_block>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SIZE"
#~ msgstr "SIZE"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "approximate amount of swap space that would be required if the process were\n"
#~ "to dirty all writable pages and then be swapped out. This number is very\n"
#~ "rough!"
#~ msgstr ""
#~ "Szacowana ilość przestrzeni wymiany, która byłaby wymagana, gdyby proces\n"
#~ "zajął wszystkie zapisywalne strony, a następnie by został przeniesiony\n"
#~ "do przestrzeni wymiany. Ilość ta jest bardzo przybliżona!"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "slice"
#~ msgstr "slice"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SLICE"
#~ msgstr "SLICE"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "displays the slice unit which a process belongs to,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla jednostkę plastra (slice), do którego należy proces,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "spid"
#~ msgstr "spid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SPID"
#~ msgstr "SPID"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<lwp>.\n"
#~ "(alias\n"
#~ "B<lwp>, B<tid>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<lwp>\n"
#~ "(alias\n"
#~ "B<lwp>, B<tid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "stackp"
#~ msgstr "stackp"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "STACKP"
#~ msgstr "STACKP"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "address of the bottom (start) of stack for the process."
#~ msgstr "Adres początku stosu procesu."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "start"
#~ msgstr "start"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "time the command started. If the process was started less than 24 hours ago,\n"
#~ "the output format is \"HH:MM:SS\", else it is \"\\ \\ Mmm\\ dd\" (where Mmm is a\n"
#~ "three-letter month name). See also\n"
#~ "B<lstart>, B<bsdstart>, B<start_time>, and B<stime>."
#~ msgstr ""
#~ "Czas od uruchomienia polecenia. Jeśli proces został uruchomiony mniej niż 24 godziny\n"
#~ "temu, formatem wyjścia jest \"HH:MM:SS\", w przeciwnym wypadku jest to \"\\ \\ Mmm\\ dd\" (gdzie\n"
#~ "Mmm oznacza trzyliterowy skrót nazwy miesiąca). Patrz także\n"
#~ "B<lstart>, B<bsdstart>, B<start_time> oraz B<stime>."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "starting time or date of the process. Only the year will be displayed if the\n"
#~ "process was not started the same year\n"
#~ "B<ps>\n"
#~ "was invoked, or \"MmmDD\" if it was not started the same day, or \"HH:MM\"\n"
#~ "otherwise. See also\n"
#~ "B<bsdstart>, B<start>, B<lstart>, and B<stime>."
#~ msgstr ""
#~ "Czas lub data uruchomienia procesu. Wyświetlony będzie tylko rok, jeśli\n"
#~ "proces nie został uruchomiony w tym samym roku, w którym wywołano\n"
#~ "B<ps>,\n"
#~ "lub \"MmmDD\", jeśli nie został uruchomiony w tym samym dniu, lub \"HH:MM\"\n"
#~ "w przeciwnym wypadku. Patrz także\n"
#~ "B<bsdstart>, B<start>, B<lstart>, oraz B<stime>."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "stat"
#~ msgstr "stat"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "STAT"
#~ msgstr "STAT"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "multi-character process state. See section\n"
#~ "B<PROCESS STATE CODES>\n"
#~ "for the different values meaning. See also\n"
#~ "B<s>\\ andB<\\ state>\n"
#~ "if you just want the first character displayed."
#~ msgstr ""
#~ "Wieloznakowy stan procesu. Znaczenie wartości opisano w rozdziale\n"
#~ "B<KODY STANU PROCESU>.\n"
#~ "Aby wyświetlić tylko pierwszy znak, patrz opis\n"
#~ "B<s>\\ iB<\\ state>"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "state"
#~ msgstr "state"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<s>.\\& (aliasB<\\ s>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<s>.\\& (aliasB<\\ s>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "stime"
#~ msgstr "stime"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "STIME"
#~ msgstr "STIME"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "see B<start_time>. (alias B<start_time>)."
#~ msgstr "patrz B<start_time>. (alias B<start_time])."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "suid"
#~ msgstr "suid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SUID"
#~ msgstr "SUID"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "saved user ID. (alias\n"
#~ "B<svuid>)."
#~ msgstr ""
#~ "Zachowany identyfikator użytkownika (alias\n"
#~ "B<svuid>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "supgid"
#~ msgstr "supgid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SUPGID"
#~ msgstr "SUPGID"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "group ids of supplementary groups, if any. See\n"
#~ "B<getgroups>(2)."
#~ msgstr ""
#~ "Identyfikatory dodatkowych grup, jeśli takowe występują. Patrz\n"
#~ "B<getgroups>(2)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "supgrp"
#~ msgstr "supgrp"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "SUPGRP"
#~ msgstr "SUPGRP"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "group names of supplementary groups, if any. See\n"
#~ "B<getgroups>(2)."
#~ msgstr ""
#~ "Nazwy dodatkowych grup, jeśli występują. Patrz\n"
#~ "B<getgroups>(2)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "suser"
#~ msgstr "suser"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SUSER"
#~ msgstr "SUSER"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "saved user name. This will be the textual user ID, if it can be obtained and\n"
#~ "the field width permits, or a decimal representation otherwise. (alias\n"
#~ "B<svuser>)."
#~ msgstr ""
#~ "Zachowany identyfikator użytkownika\n"
#~ "Będzie to tekstowa nazwa użytkownika, jeśli jest dostępna i szerokość pola\n"
#~ "jest wystarczająca, lub liczba dziesiętna w przeciwnym wypadku (alias\n"
#~ "B<svuser>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "svgid"
#~ msgstr "svgid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SVGID"
#~ msgstr "SVGID"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<sgid>.\n"
#~ "(alias\n"
#~ "B<sgid>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<sgid>\n"
#~ "(alias\n"
#~ "B<sgid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "svuid"
#~ msgstr "svuid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SVUID"
#~ msgstr "SVUID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<suid>.\n"
#~ "(alias\n"
#~ "B<suid>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<suid>\n"
#~ "(alias\n"
#~ "B<suid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sz"
#~ msgstr "sz"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "SZ"
#~ msgstr "SZ"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "size in physical pages of the core image of the process. This includes text,\n"
#~ "data, and stack space. Device mappings are currently excluded; this is\n"
#~ "subject to change. See\n"
#~ "B<vsz>\\ andB<\\ rss>."
#~ msgstr ""
#~ "Rozmiar w fizycznych stronach głównego obrazu pamięci procesu, włączając w to obszary tekstu,\n"
#~ "danych i przestrzeń stosu.\n"
#~ "Obecnie nie obejmuje to mapowań urządzeń, ale może się to zmienić w przyszłości. Patrz\n"
#~ "B<vsz>\\ orazB<\\ rss>."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "tgid"
#~ msgstr "tgid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TGID"
#~ msgstr "TGID"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "a number representing the thread group to which a task belongs (alias\n"
#~ "B<pid>).\n"
#~ "It is the process ID of the thread group leader."
#~ msgstr ""
#~ "Liczba reprezentująca grupę wątków, do której należy zadanie (alias\n"
#~ "B<pid>).\n"
#~ "Jest to identyfikator procesu przywódcy grupy wątków."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "thcount"
#~ msgstr "thcount"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "THCNT"
#~ msgstr "THCNT"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<nlwp>.\n"
#~ "(alias\n"
#~ "B<nlwp>).\n"
#~ "number of kernel threads owned by the process."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<nlwp>\n"
#~ "(alias\n"
#~ "B<nlwp>).\n"
#~ "Liczba wątków jądra, których proces jest właścicielem."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "tid"
#~ msgstr "tid"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TID"
#~ msgstr "TID"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "the unique number representing a dispatchable entity (alias\n"
#~ "B<lwp>, B<spid>).\n"
#~ "This value may also appear as: a process ID (pid); a process group ID (pgrp);\n"
#~ "a session ID for the session leader (sid); a thread group ID for the thread\n"
#~ "group leader (tgid); and a tty process group ID for the process group leader\n"
#~ "(tpgid)."
#~ msgstr ""
#~ "Unikatowa liczba reprezentująca samodzielny podmiot (dispatchable entity) (alias\n"
#~ "B<lwp>, B<spid>).\n"
#~ "Ta wartość może się także pojawić jako identyfikator procesu (pid); identyfikator\n"
#~ "grupy procesów (pgrp);\n"
#~ "identyfikator sesji lidera sesji (sid); identyfikator grupy wątków dla lidera grupy\n"
#~ "wątków (tgid); identyfikator grupy procesów terminala dla lidera grupy procesów (tpgid)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "cumulative CPU\\ time, \"[DD-]HH:MM:SS\" format. (alias\n"
#~ "B<cputime>)."
#~ msgstr ""
#~ "Łączny czas CPU w formacie \"[DD-]HH:MM:SS\" (alias\n"
#~ "B<cputime>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "times"
#~ msgstr "times"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "cumulative CPU\\ time in seconds (alias\n"
#~ "B<cputimes>)."
#~ msgstr ""
#~ "łączny czas CPU w sekundach (alias\n"
#~ "B<cputimes>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "tname"
#~ msgstr "tname"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "controlling tty (terminal). (alias\n"
#~ "B<tt>, B<tty>)."
#~ msgstr ""
#~ "Kontrolujący tty (terminal) (aliasy\n"
#~ "B<tt>, B<tty>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TPGID"
#~ msgstr "TPGID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "ID of the foreground process group on the tty (terminal) that the process is\n"
#~ "connected to, or -1 if the process is not connected to a tty."
#~ msgstr ""
#~ "ID pierwszoplanowej grupy procesów na tty (terminalu), do której proces jest\n"
#~ "podłączony, lub -1, jeśli proces nie jest podłączony do terminala."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "trs"
#~ msgstr "trs"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TRS"
#~ msgstr "TRS"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "text resident set size,\n"
#~ "the amount of physical memory devoted to executable code."
#~ msgstr ""
#~ "Resident set size teksu,\n"
#~ "czyli ilość fizycznej pamięci przeznaczona na kod\n"
#~ "wykonywalny."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "tt"
#~ msgstr "tt"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TT"
#~ msgstr "TT"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "controlling tty (terminal). (alias\n"
#~ "B<tname>, B<tty>)."
#~ msgstr ""
#~ "Kontrolujący tty (terminal) (aliasy\n"
#~ "B<tname>, B<tty>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "controlling tty (terminal). (alias\n"
#~ "B<tname>, B<tt>)."
#~ msgstr ""
#~ "Kontrolujący tty (terminal) (aliasy\n"
#~ "B<tname>, B<tt>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ucmd"
#~ msgstr "ucmd"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<comm>.\n"
#~ "(alias\n"
#~ "B<comm>, B<ucomm>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<comm>\n"
#~ "(aliasy\n"
#~ "B<comm>, B<ucomm>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "ucomm"
#~ msgstr "ucomm"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<comm>.\n"
#~ "(alias\n"
#~ "B<comm>, B<ucmd>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<comm>\n"
#~ "(aliasy\n"
#~ "B<comm>, B<ucmd>)."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "UID"
#~ msgstr "UID"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<euid>.\n"
#~ "(alias\n"
#~ "B<euid>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<euid>\n"
#~ "(alias\n"
#~ "B<euid>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "uname"
#~ msgstr "uname"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<euser>.\n"
#~ "(alias\n"
#~ "B<euser>, B<user>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<euser>\n"
#~ "(aliasy\n"
#~ "B<euser>, B<user>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "unit"
#~ msgstr "unit"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "UNIT"
#~ msgstr "UNIT"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "displays unit which a process belongs to,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla jednostkę, do której należy proces,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid ""
#~ "see\n"
#~ "B<euser>.\n"
#~ "(alias\n"
#~ "B<euser>, B<uname>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<euser>\n"
#~ "(aliasy\n"
#~ "B<euser>, B<uname>)."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "userns"
#~ msgstr "userns"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "USERNS"
#~ msgstr "USERNS"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "utsns"
#~ msgstr "utsns"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "UTSNS"
#~ msgstr "UTSNS"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "uunit"
#~ msgstr "uunit"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "UUNIT"
#~ msgstr "UUNIT"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "displays user unit which a process belongs to,\n"
#~ "if systemd support has been included."
#~ msgstr ""
#~ "Wyświetla jednostkę użytkownika, do której należy proces,\n"
#~ "jeśli zostało włączone wsparcie dla systemd."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "see\n"
#~ "B<vsz>.\n"
#~ "(alias\n"
#~ "B<vsz>)."
#~ msgstr ""
#~ "Patrz\n"
#~ "B<vsz>\n"
#~ "(alias\n"
#~ "B<vsz>)."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "virtual memory size of the process in KiB (1024-byte units). Device\n"
#~ "mappings are currently excluded; this is subject to change. (alias\n"
#~ "B<vsize>)."
#~ msgstr ""
#~ "Użycie wirtualnej pamięci dla całego procesu w KiB (jednostka 1024-bajtowa).\n"
#~ "Obecnie nie obejmuje to mapowań urządzeń, ale może się to zmienić w przyszłości\n"
#~ "(alias\n"
#~ "B<vsize>)."
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "wchan"
#~ msgstr "wchan"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "name of the kernel function in which the process is sleeping, a \"-\" if the\n"
#~ "process is running, or a \"*\" if the process is multi-threaded and\n"
#~ "B<ps>\n"
#~ "is not displaying threads."
#~ msgstr ""
#~ "Nazwa funkcji jądra, w której proces jest uśpiony, lub\n"
#~ "\"-\", jeśli\n"
#~ "proces jest wykonywany, lub \"*\", jeśli proces jest wielowątkowy,\n"
#~ "a B<ps> nie wyświetla wątków."
2022-10-20 15:26:17 +05:30
#~ msgid "The following environment variables could affect B<ps>:"
#~ msgstr "Następujące zmienne środowiska mogą mieć wpływ na B<ps>:"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<COLUMNS>"
#~ msgstr "B<COLUMNS>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Override default display width."
#~ msgstr "Nadpisuje domyślną szerokość wyjścia."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<LINES>"
#~ msgstr "B<LINES>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Override default display height."
#~ msgstr "Nadpisuje domyślną wysokość wyjścia."
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<PS_PERSONALITY>"
#~ msgstr "B<PS_PERSONALITY>"
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Set to one of posix, old, linux, bsd, sun, digital...\\& (see section "
#~ "B<PERSONALITY> below)."
#~ msgstr ""
#~ "Jedno z posix, old, linux, bsd, sun, digital...\\& (patrz poniżej sekcja "
#~ "B<OSOBOWOŚĆ>)."
2022-10-16 14:36:14 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<CMD_ENV>"
#~ msgstr "B<CMD_ENV>"
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<I_WANT_A_BROKEN_PS>"
#~ msgstr "B<I_WANT_A_BROKEN_PS>"
2022-10-20 15:26:17 +05:30
#~ msgid "Force obsolete command line interpretation."
#~ msgstr "Wymusza przestarzałą interpretację linii poleceń."
2022-10-16 14:36:14 +05:30
2022-10-04 17:06:48 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<LC_TIME>"
#~ msgstr "B<LC_TIME>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Date format."
#~ msgstr "Format daty."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "B<PS_COLORS>"
#~ msgstr "B<PS_COLORS>"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Not currently supported."
#~ msgstr "Obecnie nieobsługiwana."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<PS_FORMAT>"
#~ msgstr "B<PS_FORMAT>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Default output format override. You may set this to a format string of "
#~ "the type used for the B<-o> option. The B<DefSysV> and B<DefBSD> values "
#~ "are particularly useful."
#~ msgstr ""
#~ "Nadpisanie domyślnego formatu wyjścia. Można ustawić tę zmienną na "
#~ "dowolny typ formatowania używany przez opcję B<-o>. Szczególnie użyteczne "
#~ "są wartości B<DefSysV> i B<DefBSD>."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<POSIXLY_CORRECT>"
#~ msgstr "B<POSIXLY_CORRECT>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Don't find excuses to ignore bad \"features\"."
#~ msgstr "Nie ignoruje złych opcji."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<POSIX2>"
#~ msgstr "B<POSIX2>"
2022-10-20 15:26:17 +05:30
#~ msgid "When set to \"on\", acts as B<POSIXLY_CORRECT>."
#~ msgstr "Ustawione na \"on\", działa tak, jak B<POSIXLY_CORRECT>."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<UNIX95>"
#~ msgstr "B<UNIX95>"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<_XPG>"
#~ msgstr "B<_XPG>"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "Cancel B<CMD_ENV>=I<irix> non-standard behavior."
#~ msgstr "Wyłącza niestandardowe zachowanie B<CMD_ENV>I<=irix>."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "In general, it is a bad idea to set these variables. The one exception "
#~ "is B<CMD_ENV> or B<PS_PERSONALITY>, which could be set to Linux for "
#~ "normal systems. Without that setting, B<ps> follows the useless and bad "
#~ "parts of the Unix98 standard."
#~ msgstr ""
#~ "Ogólnie, ustawianie tych zmiennych jest złym pomysłem. Jedynym wyjątkiem "
#~ "jest B<CMD_ENV> lub B<PS_PERSONALITY>, które dla normalnych systemów mogą "
#~ "być ustawione na wartość \"Linux\". Bez tego ustawienia, B<ps> jest "
#~ "zgodny z nieużytecznymi i złymi częściami standardu Unix98."
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "PERSONALITY"
#~ msgstr "OSOBOWOŚĆ"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "390"
#~ msgstr "390"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like the OS/390 OpenEdition B<ps>"
#~ msgstr "jak B<ps> z S/390 OpenEdition"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "aix"
#~ msgstr "aix"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like AIX B<ps>"
#~ msgstr "jak B<ps> z AIX"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "bsd"
#~ msgstr "bsd"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like FreeBSD B<ps> (totally non-standard)"
#~ msgstr "jak B<ps> z FreeBSD (zupełnie niestandardowy)"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "compaq"
#~ msgstr "compaq"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like Digital Unix B<ps>"
#~ msgstr "jak B<ps> z Digital Unix"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "debian"
#~ msgstr "debian"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like the old Debian B<ps>"
#~ msgstr "jak B<ps> ze starego Debiana"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "digital"
#~ msgstr "digital"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like Tru64 (was Digital\\ Unix, was OSF/1) B<ps>"
#~ msgstr "jak B<ps> z Tru64 (wcześniej Digital\\ Unix, wcześniej OSF/1)"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "gnu"
#~ msgstr "gnu"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "hp"
#~ msgstr "hp"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like HP-UX B<ps>"
#~ msgstr "jak B<ps> z HP-UX"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "hpux"
#~ msgstr "hpux"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "irix"
#~ msgstr "irix"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like Irix B<ps>"
#~ msgstr "jak B<ps> z Irix"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "linux"
#~ msgstr "linux"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "***** B<recommended> *****"
#~ msgstr "***** B<zalecany> *****"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "old"
#~ msgstr "old"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like the original Linux B<ps> (totally non-standard)"
#~ msgstr "jak B<ps> z oryginalnego Linuksa (zupełnie niestandardowy)"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "os390"
#~ msgstr "os390"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like OS/390 Open Edition B<ps>"
#~ msgstr "jak B<ps> z OS/390 Open Edition"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "posix"
#~ msgstr "posix"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "standard"
#~ msgstr "standardowy"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "s390"
#~ msgstr "s390"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sco"
#~ msgstr "sco"
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like SCO B<ps>"
#~ msgstr "jak B<ps> z SCO"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sgi"
#~ msgstr "sgi"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "solaris2"
#~ msgstr "solaris2"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like Solaris 2+ (SunOS 5) B<ps>"
#~ msgstr "jak B<ps> z Solaris 2+ (SunOS 5)"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sunos4"
#~ msgstr "sunos4"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like SunOS 4 (Solaris 1) B<ps> (totally non-standard)"
#~ msgstr "jak B<ps> z SunOS 4 (Solaris 1) (zupełnie niestandardowy)"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "svr4"
#~ msgstr "svr4"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "sysv"
#~ msgstr "sysv"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "tru64"
#~ msgstr "tru64"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "like Tru64 (was Digital Unix, was OSF/1) B<ps>"
#~ msgstr "jak B<ps> z Tru64 (wcześniej Digital Unix, wcześniej OSF/1)"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "unix"
#~ msgstr "unix"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "unix95"
#~ msgstr "unix95"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "unix98"
#~ msgstr "unix98"
2022-10-20 15:26:17 +05:30
#~ msgid "This B<ps> conforms to:"
#~ msgstr "Ta wersja programu B<ps> jest zgodna z:"
2022-10-20 15:26:17 +05:30
#~ msgid "Version 2 of the Single Unix Specification"
#~ msgstr "Wersją drugą Single Unix Specification"
2022-10-20 15:26:17 +05:30
#~ msgid "The Open Group Technical Standard Base Specifications, Issue\\ 6"
#~ msgstr "The Open Group Technical Standard Base Specifications, Issue\\ 6"
2022-10-20 15:26:17 +05:30
#~ msgid "IEEE Std 1003.1, 2004\\ Edition"
#~ msgstr "IEEE Std 1003.1, 2004\\ Edition"
2022-10-20 15:26:17 +05:30
#~ msgid "X/Open System Interfaces Extension [UP\\ XSI]"
#~ msgstr "X/Open System Interfaces Extension [UP\\ XSI]"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "5"
#~ msgstr "5"
2022-10-20 15:26:17 +05:30
#~ msgid "ISO/IEC 9945:2003"
#~ msgstr "ISO/IEC 9945:2003"
#~ msgid ""
#~ "B<ps> was originally written by E<.MT lankeste@\\:fwi.\\:uva.\\:nl> "
#~ "Branko Lankester E<.ME .> E<.MT johnsonm@\\:redhat.\\:com> Michael K.\\& "
#~ "Johnson E<.ME> re-wrote it significantly to use the proc filesystem, "
#~ "changing a few things in the process. E<.MT mjshield@\\:nyx.\\:cs.\\:du."
#~ "\\:edu> Michael Shields E<.ME> added the pid-list feature. E<.MT "
#~ "cblake@\\:bbn.\\:com> Charles Blake E<.ME> added multi-level sorting, the "
#~ "dirent-style library, the device name-to-number mmaped database, the "
#~ "approximate binary search directly on System.map, and many code and "
#~ "documentation cleanups. David Mossberger-Tang wrote the generic BFD "
#~ "support for psupdate. E<.MT albert@\\:users.\\:sf.\\:net> Albert Cahalan "
#~ "E<.ME> rewrote ps for full Unix98 and BSD support, along with some ugly "
#~ "hacks for obsolete and foreign syntax."
2022-10-04 17:06:48 +05:30
#~ msgstr ""
2022-10-20 15:26:17 +05:30
#~ "B<ps> początkowo był napisany przez E<.MT lankeste@\\:fwi.\\:uva.\\:nl> "
#~ "Branko Lankestera E<.ME .> E<.MT johnsonm@\\:redhat.\\:com> Michael K. "
#~ "Johnson E<.ME> znacząco go zmodyfikował, aby używał systemu plików proc. "
#~ "E<.MT mjshield@\\:nyx.\\:cs.\\:du.\\:edu> Michael Shields E<.ME> dodał "
#~ "właściwość pid-listy. E<.MT cblake@\\:bbn.\\:com> Charles Blake E<.ME> "
#~ "dodał wielopoziomowe sortowanie, bibliotekę w stylu dirent, bazę mapowań "
#~ "nazwy na numer dla urządzeń, szukanie bezpośrednio w System.map i sporo "
#~ "usprawnień estetycznych i oczyszczeń w kodzie źródłowym i dokumentacji. "
#~ "David Mossberger-Tang napisał wsparcie BFD dla psupdate. E<.MT albert@\\:"
#~ "users.\\:sf.\\:net> Albert Cahalan E<.ME> przepisał ps dla pełnego "
#~ "wsparcia Unix98 i BSD, wraz z pewnymi brzydkimi hackami dla przestarzałej "
#~ "i obcej składni."
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ "Please send bug reports to E<.MT procps@\\:freelists.\\:org> E<.ME .> No "
#~ "subscription is required or suggested."
#~ msgstr ""
#~ "Proszę przesyłać zgłoszenia o błędach do E<.MT procps@\\:freelists.\\:"
#~ "org> E<.ME .> Subskrybowanie tej listy nie jest wymagane ani sugerowane."
2022-10-04 17:06:48 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "\\ --\\ "
#~ msgstr "\\ --\\ "
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<\\ --\\ >"
#~ msgstr "B<\\ --\\ >"
2022-09-30 03:58:58 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "top"
#~ msgstr "top"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "B<top>"
#~ msgstr "B<top>"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "configuration file"
#~ msgstr "plik konfiguracyjny"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "512"
#~ msgstr "512"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "20"
#~ msgstr "20"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "TOP"
#~ msgstr "TOP"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "September 2020"
#~ msgstr "wrzesień 2020"
2022-10-16 14:36:14 +05:30
2022-10-20 15:26:17 +05:30
#~ msgid "top - display Linux processes"
#~ msgstr "top - wyświetlanie procesów pod Linuksem"
2022-10-20 15:26:17 +05:30
#, no-wrap
#~ msgid "1. COMMAND-LINE Options"
#~ msgstr "1. OPCJE LINII POLECEŃ"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid " \\*(CL\n"
#~ msgstr " \\*(CL\n"
#~ msgid ""
#~ "Starts \\*(We in Batch mode, which could be useful for sending output "
#~ "from \\*(We to other programs or to a file. In this mode, \\*(We will "
#~ "not accept input and runs until the iterations limit you've set with the "
#~ "`-n' \\*(CO or until killed."
#~ msgstr ""
#~ "Tryb wsadowy. Przydatne do wysyłania wyjścia z \\*(We do innych programów "
#~ "lub do pliku. W trybie tym \\*(We nie przyjmuje wejścia i działa dopóki "
#~ "nie wykona określonej za pomocą opcji `-n' liczby iteracji lub dopóki nie "
#~ "zostanie zabity."
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ " k - kibibytes\n"
#~ " m - mebibytes\n"
#~ " g - gibibytes\n"
#~ " t - tebibytes\n"
#~ " p - pebibytes\n"
#~ msgstr ""
#~ " k = kibibajty\n"
#~ " m = mebibajty\n"
#~ " g = gibibajty\n"
#~ " t = tebibajty\n"
#~ " p = pebibajty\n"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ " k - kibibytes\n"
#~ " m - mebibytes\n"
#~ " g - gibibytes\n"
#~ " t - tebibytes\n"
#~ " p - pebibytes\n"
#~ " e - exbibytes\n"
#~ msgstr ""
#~ " k = kibibajty\n"
#~ " m = mebibajty\n"
#~ " g = gibibajty\n"
#~ " t = tebibajty\n"
#~ " p = pebibajty\n"
#~ " e = eksbibajty\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid ""
#~ " a b c d\n"
#~ " %Cpu(s): B<75.0>/25.0 B<100>[ ...\n"
#~ msgstr ""
#~ " a b c d\n"
#~ " %Cpu(s): B<75.0>/25.0 B<100>[ ...\n"
#~ msgid ""
#~ "The B<avail> number on line 2 is an estimation of \\*(MP available for "
#~ "starting new applications, without swapping. Unlike the B<free> field, "
#~ "it attempts to account for readily reclaimable page cache and memory "
#~ "slabs. It is available on kernels 3.14, emulated on kernels 2.6.27+, "
#~ "otherwise the same as B<free>."
#~ msgstr ""
#~ "Liczba B<dost> w linii 2 to przybliżenie, jak dużo pamięci jest dostępne "
#~ "do uruchamiania nowych aplikacji bez swapowania. W przeciwieństwie do "
#~ "pola B<wolne>, to pole bierze pod uwagę cache stron oraz to, że nie "
#~ "wszystkie płyty pamięci podlegające reklamacji zostaną zwrócone. Jest "
#~ "dostępna w jądrach 3.14, emulowana w jądrach 2.6.27+, w innych "
#~ "przypadkach - to samo, co B<wolne>."
#~ msgid ""
#~ "The task's share of the elapsed \\*(PU time since the last screen update, "
#~ "expressed as a percentage of total \\*(PU time."
#~ msgstr ""
#~ "Udział zadania w czasie CPU od ostatniego odświeżenia ekranu, wyrażony "
#~ "jako procent całkowitego czasu CPU."
#~ msgid "\\*(XX."
#~ msgstr "\\*(XX."
#~ msgid ""
#~ "A number representing the last used processor. In a true SMP environment "
#~ "this will likely change frequently since the kernel intentionally uses "
#~ "weak affinity. Also, the very act of running \\*(We may break this weak "
#~ "affinity and cause more processes to change \\*(PUs more often (because "
#~ "of the extra demand for \\*(Pu time)."
#~ msgstr ""
#~ "Liczba określająca ostatnio używany procesor. W prawdziwym środowisku SMP "
#~ "ta wartość będzie się zmieniać, bo Linux celowo używa słabego "
#~ "powinowactwa. Zauważ również, że sam fakt uruchomienia topa może naruszyć "
#~ "słabe powinowactwo i spowodować, że więcej procesów częściej będzie "
#~ "zmieniać aktualny CPU ze względu na dodatkowe żądania czasu CPU."
#~ msgid "The process ID (pid) of a task's parent."
#~ msgstr "Identyfikator procesu (pid) rodzica zadania."
#~ msgid "TheI< real> user name."
#~ msgstr "Nazwa I<prawdziwego> użytkownika."
#~ msgid "TheI< effective> user ID of the task's owner."
#~ msgstr "Identyfikator I<efektywnego> użytkownika właściciela zadania."
#~ msgid "TheI< effective> user name of the task's owner."
#~ msgstr "Nazwa I<efektywnego> użytkownika właściciela zadania."
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "\\(bu"
#~ msgstr "\\(bu"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "4. INTERACTIVE Commands"
#~ msgstr "4. KOMENDY INTERACYJNE"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "*"
#~ msgstr "*"
#~ msgid "The following \\*(CIs are available."
#~ msgstr "Dostępne są następujące opcje:"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "6. FILES"
#~ msgstr "6. PLIKI"
2022-10-16 14:36:14 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "6a. PERSONAL Configuration File"
#~ msgstr "6a. OSOBISTY plik konfiguracyjny"
2022-10-16 14:36:14 +05:30
#, no-wrap
#~ msgid ""
2022-10-20 15:26:17 +05:30
#~ " .fmts= /proc/I<%d>/numa_maps\n"
#~ " .fmts= lsof -P -pI< %d>\n"
#~ msgstr ""
2022-10-20 15:26:17 +05:30
#~ " .fmts= /proc/I<%d>/numa_maps\n"
#~ " .fmts= lsof -P -pI< %d>\n"
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid " .fmts= pmap -x %dI< 2E<gt>&1>\n"
#~ msgstr " .fmts= pmap -x %dI< 2E<gt>&1>\n"
2021-02-15 16:07:56 +05:30
#, no-wrap
2022-10-20 15:26:17 +05:30
#~ msgid "6c. SYSTEM Configuration File"
#~ msgstr "6c. SYSTEMOWY plik konfiguracyjny"
#, no-wrap
#~ msgid "8. BUGS"
#~ msgstr "8. BŁĘDY"
#~ msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE .>"
#~ msgstr ""
#~ "Zgłoszenia błędów prosimy wysyłać na adres E<.UR procps@freelists.org> E<."
#~ "UE .>"
#, no-wrap
#~ msgid "9. SEE Also"
#~ msgstr "9. ZOBACZ TAKŻE"
#~ msgid ""
#~ "B<free>(1), B<ps>(1), B<uptime>(1), B<atop>(1), B<slabtop>(1), "
#~ "B<vmstat>(8), B<w>(1)"
#~ msgstr ""
#~ "B<free>(1), B<ps>(1), B<uptime>(1), B<atop>(1), B<slabtop>(1), "
#~ "B<vmstat>(8), B<w>(1)"