Cross platform API for system information

I am looking for a library that will provide this type of information:

RAM
Place of exchange
Number of processors
speed (CPU MHz)
Number of cores Chip
type

Ultimately, I will call it with Java, but the C library will be in the order that I can wrap the JNI.

Interesting platforms include, but are not limited to, AIX, HP-UX, Solaris, Windows.

Thanks!

+3
source share
4 answers

Like you, I searched for a cross-platform system information library and found this:

http://code.google.com/p/geekinfo/

, .

!

+3

Sigar, C, API Java. GPL, .

+2

? , SNMP .

+1

Source: https://habr.com/ru/post/1704895/


All Articles