ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

do.sh: Fix bloating of the resource usage report for central nodes. #194

Closed igsilya closed 8 months ago

igsilya commented 8 months ago

In case of a large number of availability zones the size of the resource usage report becomes unmanageable and browsers are not even able to open them. For example, the size of the report on a 120 node cluster-density test is 166 MB.

Fix that the same way we do for workers - gather statistics only from the first 3 zones.

For the future we'll need to have aggregated stats in addition to these truncated ones, so we don't overlook potential issues and can compare cluster-wide resource usage with different number of zones.

Fixes: 40716b0bef06 ("ovn-tester: add the capability to deploy central components on multiple hv for ovn-ic")