Files
tldr/pages.ja/common/htop.md
K.B.Dharun Krishna f1aa0a8fe5 Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
2023-11-06 14:02:32 +05:30

29 lines
638 B
Markdown

# htop
> 実行中のプロセスに関する動的なリアルタイム情報を表示する。 `top` の拡張版。
> 詳しくはこちら: <https://htop.dev/>.
- htop を起動:
`htop`
- 特定のユーザが所有するプロセスを表示する htop を起動する:
`htop --user {{ユーザー名}}`
- 指定した `並べ替え項目` でプロセスをソートする (利用可能なオプションは `htop --sort help` を使用する):
`htop --sort {{並べ替え項目}}`
- htop 実行中の対話型コマンドを見る:
`?`
- 別のタブに切り替える:
`tab`
- ヘルプを表示する:
`htop --help`