[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Usage questions (TOP) (Raq4)
- Subject: Re: [cobalt-users] Usage questions (TOP) (Raq4)
- From: jens@xxxxxxxxxxxxxxxxxxxx (Jens Kristian Søgaard)
- Date: Tue Jan 2 15:34:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Clark E. Morgan" <prlhkr@xxxxxxxxxxxxx> writes:
> I can't get it to work with top because the output is binary; but I figure
You can easily convince top to produce text-only output. Try a command
like this:
top -n 1 -b
This will work on the RaQ4.
Older top's do however not have the "b" switch, and so you'll have to
cheat top into thinking, that you have a dumb terminal. This is done
by setting the TERM environment variable, like this:
export TERM=dumb && top -n1 -b
--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@xxxxxxxxxxxxxxxxxxxx,
http://www.mermaidconsulting.com/