yandex / pandora

A load generator in Go language
Other
411 stars 65 forks source link

how to analyze the phout result file? #195

Open jonua opened 1 month ago

jonua commented 1 month ago

Can you please provide more info about tools to analyze the results in phout format? The Yandex Overload service is no more available. Do you have any other tools to analyze results if I run the pandora outside the Yandex Cloud?

oke11o commented 3 weeks ago

Hello!

Phout format is a tab separated file with the following fields https://github.com/yandex/pandora/blob/v0.5.31/core/aggregator/netsample/sample.go#L20

You can also choose another aggregation format, or implement your own. http://yandex.github.io/pandora/aggregator/