% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The Procps-ng package contains programs for monitoring processes. @y Procps-ng パッケージはプロセス監視を行うプログラムを提供します。 @z @x Installation of Procps-ng @y &InstallationOf1;Procps-ng &InstallationOf2; @z @x Prepare procps-ng for compilation: @y &PreparePackage1;procps-ng &PreparePackage2; @z @x The meaning of the configure options: @y &MeaningOfOption1;configure &MeaningOfOption2; @z @x --disable-kill This switch disables building the kill program - a better version was installed by the Util-linux package. @y 本スイッチは kill コマンドをビルドしないようにします。 これよりも適切なものが Util-linux パッケージにてインストールされるからです。 @z @x Compile the package: @y &CompileThePackage; @z @x When using the boot method, two tests will fail if the hostname is not set. If you have booted the temporary system, and want to run the test suite, run the following command: @y 再起動の方法をとっている場合は、ホスト名を定めていない場合にテストが二つ失敗します。 一時システムを起動した際にテストスイートを実行したい場合は以下のコマンドを実行します。 @z @x If running the testsuite, first disable a test which fails when scripting does not use a tty device: @y テストスイートを実行する場合、tty デバイスを利用したにスクリプトがあるためテストが一つ失敗します。 そこでこれを無効にします。 @z @x Install the package: @y &InstallThePackage; @z @x Move essential files to a location that can be found if /usr is not mounted: @y /usr ディレクトリをマウントしていない場合は、重要なファイルが見つからなくなるためそれらを移動させます。 @z @x Contents of Procps-ng @y &ContentsOf1;Procps-ng &ContentsOf2; @z @x Installed programs Installed library Installed directories @y &InstalledProgram; &InstalledLibrary; &InstalledDirectory; @z @x free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop, sysctl, tload, top, uptime, vmstat, w, watch libprocps.{a,so} /usr/include/proc, /usr/share/doc/procps-ng-&procps-ng-version; @y free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop, sysctl, tload, top, uptime, vmstat, w, watch libprocps.{a,so} /usr/include/proc, /usr/share/doc/procps-ng-&procps-ng-version; @z @x Short Descriptions @y &ShortDescriptions; @z @x free Reports the amount of free and used memory (both physical and swap memory) in the system @y 物理メモリ、スワップメモリの双方において、メモリの使用量、未使用量を表示します。 @z @x pgrep Looks up processes based on their name and other attributes @y プロセスの名前などの属性によりプロセスを調べます。 @z @x pidof Reports the PIDs of the given programs @y 指定されたプログラムの PID を表示します。 @z @x pkill Signals processes based on their name and other attributes @y プロセスの名前などの属性によりプロセスに対してシグナルを送信します。 @z @x pmap Reports the memory map of the given process @y 指定されたプロセスのメモリマップを表示します。 @z @x ps Lists the current running processes @y 現在実行中のプロセスを一覧表示します。 @z @x pwdx Reports the current working directory of a process @y プロセスが実行されているカレントディレクトリを表示します。 @z @x slabtop Displays detailed kernel slab cache information in real time @y リアルタイムにカーネルのスラブキャッシュ (slab cache) 情報を詳細に示します。 @z @x sysctl Modifies kernel parameters at run time @y システム稼動中にカーネル設定を修正します。 @z @x tload Prints a graph of the current system load average @y システムの負荷平均 (load average) をグラフ化して表示します。 @z @x top Displays a list of the most CPU intensive processes; it provides an ongoing look at processor activity in real time @y CPU をより多く利用しているプロセスの一覧を表示します。 これはリアルタイムにプロセッサーの動作状況を逐次表示します。 @z @x uptime Reports how long the system has been running, how many users are logged on, and the system load averages @y システムの稼動時間、ログインユーザー数、システム負荷平均 (load average) を表示します。 @z @x vmstat Reports virtual memory statistics, giving information about processes, memory, paging, block Input/Output (IO), traps, and CPU activity @y 仮想メモリの統計情報を表示します。 そこではプロセス、メモリ、ページング、ブロック入出力 (Input/Output; IO)、トラップ、CPU 使用状況を表示します。 @z @x w Shows which users are currently logged on, where, and since when @y どのユーザーがログインしていて、どこから、そしていつからログインしているかを表示します。 @z @x watch Runs a given command repeatedly, displaying the first screen-full of its output; this allows a user to watch the output change over time @y 指定されたコマンドを繰り返し実行します。 そしてその出力結果の先頭の一画面分を表示します。 出力結果が時間の経過とともにどのように変わるかを確認することができます。 @z @x libprocps Contains the functions used by most programs in this package @y 本パッケージのほとんどのプログラムが利用している関数を提供します。 @z