[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: daily.out
On Thu, 2 Mar 2000, John Cherbini wrote:
> I was wondering if someone could shed a bit of light on this line from my
> /var/log/daily.out file......Thanks!
>
> xl0 1500 <Link> 00:50:da:24:7d:6e 303732 0 260498 0
> 98
It's output from 'netstat -i' ...
xl0 Interface name
1500 MTU for this interface
<Link> Normally the network this interface connects to, but since
this is the link layer interface, it just says <Link>
00:50... Address for this interface (MAC address in this case)
303732 Total input packets (packets received from network)
0 Total input errors
260498 Total output packets (packets sent to network)
0 Total output errors
You didn't say which part you didn't understand, so hopefully this answers
your question.
jonathan
+++ Jonathan Rozes, System Administrator, Will Vinton Studios
- References:
- daily.out
- From: "John Cherbini" <jcherbini@businesspan.com>