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] [blame] |
[ONOS-6879] Adding Controller Metrics Application, To retrive memory, Disk and CPU usage for all controller Change-Id: I5976f0194555c1c3c42d6b6d09c468d6dfc983ff
diff --git a/apps/nodemetrics/api/BUCK b/apps/nodemetrics/api/BUCK new file mode 100644 index 0000000..42b99a6 --- /dev/null +++ b/apps/nodemetrics/api/BUCK
@@ -0,0 +1,9 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//lib:sigar', + +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +) \ No newline at end of file