The GNOME System Monitor package contains gnome-system-monitor, GNOME's replacement for gtop.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.8/gnome-system-monitor-2.8.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.8/gnome-system-monitor-2.8.0.tar.bz2
Download MD5sum: 9aec14e8c549b26b2d2cd0e997038d8f
Download size: 681 KB
Estimated disk space required: 8.7 MB
Estimated build time: 0.08 SBU
Install GNOME System Monitor by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install
make install will need path access to $GNOME_PREFIX/bin. If you use the root account for installation of the package and your preinstallation changes were made only to a user's account, you will need to adjust root's path prior to running make install.
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
The GNOME System Monitor package contains gnome-system-monitor.
Last updated on 2004-12-02 22:29:03 -0700