1834050 Members
2143 Online
110063 Solutions
New Discussion

Re: Port Information

 
Chandrasekarreddy
Occasional Contributor

Port Information

Hi Folks,

1. How To find what are all the ports opend [example telnet] in a particular server.

2.How to get the system information like medel number , serial number, etc ...

3. How to find load average of particular server.

Thanks in Advance.

3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: Port Information

Hi:

1. netstat -a

2. Several things here:

# model
# machinfo (for 11.23)
# echo "selclass qualifier cpu;info;wait;infolog"|/usr/sbin/cstm > /tmp/cpuinfo

3. uptime

Regards!

...JRF...
Kevin Wright
Honored Contributor

Re: Port Information

ports netstat -a or lsof
info: cstm, model, uname, getconf
load avg=uptime
Ralph Grothe
Honored Contributor

Re: Port Information

To avoid unnecessary name lookups better issue
netstat -an
Madness, thy name is system administration