Re: network interface status

2006-12-05 Thread Nathan Vidican

Beni wrote:

Hi,

Every day, Charly Root sends me an email with the Daily Run Output. In it is a 
section Network interface status who regroups per interface the traffic.


What do i launch (manually) to get those results (not especially by mail but 
on screen is fine) ?


Thanks,

Beni.
  

man periodic

'periodic' is a command which produced the email output you are 
inquiring about. From the console, type in 'man periodic' for more 
information, but to simply produce the same email you are getting, by 
default, nightly, type in 'periodic daily' from the console.


--
Nathan Vidican
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


network interface status

2006-12-04 Thread Beni
Hi,

Every day, Charly Root sends me an email with the Daily Run Output. In it is a 
section Network interface status who regroups per interface the traffic.

What do i launch (manually) to get those results (not especially by mail but 
on screen is fine) ?

Thanks,

Beni.


pgpo3bVam6gH1.pgp
Description: PGP signature


Re: network interface status

2006-12-04 Thread Chuck Swiger

On Dec 4, 2006, at 12:23 PM, Beni wrote:
Every day, Charly Root sends me an email with the Daily Run Output.  
In it is a
section Network interface status who regroups per interface the  
traffic.


What do i launch (manually) to get those results (not especially by  
mail but

on screen is fine) ?


Hmm.  The magic 8-ball suggests that you want to see the output of  
netstat -i.


:-)

--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: network interface status

2006-12-04 Thread Lane
On Monday 04 December 2006 14:23, Beni wrote:
 Hi,

 Every day, Charly Root sends me an email with the Daily Run Output. In it
 is a section Network interface status who regroups per interface the
 traffic.

 What do i launch (manually) to get those results (not especially by mail
 but on screen is fine) ?

 Thanks,

 Beni.

Beni,

Check out

man periodic

The job is scheduled in /etc/crontab, or you can run it manually with

periodic daily

Check out /etc/defaults/periodic.conf to see what veriables you can use to 
increase or decrease the output.  But make sure you follow the warnings at 
top and put your modifications in /etc/rc.conf

lane
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: network interface status

2006-12-04 Thread Beni
On Tuesday 05 December 2006 01:17, you wrote:
 On Dec 4, 2006, at 12:23 PM, Beni wrote:
  Every day, Charly Root sends me an email with the Daily Run Output.
  In it is a
  section Network interface status who regroups per interface the
  traffic.
 
  What do i launch (manually) to get those results (not especially by
  mail but
  on screen is fine) ?

 Hmm.  The magic 8-ball suggests that you want to see the output of
 netstat -i.

 :-)

Your magic 8-ball is right ! Thanks.

Beni.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]