procps.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:14
  20. #, no-wrap
  21. msgid "&procps-ng-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:12
  25. msgid ""
  26. "<productname>procps-ng</productname> "
  27. "<productnumber>&procps-ng-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:17
  32. msgid "Procps-ng-&procps-ng-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:20
  36. msgid "Procps-ng"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:26
  40. msgid "The Procps-ng package contains programs for monitoring processes."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:33
  52. msgid "&procps-ng-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:34
  56. msgid "&procps-ng-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:41
  60. msgid "Installation of Procps-ng"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:43
  64. msgid "Prepare procps-ng for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:45
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr "
  71. "\\\n"
  72. " --exec-prefix= \\\n"
  73. " --libdir=/usr/lib \\\n"
  74. " --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \\\n"
  75. " --disable-static \\\n"
  76. " --disable-kill</userinput>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:52
  80. #, no-wrap
  81. msgid ""
  82. "<userinput remap=\"configure\">./configure --prefix=/usr "
  83. "\\\n"
  84. " --exec-prefix= \\\n"
  85. " --libdir=/usr/lib \\\n"
  86. " --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \\\n"
  87. " --disable-static \\\n"
  88. " --disable-kill \\\n"
  89. " --with-systemd</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><variablelist><title>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:61
  93. msgid "The meaning of the configure option:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:64
  97. msgid "<parameter>--disable-kill</parameter>"
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:66
  101. msgid ""
  102. "This switch disables building the <command>kill</command> command that will "
  103. "be installed by the Util-linux package."
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><para>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:72
  107. msgid "Compile the package:"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><screen>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:74
  111. #, no-wrap
  112. msgid "<userinput remap=\"make\">make</userinput>"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><para>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:76
  116. msgid ""
  117. "The test suite needs some custom modifications for LFS. Remove a test that "
  118. "fails when scripting does not use a tty device and fix two others. To run "
  119. "the test suite, run the following commands:"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><screen>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:81
  123. #, no-wrap
  124. msgid ""
  125. "<userinput remap=\"test\">sed -i -r 's|(pmap_initname)\\\\\\$|\\1|' "
  126. "testsuite/pmap.test/pmap.exp\n"
  127. "sed -i '/set tty/d' testsuite/pkill.test/pkill.exp\n"
  128. "rm testsuite/pgrep.test/pgrep.exp\n"
  129. "make check</userinput>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><para>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:86
  133. msgid "Install the package:"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><screen>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:88
  137. #, no-wrap
  138. msgid "<userinput remap=\"install\">make install</userinput>"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><para>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:90
  142. msgid ""
  143. "Finally, move essential libraries to a location that can be found if "
  144. "<filename class=\"directory\">/usr</filename> is not mounted."
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><screen>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:93
  148. #, no-wrap
  149. msgid ""
  150. "<userinput remap=\"install\">mv -v /usr/lib/libprocps.so.* /lib\n"
  151. "ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) "
  152. "/usr/lib/libprocps.so</userinput>"
  153. msgstr ""
  154. #. type: Content of: <sect1><sect2><title>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:99
  156. msgid "Contents of Procps-ng"
  157. msgstr ""
  158. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:102
  160. msgid "Installed programs"
  161. msgstr ""
  162. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:103
  164. msgid "Installed library"
  165. msgstr ""
  166. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:104
  168. msgid "Installed directories"
  169. msgstr ""
  170. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:107
  172. msgid ""
  173. "free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop, sysctl, tload, top, "
  174. "uptime, vmstat, w, and watch"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:109
  178. msgid "libprocps.so"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:110
  182. msgid "/usr/include/proc and /usr/share/doc/procps-ng-&procps-ng-version;"
  183. msgstr ""
  184. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:115
  186. msgid "Short Descriptions"
  187. msgstr ""
  188. #. type: Content of: <sect1><sect2><variablelist>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:116
  190. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  191. msgstr ""
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:120
  194. msgid "<command>free</command>"
  195. msgstr ""
  196. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:122
  198. msgid ""
  199. "Reports the amount of free and used memory (both physical and swap memory) "
  200. "in the system"
  201. msgstr ""
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:125
  204. msgid "free"
  205. msgstr ""
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:131
  208. msgid "<command>pgrep</command>"
  209. msgstr ""
  210. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:133
  212. msgid "Looks up processes based on their name and other attributes"
  213. msgstr ""
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:135
  216. msgid "pgrep"
  217. msgstr ""
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:141
  220. msgid "<command>pidof</command>"
  221. msgstr ""
  222. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  223. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:143
  224. msgid "Reports the PIDs of the given programs"
  225. msgstr ""
  226. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  227. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:145
  228. msgid "pidof"
  229. msgstr ""
  230. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  231. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:151
  232. msgid "<command>pkill</command>"
  233. msgstr ""
  234. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:153
  236. msgid "Signals processes based on their name and other attributes"
  237. msgstr ""
  238. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  239. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:155
  240. msgid "pkill"
  241. msgstr ""
  242. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  243. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:161
  244. msgid "<command>pmap</command>"
  245. msgstr ""
  246. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  247. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:163
  248. msgid "Reports the memory map of the given process"
  249. msgstr ""
  250. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  251. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:165
  252. msgid "pmap"
  253. msgstr ""
  254. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:171
  256. msgid "<command>ps</command>"
  257. msgstr ""
  258. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  259. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:173
  260. msgid "Lists the current running processes"
  261. msgstr ""
  262. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  263. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:175
  264. msgid "ps"
  265. msgstr ""
  266. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  267. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:181
  268. msgid "<command>pwdx</command>"
  269. msgstr ""
  270. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  271. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:183
  272. msgid "Reports the current working directory of a process"
  273. msgstr ""
  274. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  275. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:185
  276. msgid "pwdx"
  277. msgstr ""
  278. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  279. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:191
  280. msgid "<command>slabtop</command>"
  281. msgstr ""
  282. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  283. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:193
  284. msgid "Displays detailed kernel slab cache information in real time"
  285. msgstr ""
  286. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  287. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:195
  288. msgid "slabtop"
  289. msgstr ""
  290. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  291. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:201
  292. msgid "<command>sysctl</command>"
  293. msgstr ""
  294. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  295. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:203
  296. msgid "Modifies kernel parameters at run time"
  297. msgstr ""
  298. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  299. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:205
  300. msgid "sysctl"
  301. msgstr ""
  302. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  303. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:211
  304. msgid "<command>tload</command>"
  305. msgstr ""
  306. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  307. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:213
  308. msgid "Prints a graph of the current system load average"
  309. msgstr ""
  310. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  311. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:215
  312. msgid "tload"
  313. msgstr ""
  314. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  315. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:221
  316. msgid "<command>top</command>"
  317. msgstr ""
  318. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  319. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:223
  320. msgid ""
  321. "Displays a list of the most CPU intensive processes; it provides an ongoing "
  322. "look at processor activity in real time"
  323. msgstr ""
  324. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  325. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:226
  326. msgid "top"
  327. msgstr ""
  328. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  329. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:232
  330. msgid "<command>uptime</command>"
  331. msgstr ""
  332. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  333. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:234
  334. msgid ""
  335. "Reports how long the system has been running, how many users are logged on, "
  336. "and the system load averages"
  337. msgstr ""
  338. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  339. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:237
  340. msgid "uptime"
  341. msgstr ""
  342. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  343. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:243
  344. msgid "<command>vmstat</command>"
  345. msgstr ""
  346. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  347. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:245
  348. msgid ""
  349. "Reports virtual memory statistics, giving information about processes, "
  350. "memory, paging, block Input/Output (IO), traps, and CPU activity"
  351. msgstr ""
  352. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  353. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:249
  354. msgid "vmstat"
  355. msgstr ""
  356. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  357. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:255
  358. msgid "<command>w</command>"
  359. msgstr ""
  360. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  361. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:257
  362. msgid "Shows which users are currently logged on, where, and since when"
  363. msgstr ""
  364. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  365. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:260
  366. msgid "w"
  367. msgstr ""
  368. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  369. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:266
  370. msgid "<command>watch</command>"
  371. msgstr ""
  372. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  373. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:268
  374. msgid ""
  375. "Runs a given command repeatedly, displaying the first screen-full of its "
  376. "output; this allows a user to watch the output change over time"
  377. msgstr ""
  378. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  379. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:272
  380. msgid "watch"
  381. msgstr ""
  382. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  383. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:278
  384. msgid "<filename class=\"libraryfile\">libprocps</filename>"
  385. msgstr ""
  386. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  387. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:280
  388. msgid "Contains the functions used by most programs in this package"
  389. msgstr ""
  390. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  391. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/procps.xml:283
  392. msgid "libprocps"
  393. msgstr ""