commit | 97843dcedfc4812ad84dc4831466525f4e78e919 | [log] [tgz] |
---|---|---|
author | kdarapu <k.darapu@partner.samsung.com> | Thu May 10 12:46:32 2018 +0530 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu May 17 16:14:19 2018 +0000 |
tree | 49ccbc61211aa6ab3482080c10f64adde0722f32 | |
parent | be348a37990007cd2fc42346862635b8f4ef2e2b [diff] |
[ONOS-6879] Adding Controller Metrics Application, To retrive memory, Disk and CPU usage for all controller Change-Id: I5976f0194555c1c3c42d6b6d09c468d6dfc983ff
diff --git a/features/BUCK b/features/BUCK index 2dd925c..03ee6cf 100644 --- a/features/BUCK +++ b/features/BUCK
@@ -42,6 +42,7 @@ '//lib:commons-jxpath', # FIXME: move xpath lib dependency to the right place '//lib:commons-beanutils', # jxpath dependency '//lib:jdom', # jxpath dependency + '//lib:sigar', ] )