How to properly run "top" command through SSH?
top
is a full screen interactive console application. It requires a tty to run. Try ssh -t
or ssh -tt
to force pseudo-tty allocation.
top
is a full screen interactive console application. It requires a tty to run. Try ssh -t
or ssh -tt
to force pseudo-tty allocation.