05 Mar 2019 04:51 PM - last edited on 28 Sep 2022 11:11 AM by MaciejNeumann
Hi,
Can any one help me to under stand the pros of having oneagnet installed on Oracle Database nodes.
and cons of not having oneagnet on Oracle Database nodes.
Solved! Go to Solution.
05 Mar 2019 05:35 PM
Oneagent provides visibility into much more than just the Application processes. It also provides infrastructure and OS level metrics. For example, CPU load, NEtwork load, disk load, all divided by the consuming process. It also provides visibility into what processes are talking to other processes in your enterprise. So you can easily see all the processses that are connected to your Oracle instance as well as any connections your Oracle instance makes out to other processes.
All this information is fed into DAVIS, our AI engine which provides the ability to determine root cause easily across the enterprise.
As for CONs: Other than a few CPU cycles to run the agent components, I don't see much that fits this category.
06 Mar 2019 07:16 AM
Thanks @Joseph M. H.