Skip navigation links
JNA API 5.0.0
com.sun.jna.platform.linux

Interface LibC

    • Method Detail

      • sysinfo

        int sysinfo(LibC.Sysinfo info)
        sysinfo() provides a simple way of getting overall system statistics. This is more portable than reading /dev/kmem.
        Parameters:
        info - A Sysinfo structure which will be populated
        Returns:
        On success, zero is returned. On error, -1 is returned, and errno is set appropriately.
JNA API 5.0.0

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.