Hi, I need write a script to get number of connections of a IP list that is ESTABLISHED. I?m using Solaris 10, then i can?t use ip probe. -- +++++++++++++++++++++++++++++++++++++++++++++++ Wesley Naves de Faria Analista de Suporte SCSA - Sun Certified System Administrator for Solaris 10 SCNA - Sun Certified Network Administrator for Solaris 10 FreeBSD / OpenBSD / Linux +++++++++++++++++++++++++++++++++++++++++++++++
On Tue, Oct 28, 2008 at 11:03:52AM -0200, Wesley Naves de faira wrote:> Hi, > I need write a script to get number of connections of a IP list > that is ESTABLISHED. I?m using Solaris 10, then i can?t use ip probe.What''s wrong with the netstat(1M) command for this? Dan