Skip to content
New issue

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

pull request on adding missing statistic under solaris/illumos #1381

Merged
merged 2 commits into from Nov 30, 2022

Commits on Nov 22, 2022

  1. The current codes miss below statistic data under solaris/illumos:

    1. the disk io statistic data as: nread, nwritten, reads, writes, rtime, wtime;
    2. the free memory under global zone;
    3. the net io statistic data as: rbytes64, ipackets64, idrops64, ierrors, obytes64, opackets64, odrops64, oerrors.
    
    The new feature branch adds the above missing statistic data based on the psutil project (https://psutil.readthedocs.io/), it has been tested under solaris ( Oracle Solaris 11.4 X86) and illumos (OmniOS v11 r151044).
    sfzfs committed Nov 22, 2022
    Copy the full SHA
    cf62eac View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Copy the full SHA
    ccb11cf View commit details
    Browse the repository at this point in the history