We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If i try to read /sys/class/net/enp7s0/statistics/rx_bytes it give the same value if called multiple times in the same second.
/sys/class/net/enp7s0/statistics/rx_bytes
Is there a way to change the statistics update interval?
I'm using:
Ethernet controller [0200]: Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] [1d6a:d107] (rev 02)
The text was updated successfully, but these errors were encountered:
Hello,
Only through the code changes - but thats not recommended.
Stats update is a bulky operation. Why do you need under-second intervals?
Sorry, something went wrong.
No branches or pull requests
If i try to read
/sys/class/net/enp7s0/statistics/rx_bytes
it give the same value if called multiple times in the same second.Is there a way to change the statistics update interval?
I'm using:
Ethernet controller [0200]: Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] [1d6a:d107] (rev 02)
The text was updated successfully, but these errors were encountered: