linux_mib
Regular
4.4
: ✅struct linux_mib {
long unsigned int mibs[117];
};
4.8
: ✅struct linux_mib {
long unsigned int mibs[117];
};
4.10
: ✅struct linux_mib {
long unsigned int mibs[118];
};
4.13
: ✅struct linux_mib {
long unsigned int mibs[120];
};
4.15
: ✅struct linux_mib {
long unsigned int mibs[112];
};
4.18
: ✅struct linux_mib {
long unsigned int mibs[115];
};
5.0
: ✅struct linux_mib {
long unsigned int mibs[118];
};
5.3
: ✅struct linux_mib {
long unsigned int mibs[120];
};
5.4
: ✅struct linux_mib {
long unsigned int mibs[120];
};
5.8
: ✅struct linux_mib {
long unsigned int mibs[122];
};
5.11
: ✅struct linux_mib {
long unsigned int mibs[124];
};
5.13
: ✅struct linux_mib {
long unsigned int mibs[124];
};
5.15
: ✅struct linux_mib {
long unsigned int mibs[126];
};
5.19
: ✅struct linux_mib {
long unsigned int mibs[126];
};
6.2
: ✅struct linux_mib {
long unsigned int mibs[127];
};
6.5
: ✅struct linux_mib {
long unsigned int mibs[127];
};
6.8
: ✅struct linux_mib {
long unsigned int mibs[132];
};
arm64
: ✅struct linux_mib {
long unsigned int mibs[120];
};
armhf
: ✅struct linux_mib {
long unsigned int mibs[120];
};
ppc64el
: ✅struct linux_mib {
long unsigned int mibs[120];
};
riscv64
: ✅struct linux_mib {
long unsigned int mibs[120];
};
aws
: ✅struct linux_mib {
long unsigned int mibs[120];
};
azure
: ✅struct linux_mib {
long unsigned int mibs[120];
};
gcp
: ✅struct linux_mib {
long unsigned int mibs[120];
};
lowlatency
: ✅struct linux_mib {
long unsigned int mibs[120];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️long unsigned int mibs[117]
➡️ long unsigned int mibs[118]
4.10
and 4.13
⚠️long unsigned int mibs[118]
➡️ long unsigned int mibs[120]
4.13
and 4.15
⚠️long unsigned int mibs[120]
➡️ long unsigned int mibs[112]
4.15
and 4.18
⚠️long unsigned int mibs[112]
➡️ long unsigned int mibs[115]
4.18
and 5.0
⚠️long unsigned int mibs[115]
➡️ long unsigned int mibs[118]
5.0
and 5.3
⚠️long unsigned int mibs[118]
➡️ long unsigned int mibs[120]
5.3
and 5.4
✅
5.4
and 5.8
⚠️long unsigned int mibs[120]
➡️ long unsigned int mibs[122]
5.8
and 5.11
⚠️long unsigned int mibs[122]
➡️ long unsigned int mibs[124]
5.11
and 5.13
✅
5.13
and 5.15
⚠️long unsigned int mibs[124]
➡️ long unsigned int mibs[126]
5.15
and 5.19
✅
5.19
and 6.2
⚠️long unsigned int mibs[126]
➡️ long unsigned int mibs[127]
6.2
and 6.5
✅
6.5
and 6.8
⚠️long unsigned int mibs[127]
➡️ long unsigned int mibs[132]
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅