[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] top command



If you are using the telnet.exe that comes with Windows (which i am assuming
you are since your email had the standard MS winmail.dat attachment) then
you need to specify the terminal size and type once you are logged in.

Check the current values by running "stty size", and if it reports "0 0"
then assign values with "stty rows 25 cols 80".  You may also need
to set the terminal type to vt100 by setting the TERM environment variable
with "export TERM=vt100" before it will work.


-duncan

In article <NDBBJDLNCLLADPNFEGIKAENBDBAA.mcombe@xxxxxxxxxxxxxxxxx> you wrote:
>
> I have read on this group a lot about using the top command to view the
> processes being executed on the servers.  I seem to be doing something
> wrong.  When I type "top" at the command prompt, I do not get a list of
> processes.  I am logged in as root user when I do this.  Is there a tag that
> needs to follow this to list the processes?  Or am I just stupid?  Please do
> not respond to the last question.
>
> Thanks.
>
> Michael Combe