Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where to download rpm of new version of top?

0 views
Skip to first unread message

Yong Huang

unread,
Mar 28, 2008, 9:52:03 AM3/28/08
to
$ top -v
top: procps version 3.2.3
usage: top -hv | -bcisS -d delay -n iterations [-u user | -U user] -p
pid [,pid ...]
$ rpm -qf `which top`
procps-3.2.3-8.4
$ rpm -qi procps
Name : procps Relocations: (not
relocatable)
Version : 3.2.3 Vendor: Red Hat, Inc.
Release : 8.4 Build Date: Tue 18 Apr
2006 08:14:55 AM CDT
...

According to http://www.unixtop.org/download/, the latest top version
is already 3.7. The old version such as 3.2 is missing some mportant
features such as number of top processes to show. I can stty rows
<smaller number than window height> to limit that. But the trick
doesn't work when I run top in batch mode (top -b). I have to pipe to
head.

Is there anywhere to download the rpm of the new version of top?

Yong Huang

ynotssor

unread,
Mar 28, 2008, 3:06:29 PM3/28/08
to
In news:67c12170-d63a-49e4...@d45g2000hsc.googlegroups.com,
Yong Huang <yon...@yahoo.com> typed:

> According to http://www.unixtop.org/download/, the latest top version
> is already 3.7. The old version such as 3.2 is missing some mportant
> features such as number of top processes to show. I can stty rows
> <smaller number than window height> to limit that. But the trick
> doesn't work when I run top in batch mode (top -b). I have to pipe to
> head.
>
> Is there anywhere to download the rpm of the new version of top?

It doesn't appear that anyone has built the rpm yet, but you can always
download the source, and

./configure --prefix=$HOME && make && make install

which will provide you with $HOME/bin/top and $HOME/share/man/man1/top.1
until either you yourself or some repository builds the rpm for general
system installation.


0 new messages