-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
None
There are places in the code to improve performance. Once this becomes critical we may consider the following list:
- increase lookup speed of performance entity counters (zbx_vmware_perf_entity_t:counters, use vector bsearch instead of search or switch to hashset)
- store performance counters as integer type instead of string
- instead of storing XML and parse it every check we could parse it once and store the values we need from it
- duplicates
-
ZBX-9038 VMware item processing takes a lot of time
- Closed