huaxing-yuan / hummingbird

Resources of Hummingbird TestManager (Code Examples, Extensions, ...)
0 stars 0 forks source link

Load Test : Generate detailed logs effectively #11

Closed huaxing-yuan closed 5 years ago

huaxing-yuan commented 5 years ago

Objective: generate less logs instead of log every iteration and its details. Find a solution to intelligently log necessary information and log for probleme and bug analyzing and avoid log everything (most of them are same repeatly) => Reduce number of logs and memory / disk usage => Reduce time needed to investigate problems (because less logs) => Reduce only "repeated" logs (fail for the same reason, ...)

huaxing-yuan commented 5 years ago

Introduce a settings for each load test cases. log everything, or log erros or log nothing.