Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

1,242 reviews
from G2

External reviews are not included in the AWS star rating for the product.


5-star reviews ( Show all reviews )

    Computer Software

Debugging your code in production environment

  • July 17, 2023
  • Review verified by G2

What do you like best about the product?
The break point feature to debug your code in real time on real production environment
What do you dislike about the product?
The inteli plugging is very slow which I'm only using the web app
What problems is the product solving and how is that benefiting you?
Solving real time debugging till in production environments


    Online Media

Rookout became part of out arsenal when trying to debug and solve issues in production

  • July 17, 2023
  • Review verified by G2

What do you like best about the product?
The ability to quickly pinpoint issues in production without having to try and recreate the secnario in tests.
This allow us to add tests specificly to the issue and release a stable version.
What do you dislike about the product?
We are working in Scala and we have a lot of implicit fields which are not shown and we need to specificly print them or extract them to be cought by rookout.
Also in case of heavy maps the need to go 1 by 1 to collect more data is annoying
What problems is the product solving and how is that benefiting you?
It solves the problem of trying and recreate a bug in our testing env.
We can track an issue with our monitoring and see the bug in realtime in rookout.
This make the time from the report of an issue to the time of solving it quicker


    Yotam H.

Sadly bugs happens, rookout help us solve them in half the time.

  • July 17, 2023
  • Review verified by G2

What do you like best about the product?
The ability to debug production environment live easily and quickly.
What do you dislike about the product?
Need to add the ability to see the inline response of the line you selected.
What problems is the product solving and how is that benefiting you?
Checking the program state at a particular point in the production environment provides much data required to solve issues.


    Computer Software

Easily debug tool to use over production and development environment

  • July 17, 2023
  • Review verified by G2

What do you like best about the product?
It is very simple to use, allow you to debug the code easily.
What do you dislike about the product?
The search on the rookout web is not the best - need to search by the name of the class and it offers you all the existing repositories which is a bit confusing (you can see the repo name on the side of the class name, and it can be missed so the debug point are not aligned with the real code lines)
better to have more clear class name to repo relation to avoid confusion.

also, when you want to put multiple break points in one flow that contains multiple classes - need to xearch by class name each one. If it could be like on intelij - command + click on the function name and it will lead you to the relevant class - it can improve the ux a lot.
What problems is the product solving and how is that benefiting you?
debug bugs on production live environment without change/do anything.


    Computer Software

Debug on the fly

  • June 26, 2023
  • Review verified by G2

What do you like best about the product?
ability to set breakpoints and get variable details
What do you dislike about the product?
ability to execute in line commands for basic function call or variable calculations
What problems is the product solving and how is that benefiting you?
I don't need to worry about replicating the issue in my local systems anymore


    Sindhura K.

Dynatrace platform

  • May 25, 2023
  • Review provided by G2

What do you like best about the product?
The most AI technoloy and cloud platoform is present like monitoring, problem alerts, createing dashboards, analysing the root cause of the issues , integration of the applications many more.
What do you dislike about the product?
No dislike at present but it is very useful in all aspects, like keeping in maintenance, real user monitoring to monitor, once one agent installed all will detect automatically.
What problems is the product solving and how is that benefiting you?
Synthetic monitoring, log monitoring, Application performance monitoring, alert monitoring, maintenance windows, Real user monitoring, one agent installation to capture automatically this are all solutions to solve the issues


    Warehousing

Amazing product for debugging on the fly without stopping!

  • May 06, 2023
  • Review verified by G2

What do you like best about the product?
The fact that you can put a breakpoint that captures all data without suspending program execution even in the production environment is just mindblowing! It's also very helpful to use with API development as you can hook up local files/repos and use these special Rookout breakpoints to debug your API!
What do you dislike about the product?
The initial setup and configuration may not be as straightforward. While the documentation for this is thoroughly written, it's not super simple to follow without direct guidance.
What problems is the product solving and how is that benefiting you?
It solves multiple problems. The first is that it solves the issue of debugging the production code without affecting or stopping the application running in production. The second problem it solves is the tediousness of having to put a breakpoint in the local instance and suspending execution to see the data at the breakpoint, which can alter the default behavior of the application.


    Tadas A.

Great out-of-the-box working tool that solves complex cases and saves lots of time

  • May 03, 2023
  • Review verified by G2

What do you like best about the product?
The fact that it works out of the box, the setup/configuration step is very minimal and it solves such complex problems amazes me. It removes the need of adding logs or similar things to debug complex bugs, therefore it saves not only time, but also money, cause pipelines of deploying such debug-related code take a lot of computing and time to run.
What do you dislike about the product?
The UI is good but perhaps it could be more intuitive, i.e. sometimes the breakpoint doesn't appear immediately, it could give us some suggestions on i.e. not putting breakpoints on lazy vals that could corrupt the data being collected, etc.
What problems is the product solving and how is that benefiting you?
Bug solving in production. i.e. a wrong type is used in the code and that causes the code to break. This makes me more productive cause I have to spend less time writing code, pushing it for review, deploying it, etc.


    Computer Software

Easy to use and helpful tool

  • May 02, 2023
  • Review verified by G2

What do you like best about the product?
Basically is easy and faster to use and deploy. You are able to analyze very quickly an issue in your services without deploying any extra infra o tools.
What do you dislike about the product?
I don't have a lot experience but maybe it will be useful to have differents deploys in different tabs
What problems is the product solving and how is that benefiting you?
To have all the infra locally to try to debug an issue. You can deploy in Rookout easily to have a first analisis.


    Computer Software

Great tool

  • April 17, 2023
  • Review verified by G2

What do you like best about the product?
The biggest upside for me using Rookout is that all the debugging logs are shown without stopping the application, allowing other developers to use the environments while I am debugging. It is also easy to integrate, allowing me to debug quickly. Overall it improved my debugging experience tremendously.
What do you dislike about the product?
Could be better if there was a way to allow breakpoints to have different default values such as time limit
What problems is the product solving and how is that benefiting you?
Rookout helps me debug more efficiently