-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GH-67] Implement the VNX metrics collection fwk
Implement the VNX metrics/statistics collection/calculation framework based on the work done on Unity. Details below: * Refactoring some of the common classes to common module. * Add enable/disable statistics on VNXSystem * Add enable/disable persist statistics on VNXSystem * Setup calculator for VNX. * Add metrics properties support for VNX's resource list. * Add metrics dump support for VNX resources. * Bump the version to 0.4.0. Add following metrics: * VNXStorageProcessor * read_iops * write_iops * total_iops * read_mbps * write_mbps * total_mbps * read_size_kb * write_size_kb * VNXLun * read_iops * read_iops_sp_a * read_iops_sp_b * write_iops * write_iops_sp_a * write_iops_sp_b * total_iops * read_mbps * read_mbps_sp_a * read_mbps_sp_b * write_mbps * write_mbps_sp_a * write_mbps_sp_b * total_mbps * implicit_trespasses_ps * implicit_trespasses_ps_sp_a * implicit_trespasses_ps_sp_b * explicit_trespasses_ps * explicit_trespasses_ps_sp_a * explicit_trespasses_ps_sp_b * utilization * utilization_sp_a * utilization_sp_b * read_size_kb * write_size_kb * VNXDisk * read_iops * write_iops * total_iops * read_mbps * write_mbps * total_mbps * utilization * read_size_kb * write_size_kb * VNXSPPort * read_iops * write_iops * total_iops * read_mbps * write_mbps * total_mbps * read_size_kb * write_size_kb
- Loading branch information
Cedric Zhuang
committed
Dec 7, 2016
1 parent
a1741d5
commit a78d932
Showing
56 changed files
with
33,389 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.