sigar-loader icon indicating copy to clipboard operation
sigar-loader copied to clipboard

Results 8 sigar-loader issues
Sort by recently updated
recently updated
newest added

I am new to Scala and Akka and I am getting the below error `native/libsigar-universal64-macosx.dylib' (fat file, but missing compatible architecture (have 'unknown,x86_64', need 'arm64e'))` Can you please let me...

## What happened When trying to use Kamon on aarch64, Kamon fails with a NPE: ``` Exception in thread "main" java.lang.NullPointerException at kamon.sigar.SigarProvisioner.transfer(SigarProvisioner.java:209) at kamon.sigar.SigarProvisioner.provision(SigarProvisioner.java:173) at kamon.system.SystemMetrics$.collectSigarMetrics(SystemMetrics.scala:88) at kamon.system.SystemMetrics$.startCollecting(SystemMetrics.scala:72) at...

We encountered a serious issue while deploying a service using `kamon-system-metrics` on a linux docker container where the user's home directory was set to `/` with no write privileges (for...

When running with native-image I get the error I do not have with normal runtime: ``` no libsigar-amd64-linux.so in java.library.path org.hyperic.sigar.SigarException: no libsigar-amd64-linux.so in java.library.path at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:172) at org.hyperic.sigar.Sigar.(Sigar.java:100) at...

I have a Java8 application that runs in an Ubuntu-based Docker container. It works fine but I am trying to shrink it down a bit by using an Alpine Linux-based...

Hi, I am using sigar-loader-1.6.6-rev002 in my project and I need some fixes for which pull requests already exists. These are for example: [Fix linux filesystem cache calculation](https://github.com/hyperic/sigar/pull/73) or [fix...

I'm getting odd behaviour on sigar provisioning on macos where while first provisioning works out of the box, subsequent ones just fail with a `UnsatisfiedLinkError`. To reproduce, here is a...

Because the package structure of sigar is still `org.hyperic` there can be problems (duplicate sigar classes in the classpath, possibly with different versions) if you have a direct or transitive...