You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
@neophenix Just wanted to make sure you saw this. I hesitate to fix this myself, as I don't know what other variations there are. Don't want to accidentally break things for OmniOS, or write too-complicated code if there are alternatives.
It looks like the issue is that the latest SmartOS removed all but the physical layer stats, which isn't what if.sh returns on other platforms, so we might just need a new script here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a non-global SmartOS zone, the if.sh check returns no data.
Assuming an interface
net0
, it appears to run the following command:> /usr/bin/kstat -p -m z14_net0
The working command to collect this data (on platform image joyent_20131105T084235Z) would be:
> kstat -p -n net0
The text was updated successfully, but these errors were encountered: