C Language Implementation ifconfig get network card receive and send traffic statistics

Source: Internet
Author: User

Under Windows we can use the ipconfig command to obtain information about the network card, under Linux command is ifconfig

We can obtain more information, including the network card to receive and send traffic, in the C language to achieve this command is not a simple matter, thus, the blogger through the access to relevant information, learned that the network card related information saved in the/proc/net/dev this folder, so we can Obtain information about the corresponding network card by reading the information in this file.

This file contains four parts, namely: the number of packets sent, the traffic sent, the number of packets received, the flow received, at the same time, due to the network environment in the constant changes, so the content of this document is also updated in real time.

The following picture shows the implementation result of the Ifconfig command

Note that there are a number of parameters that are not saved in the file

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.