-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add failures stats for CSV report #761
Comments
Hi @ATzxt Did you consider any real-time reporting? for example NBomber Studio? |
Hi @AntyaDev I looked into RT reporting briefly but for the moment it seems to be outside our usecase. But i will look into it further for future additions to our load testing framework. Im not currently sure of your development processes. Could you please explain to me what the likely eta of version 5.9 is if you know it. no worries if you cant give any concrete information. Thanks again for responding. |
We planned to release version 5.9 by the beginning of March. However, I believe we can launch a beta version with this functionality much sooner. Let me check—I'm confident it can be ready by Monday.
Are you working on a specific UI dashboard or report that will offer more advanced analysis? Could you share more details about your task? Just trying to understand will NBomber Studio help here. |
hi so yeh its nothing complex its just api load testing. The aim is to run load testing on different days/ after different improvements to our api then plot all the provided statistics from each run under load on a line graph over the course of time to compare the stats at a glance. From there we can then establish baselines and automated failure reporting etc... but thats a long way off for now. My original issue was basically just that we wanted to do graphs for both the successes and the failures but they didnt come out in the csv. so right now i had the entire html report passed into the DB as a string so that eventually i could parse the html report and get the seperate failure output. That seemed silly tho so I thought id ask if you were willing to make a change or if there was a less silly way of doing it that you knew of. |
Hi @ATzxt |
Hi thank for doing this, |
Can you try to update NBomber.Http and any other NBomber related packages to the latest version |
Hi @ATzxt |
Hi, what happens in order is just like yesterday: I then change the package references in the proj file and it builds but then when i try to to run anything i get the issue i mentioned yesterday. All nbomber packages are at their highest level. |
Can you please list what other NBomber packages you use? |
nbomber 5.8.2 nbomber.Http 5.2.1 |
Edit: The 5.8.2 works its when it goes to beta that it has a problem from local testing. |
Hi @ATzxt |
hi, i will attempt this at somepoint within the next 2-3 days. i may be delayed due to a company meeting. please do not close the issue until i get back to you. |
Hello , |
I don't know what is the |
@ATzxt can you tell me your organization name? I think I can jump with you on Slack and can try help |
it might be an issue with how our framework is built locally because other than that it now builds. I will double check with other staff here and contact you on monday. thanks for all your help so far. |
Hi @ATzxt |
will be released in 5.9 |
hi, sorry for the delay in recontact, i was temporarily assigned to something else. i will be resuming this correspondence and by extension this work in the following days. |
Sure, np |
hello, In trying to pick up where we left off today I received this error message: error: Init scenario error: 'System.MissingMethodException: Method not found: 'Void NBomber.Contracts.IMetricsProvider.RegisterMetric(System.String, System.String, Double, NBomber.Contracts.Stats.MetricType)'. These are the packages im working with: PackageReference Include="NBomber" Version="5.9.0-beta-0" Any help you could provide would be appreciated thanks. |
Hi @ATzxt |
thanks. ill try that now |
thanks that seems to be working. Your help is most appreciated. (btw im attached to the company FSL who have purchased an nbomber license. ) If there is anything else relating to this ill let you know. |
Thanks @ATzxt! Feel free to ask any questions or set up an online meeting if you need any guidance. |
Hi im working on a task to display the speed of failures under load separate from the speed of successes on a graph but it seems like i will have to parse information from the html report directly because the csv report does not have a separate row for failure stats. Can this be addressed. Alternatively if you know of a less cumbersome way of dealing with it could you tell me please. Thanks
The text was updated successfully, but these errors were encountered: