From: wightstraker on
I run a linux box as well as a few Macs and I was wondering if there
was anything similar to htop (http://htop.sourceforge.net/) available
for the OS X terminal? I ssh my macs frequently and it would be nice
to have a terminal-based system monitor as useful htop - regular old
top isn't really cutting it.
From: Tom Harrington on
In article
<ae222a27-7a4f-46ea-a682-e8aaf54b7ca9(a)v4g2000hsf.googlegroups.com>,
wightstraker <johnaolmsted(a)gmail.com> wrote:

> I run a linux box as well as a few Macs and I was wondering if there
> was anything similar to htop (http://htop.sourceforge.net/) available
> for the OS X terminal? I ssh my macs frequently and it would be nice
> to have a terminal-based system monitor as useful htop - regular old
> top isn't really cutting it.

Maybe you could describe what it is about htop that you like, instead of
expecting people to spend time studying a web site in order to answer
your question. If you want an answer, the burden's on you to ask a
meaningful question.

--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/
From: wightstraker on
On Dec 4, 11:41 am, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
wrote:
> In article
> <ae222a27-7a4f-46ea-a682-e8aaf54b7...(a)v4g2000hsf.googlegroups.com>,
>
> wightstraker <johnaolms...(a)gmail.com> wrote:
> > I run a linux box as well as a few Macs and I was wondering if there
> > was anything similar to htop (http://htop.sourceforge.net/) available
> > for the OS X terminal? I ssh my macs frequently and it would be nice
> > to have a terminal-based system monitor as useful htop - regular old
> > top isn't really cutting it.
>
> Maybe you could describe what it is about htop that you like, instead of
> expecting people to spend time studying a web site in order to answer
> your question. If you want an answer, the burden's on you to ask a
> meaningful question.
>
> --
> Tom "Tom" Harrington
> Independent Mac OS X developer since 2002http://www.atomicbird.com/

Thanks for the heads up, your condescension really helped make your
points clearer.

htop is similar to top except you can scroll through the tasks list
using the arrow keys. Common commands (such as kill) can be issued
within htop using the function keys. I prefer it to top because I can
manage my tasks without switching back and forth from the monitor to
the shell, or memorizing any PIDs.

I've had no luck finding anything similar for OS X, so any help would
be welcome.

From: Tom Stiller on
In article
<0d0adf12-dc89-4b05-9d4c-5446bc2fda51(a)v4g2000hsf.googlegroups.com>,
wightstraker <johnaolmsted(a)gmail.com> wrote:

> On Dec 4, 11:41 am, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> wrote:
> > In article
> > <ae222a27-7a4f-46ea-a682-e8aaf54b7...(a)v4g2000hsf.googlegroups.com>,
> >
> > wightstraker <johnaolms...(a)gmail.com> wrote:
> > > I run a linux box as well as a few Macs and I was wondering if there
> > > was anything similar to htop (http://htop.sourceforge.net/) available
> > > for the OS X terminal? I ssh my macs frequently and it would be nice
> > > to have a terminal-based system monitor as useful htop - regular old
> > > top isn't really cutting it.
> >
> > Maybe you could describe what it is about htop that you like, instead of
> > expecting people to spend time studying a web site in order to answer
> > your question. If you want an answer, the burden's on you to ask a
> > meaningful question.
> >
>
> Thanks for the heads up, your condescension really helped make your
> points clearer.
>
> htop is similar to top except you can scroll through the tasks list
> using the arrow keys. Common commands (such as kill) can be issued
> within htop using the function keys. I prefer it to top because I can
> manage my tasks without switching back and forth from the monitor to
> the shell, or memorizing any PIDs.
>
> I've had no luck finding anything similar for OS X, so any help would
> be welcome.

Doesn't Activity Monitor (/Application/Utilities) do what you want?

--
Tom Stiller

PGP fingerprint = 5108 DDB2 9761 EDE5 E7E3 7BDA 71ED 6496 99C0 C7CF
From: wightstraker on
On Dec 4, 1:24 pm, Tom Stiller <tomstil...(a)comcast.net> wrote:
> In article
> <0d0adf12-dc89-4b05-9d4c-5446bc2fd...(a)v4g2000hsf.googlegroups.com>,
>
>
>
> wightstraker <johnaolms...(a)gmail.com> wrote:
> > On Dec 4, 11:41 am, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> > wrote:
> > > In article
> > > <ae222a27-7a4f-46ea-a682-e8aaf54b7...(a)v4g2000hsf.googlegroups.com>,
>
> > > wightstraker <johnaolms...(a)gmail.com> wrote:
> > > > I run a linux box as well as a few Macs and I was wondering if there
> > > > was anything similar to htop (http://htop.sourceforge.net/) available
> > > > for the OS X terminal? I ssh my macs frequently and it would be nice
> > > > to have a terminal-based system monitor as useful htop - regular old
> > > > top isn't really cutting it.
>
> > > Maybe you could describe what it is about htop that you like, instead of
> > > expecting people to spend time studying a web site in order to answer
> > > your question. If you want an answer, the burden's on you to ask a
> > > meaningful question.
>
> > Thanks for the heads up, your condescension really helped make your
> > points clearer.
>
> > htop is similar to top except you can scroll through the tasks list
> > using the arrow keys. Common commands (such as kill) can be issued
> > within htop using the function keys. I prefer it to top because I can
> > manage my tasks without switching back and forth from the monitor to
> > the shell, or memorizing any PIDs.
>
> > I've had no luck finding anything similar for OS X, so any help would
> > be welcome.
>
> Doesn't Activity Monitor (/Application/Utilities) do what you want?
>
> --
> Tom Stiller
>
> PGP fingerprint = 5108 DDB2 9761 EDE5 E7E3 7BDA 71ED 6496 99C0 C7CF

Yes, but I can't use Activity Monitor when I'm using ssh to access my
mac remotely, then I have to work within the terminal. Correct me if
I'm mistaken. Thanks for your post -