kstat
This rust library provides an ffi wrapper around the native illumos library.
Example
The following is equivalent to kstat -p -n zone_vfs:
extern crate kstat;
use KstatReader;
This rust library provides an ffi wrapper around the native illumos library.
The following is equivalent to kstat -p -n zone_vfs:
extern crate kstat;
use KstatReader;