commit | a444295af888f2681fcee542566909a40ea4976d | [log] [tgz] |
---|---|---|
author | Humera Kouser <humera.kouser@radisys.com> | Mon Nov 23 23:51:19 2020 +0530 |
committer | Humera Kouser <humera.kouser@radisys.com> | Tue Nov 24 14:21:31 2020 +0530 |
tree | 843a94a7425c4c054a55d8247d28cb96bc482aa1 | |
parent | 7b51220253c5279c7386a7bf53d4844584af7120 [diff] |
[VOL:3643] support of some OLT device metrics over the Device Management Interface 1. Following metrices are supported : METRIC_FAN_SPEED METRIC_CPU_USAGE_PERCENTAGE METRIC_RAM_USAGE_PERCENTAGE METRIC_DISK_USAGE_PERCENTAGE METRIC_INNER_SURROUNDING_TEMP 2. Following DMI APIs are implemented: ListMetrics UpdateMetricsConfiguration GetMetric SetMsgBusEndpoint GetMsgBusEndpoint 3. Updated docs/source/DMI_Server_README.md Change-Id: I11f988ff972b8a8682012c7aeea88ba61afb82ba
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.