インストールできるパッケージをリポジトリから探して、インストールして、起動してみて、覚えておいたほうがいいと思ったコマンドをメモして、それだけです。それだけの投稿です。
EPEL、Remi、RPMforgeのリポジトリの中から、インストールできる最新のパッケージ情報を調べます。
リポジトリの指定の仕方は、以前調べた投稿が役に立ちました。勉強してよかったです、えっへん。自信を持って、リポジトリを指定します。
[root@vps ~]# yum --enablerepo=epel,remi,rpmforge info htop Loaded plugins: fastestmirror Repository 'vz-base' is missing name in configuration, using id Repository 'vz-updates' is missing name in configuration, using id Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * remi: remi-mirror.dedipower.com * rpmforge: ftp-stud.fht-esslingen.de * updates: ftp.iij.ad.jp base | 1.1 kB 00:00 epel | 3.4 kB 00:00 epel/primary_db | 3.1 MB 00:00 extras | 2.1 kB 00:00 remi | 2.5 kB 00:00 remi/primary_db | 274 kB 00:01 rpmforge | 1.1 kB 00:00 updates | 1.9 kB 00:00 vz-base | 951 B 00:00 vz-updates | 951 B 00:00 Available Packages Name : htop Arch : i386 Version : 1.0.1 Release : 1.el5.rf Size : 84 k Repo : rpmforge Summary : Interactive process viewer URL : http://htop.sourceforge.net/ License : GPL Description: htop is an interactive process viewer for Linux.
RPMforgeが最もバージョンが高いということで、このバージョンをインストールしてみます。
htopをインストールします。
リポジトリの指定の仕方は、バージョンを調べたときと同じでよいのですけど、復習もかねましてわざとRPMforgeのみを指定しています。
[root@vps ~]# yum --enablerepo=rpmforge install htop Loaded plugins: fastestmirror Repository 'vz-base' is missing name in configuration, using id Repository 'vz-updates' is missing name in configuration, using id Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * rpmforge: ftp-stud.fht-esslingen.de * updates: ftp.iij.ad.jp Setting up Install Process Resolving Dependencies -->; Running transaction check --->; Package htop.i386 0:1.0.1-1.el5.rf set to be updated -->; Finished Dependency Resolution Dependencies Resolved ====================================================================================================================================================== Package Arch Version Repository Size ====================================================================================================================================================== Installing: htop i386 1.0.1-1.el5.rf rpmforge 84 k Transaction Summary ====================================================================================================================================================== Install 1 Package(s) Upgrade 0 Package(s) Total download size: 84 k Is this ok [y/N]: y Downloading Packages: htop-1.0.1-1.el5.rf.i386.rpm | 84 kB 00:01 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : htop 1/1 Installed: htop.i386 0:1.0.1-1.el5.rf Complete!
あっさり終了しました。
ちょっと触ってみます。
起動はhtopとたたくだけです。
[root@vps~]# htop
覚えておいたほうがよい操作を三つ、マニュアルから抜き出しておきます。
M Sort by memory usage (top compatibility key). P Sort by processor usage (top compatibility key). T Sort by time (top compatibility key).
終了するときは、F10です。画面にガイドが表示されていますね。
参考
本家サイトです。
「CentOSにhtopを入れてちょっといじってみました」への1件の返信
[…] >>CentOSにhtopを入れてちょっといじってみました | oki2a24 Author: […]