Registry / utility / sigar
library1.6.4javamavenunverified

System information gathering and reporting library for Java.

<dependency> <groupId>org.fusesource</groupId> <artifactId>sigar</artifactId> <version>1.6.4</version> </dependency>
INSTALL
IMPORT
SIG · SIGAR
S
sigar
utilityjavav1.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sigar
org.hyperic.sigar.Sigar

Get CPU information using SIGAR.

import org.hyperic.sigar.Sigar; public class Example { public static void main(String[] args) throws Exception { Sigar sigar = new Sigar(); System.out.println("CPU count: " + sigar.getCpuInfoList().length); sigar.close(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
sigar — mvn dependency:get sigar · libregistry