I'm looking for a library that will provide this type of information:
RAM
Swap space
Number of CPUs
speed (CPU MHz)
Number of cores
Chip type
Ultimately I'll be calling into it from Java, but a C library would be fine, which I can wrap with JNI.
Platforms of interest include, but not limited to, AIX, HP-UX, Solaris, Windows.
Thanks!