Tools to interpret vioperf and vnetperf results
Hi Team,
Do we have any utilities which would show the vioperf/ vnetperf / vcpuperf results in a fancy UI etc..? Reason I'm asking is because we have many of our customers using our application backed by vertica cluster of 40+ nodes and we find it cumbersome to go through one file at at time per node to interpret these results.. Again, it is not graphical so we have to read each row to make sense of what's normal and what's not.
Or if you have any such custom script etc.. written anytime could you please share with us?
Regards,
Karthik S
Best Answer
-
LenoyJ - Select Field - Employee
Both vnetperf and vioperf output JSON files. You should be able to load them back into a Vertica flex table and query away. Or you could load them into any graphical tool that supports JSON files.
See:
https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/InstallationGuide/scripts/vnetperf.htm
https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/InstallationGuide/scripts/vioperf.htm5
Answers
Thanks Lenoy