Remove Core Lib directory

This commit is contained in:
Tanguy Leroux 2015-07-27 16:36:50 +02:00
parent 5fdc6cfc24
commit 01ae730023
18 changed files with 0 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -226,17 +226,6 @@
<version>1.1.0</version>
</dependency>
<!-- We don't use this since the publish pom is then messed up -->
<!--
<dependency>
<groupId>sigar</groupId>
<artifactId>sigar</artifactId>
<scope>system</scope>
<systemPath>${project.basedir}/lib/sigar/sigar-1.6.4.jar</systemPath>
<optional>true</optional>
</dependency>
-->
</dependencies>
<build>

View File

@ -395,7 +395,6 @@ public class ClusterStatsNodes implements ToXContent, Streamable {
}
count++;
if (nodeStats.getProcess().getCpu() != null) {
// with no sigar, this may not be available
cpuPercent += nodeStats.getProcess().getCpu().getPercent();
}
long fd = nodeStats.getProcess().getOpenFileDescriptors();