Commit graph

3 commits

Author SHA1 Message Date
John Marino
568ad25d50 java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platforms 2014-11-22 13:26:24 +00:00
Tom Judge
1868e53bdf Fix to use new build process and link against main libsigar.so. 2014-11-17 23:17:08 +00:00
Tom Judge
613ed0b48a New port: java/sigar
The Sigar API provides a portable interface for gathering system information
such as:

* System memory, swap, cpu, load average, uptime, loginsi
* Per-process memory, cpu, credential info, state, arguments, environment,
  open files
* File system detection and metrics
* Network interface detection, configuration info and metrics
* TCP and UDP connection tables
* Network route table

This information is available in most operating systems, but each OS has their
own way(s) providing it.  SIGAR provides developers with one API to access this
information regardless of the underlying platform.  The core API is implemented
in pure C with bindings currently implemented for Java, Perl, Ruby, Python,
Erlang, PHP and C#. This port provides the Java bindings.

WWW: https://support.hyperic.com/display/SIGAR/Home
2014-11-14 15:40:15 +00:00