1834275 Members
3636 Online
110066 Solutions
New Discussion

tty/pty usage

 
SOLVED
Go to solution
LucianoCarvalho
Respected Contributor

tty/pty usage

"Hy Guys! Dos anyone know how to verify the number of tty/pty used on the system.???thanks"
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: tty/pty usage

Luciano,

If you have Glance, the system tables report will give you this info.

Pete

Pete
S.K. Chan
Honored Contributor

Re: tty/pty usage

# glance -t

Look for the line "Psuedo Terminals (npty)".
MANOJ SRIVASTAVA
Honored Contributor
Solution

Re: tty/pty usage

Hi Luciano


ps -ef | grep tty
glance
lsof ( if you can have it download from :
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/)
it is a good tool



Manoj Srivastava