kdarapu | 97843dc | 2018-05-10 12:46:32 +0530 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/nodemetrics/api:onos-apps-nodemetrics-api', |
| 3 | '//apps/nodemetrics/mgr:onos-apps-nodemetrics-mgr', |
| 4 | ] |
| 5 | |
| 6 | onos_app( |
| 7 | app_name = 'org.onosproject.nodemetrics', |
| 8 | title = 'Controller Monitor Application', |
| 9 | description = '1.Nodemetrics Application uses, sigar library to fetch Controller information.'+ |
| 10 | '2. The Sigar library uses Native libraries and currently It supports Windows, Linux and MacOs platform.'+ |
| 11 | '3. The Native libraries like .so, .dll and .dylib are packed as jar along with sigar libs.'+ |
| 12 | '4. If the Native libraries are corrupted because of any reason,'+ |
| 13 | 'so, the controller is vulnerable to crash of the entire JVM', |
Thomas Vachuska | ca0b5df | 2018-06-22 16:24:47 -0700 | [diff] [blame] | 14 | category = 'Monitoring', |
kdarapu | 97843dc | 2018-05-10 12:46:32 +0530 | [diff] [blame] | 15 | url = 'http://samsung.com', |
| 16 | included_bundles = BUNDLES |
| 17 | ) |