ethernet statistics

2008-09-25 Thread Vonarburg, David
Hi,
I am using Intel PRO/1000PT Server adaptor with freeBSD 7.0.
How can I read out the statistics of the card from software?
(num bytes received, packets sent and more)

Thanks in advance
David


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


AW: ethernet statistics

2008-09-25 Thread Vonarburg, David
Hi,
netstat -i is ok for a user to get system statictics.
I'd like get exactly this information but as a function call inside a C
language application
David

-Ursprüngliche Nachricht-
Von: Erik Osterholm [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 25. September 2008 17:24
An: Vonarburg, David
Cc: freebsd-questions@freebsd.org
Betreff: Re: ethernet statistics

On Thu, Sep 25, 2008 at 04:39:35PM +0200, Vonarburg, David wrote:
 Hi,
 I am using Intel PRO/1000PT Server adaptor with freeBSD 7.0.
 How can I read out the statistics of the card from software?
 (num bytes received, packets sent and more)
 
 Thanks in advance
 David

Is netstat -i what you're looking for?

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


Motherboard FAN Speed control

2008-07-25 Thread Vonarburg, David
Hi friends,
I have a motherboard for Intel Core2Duo CPU using the Q35 chipset.
How can I read out the speed of the Fan's connected to the Motherboard and
control the speed?
I would like to do that from console and later directly in my application.

I tried to find something in sysctl but without success.

David


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