Hello,

I use RTEMS5 on mvme3100.
I would like to read network statistics. I am interested in the transmitted
and received bytes and packets.
There is a function call
*rtems_bsdnet_show_if_stats (void)*
in
*./cpukit/libnetworking/rtems/rtems_showifstat.c*
which uses the BSP specific call:
*(*ifp->if_ioctl)(ifp, SIO_RTEMS_SHOW_STATS, NULL);*
which calls the BSP related function:
*BSP_tsec_dump_stats()*
in
*bsps/powerpc/mvme3100/net/tsec.c*

Is there a way to retrieve the network statistics in the generic way BSP
independent?
Thank you.

Best Regards
Mirek
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to