[ONOS-6879] Adding Controller Metrics Application, To retrive memory, Disk and CPU usage for all controller
Change-Id: I5976f0194555c1c3c42d6b6d09c468d6dfc983ff
diff --git a/lib/BUCK b/lib/BUCK
index 1b7775e..155d066 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,5 @@
# ***** This file was auto-generated at Wed, 16 May 2018 01:37:51 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed, 9 May 2018 07:17:00 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -1670,3 +1671,12 @@
visibility = [ 'PUBLIC' ],
)
+remote_jar (
+ name = 'sigar',
+ out = 'sigar-1.6.5_01.jar',
+ url = 'mvn:org.knowhowlab.osgi:sigar:jar:1.6.5_01',
+ sha1 = '58eb4af0dc4a1d331cd7620767216494e2984dea',
+ maven_coords = 'org.knowhowlab.osgi:sigar:1.6.5_01',
+ visibility = [ 'PUBLIC' ],
+)
+
diff --git a/lib/deps.json b/lib/deps.json
index 690cb38..701aed1 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -286,6 +286,7 @@
"aalto-xml": "mvn:com.fasterxml:aalto-xml:1.0.0",
"stax2-api": "mvn:org.codehaus.woodstox:stax2-api:4.0.0",
"concurrent-hashmap": "mvn:com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0",
- "gnu-idn": "mvn:org.gnu.inet:libidn:1.15"
+ "gnu-idn": "mvn:org.gnu.inet:libidn:1.15",
+ "sigar":"mvn:org.knowhowlab.osgi:sigar:1.6.5_01"
}
}