- 최신
- 최다 투표
- 가장 많은 댓글
Based on the information provided, it appears that you are indeed missing the 'conntrack_allowance_available' metric in your ethtool output. This could be due to a few reasons:
-
ENA Driver Version: The 'conntrack_allowance_available' metric is supported in ENA driver version 2.8.1 or later. While your instance is using the ENA driver, the version shown (6.8.0-1015-aws) is actually the kernel version, not the ENA driver version. You may need to update your ENA driver to a more recent version to see this metric.
-
Instance Type: Although you're using an r6a.large instance which is a Nitro-based instance type, some metrics may not be available on all Nitro instances.
-
Operating System: The availability of certain metrics can also depend on the specific Ubuntu version you're using.
To troubleshoot this issue:
-
Check your actual ENA driver version using the command: ethtool -i ens5 | grep version
-
If the ENA driver version is below 2.8.1, consider updating it to the latest version.
-
Ensure that you have the latest version of ethtool installed.
-
After updating, reboot your instance and check again.
If after these steps you still don't see the 'conntrack_allowance_available' metric, it's possible that this specific metric may not be supported on your particular instance type or OS configuration. In that case, you may need to contact AWS support for further clarification on the availability of this metric for your specific setup.
Sources
Monitor network performance for ENA settings on your EC2 instance - Amazon Elastic Compute Cloud
Troubleshoot EC2 Linux instance metadata retrieval | AWS re:Post
관련 콘텐츠
- AWS 공식업데이트됨 5달 전
- AWS 공식업데이트됨 일 년 전