CA Wily Introscope is an application performance management tool. It gathers performance measurements and alerts from software, system and infrastructure components and reports them in a central location.
Questions tagged [introscope]
6 questions
4
votes
2 answers
get JDBC connection monitoring data in introscope for standalone springboot java application
I have a standalone java springboot application which has JDBC connections setup like below:
Java code:
spring:
datasource:
hikari:
driver-class-name: oracle.jdbc.driver.OracleDriver
jdbc-url:…

Ashar
- 2,942
- 10
- 58
- 122
1
vote
0 answers
Ensuring adequate java heap size
Is there any way to ensure adequate heap size from current performance of garbage collection?
In std_server0.o00 file, in the end it says like this.
Heap par new generation reserved 698368K, committed 698368K, used
111483K eden space 349184K,…

KeepOnAsking
- 11
- 3
1
vote
1 answer
Method-level tracing of Java-based application using Wily Introscope
What I really want to know is that how do we do the method level tracing of a Java based application using Wily Introscope?I want to trace all the methods of all the class present in my application. Please help.

Sandy
- 459
- 2
- 6
- 19
0
votes
1 answer
convert json to a data frame like output in python
I have a script to pull data from CA Introscope. The script prints out the values as this:
print data
[(TimesliceGroupedMetricData){
metricData[] =
(MetricData){
agentName = "web01|WEB|instance_01"
metricName =…

user1471980
- 10,127
- 48
- 136
- 235
0
votes
0 answers
What statistic does CA Wily Introscope's MetricsDataService::getMetricData return?
I'm calling getMetricData using Python's suds SOAP client, I request the smallest time interval possible (15 seconds) for a CPU metric and a time period that I have also exported to CSV from Introscope Workstation.
The exported values are the same…

Gareth Davidson
- 4,857
- 2
- 26
- 45
-2
votes
1 answer
JVM hung on exit with all threads in BLOCKED state
My application closes out just fine but the JVM never exits. I notice all threads show up as STATE = BLOCKED. ActiveMQ failover protocol potentially blocking indefinitely, but the thread dump does not seem to indicate that at all. The one other…

cwash
- 4,185
- 5
- 43
- 53