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
https://github.com/mittyorz/munin-contrib/blob/master/plugins/lxc/lxc_net#L120-L130
コンテナ側のvethデバイスではなくホストOSの/procを見ているため、 実際の入出力数値と逆になってしまっている
The text was updated successfully, but these errors were encountered:
$ sudo lxc-info -SH -n lxc-arch1 CPU use: 433595524 BlkIO use: 42094592 Memory use: 70811648 KMem use: 24326144 Link: lxc-arch1 TX bytes: 8254 RX bytes: 41102 Total bytes: 49356
Sorry, something went wrong.
No branches or pull requests
https://github.com/mittyorz/munin-contrib/blob/master/plugins/lxc/lxc_net#L120-L130
コンテナ側のvethデバイスではなくホストOSの/procを見ているため、
実際の入出力数値と逆になってしまっている
The text was updated successfully, but these errors were encountered: