Filter
Exclude
Time range
-
Near
Replying to @the_IDORminator
All these endpoints were open actuator/health actuator/info actuator/env actuator/metrics actuator/loggers actuator/threaddump actuator/heapdump actuator/logfile actuator/configprops actuator/beans actuator/mappings actuator/scheduledtasks actuator/caches actuator/conditions
1
4
15
1,387
10 Dec 2025
Replying to @techspence
Anyone using Spring, check your exposed actuator endpoints. /actuator/heapdump, /actuator/threaddump, etc. They're very easy to misconfigure, and they often carry extremely sensitive information.
1
6
387
Useful Spring Boot Actuator Endpoints ✅ /actuator/health → Application health status /actuator/metrics → Counters, gauges, timers /actuator/info → Custom project details /actuator/env → Environment properties /actuator/beans → Lists all loaded beans /actuator/loggers → Runtime logging configuration /actuator/threaddump → Thread info for debugging /actuator/httptrace → Recent HTTP requests/responses /actuator/mappings → Shows all request mappings /actuator/prometheus → Metrics for Prometheus exporter
26
191
7,923
11 Jul 2025
What are some Spring Boot Actuator endpoints useful for performance debugging? Common ones: actuator/metrics - JVM, GC, HTTP request stats. /actuator/heapdump - Heap dump for memory analysis. /actuator/threaddump - Thread dump for deadlocks or slow threads. /actuator/beans - Loaded beans; useful for startup analysis. /actuator/health - Checks app and service health. /actuator/env - See config issues affecting performance.
1
9
151
4,874
14 Jun 2025
Common Springboot Interview question for beginners: Q: Your API response time has suddenly doubled. What steps will you take? Expected Thought Process: Check logs → GC, DB, 3rd-party APIs? Look at /actuator/metrics, /heapdump, /threaddump Review recent deployments (code, config, infra)
1
12
127
6,023
So we're debugging an async clock deadlock in prod. Leo says get the threaddump if possible. Hard because VisualVM, the tool you need, is a java desktop app. Except, I have #ElectricClojure. How many hours to get a thread dumper utility into prod? That would be zero hours:
1
2
24
2,287
11 Nov 2023
スレッドダンプ解析ツールの『Threaddump and Monitor dump Analyzer』(TMDA)は知らなかった。 あとで触ってみる。 ibm.com/support/pages/ibm-th… #jjug_ccc_a1

2
9
911
書いた。IBM Thread Dump Analayzerには今までお世話になりました。 / 1件のコメント b.hatena.ne.jp/entry/s/blog.… “Threaddump, JFR, JMC周りの知識のアップデート - Kengo's blog” htn.to/4oLmf5B8Rg
3
8
1,235
Want to debug the ColdFusion Server to improve performance? We have a solution - ThreadDump lets you programmatically clear the logs and improves server performance. Read the blog to know more. Read the blog: adobe.ly/3NO1QAy
1
2 Aug 2021
New in VisualVM 2.1: Taking thread & heap dumps and controlling Sampler & JFR from the command line! Learn how to use --threaddump, --heapdump, --start-cpu-sampler, --start-memory-sampler, start-jfr and other command line options at visualvm.github.io/docs/comm…
16
33
12 Mar 2021
Replying to @hugopicanzo
If you found heapdump , threaddump than you can just download it and use strings to look about sensitive information strings heapdumpfile | grep 'api_key' , password etc.
1
2
24 Jun 2020
This video clip explains about the Flame Graphs generated by #Java #threaddump #analyzer #tool - fastThread, that condenses all the information into a single compact format and facilitates to identify hot #code paths & #troubleshoot quickly:youtube.com/watch?v=lLVOzy3g…

25 Dec 2019
Spring Boot 2.2 から actuator/threaddump -H 'Accept: text/plain' でスレッドダンプがJSONではなくテキストで返ってくるようになったのでTDAに食わせられるようになった。とても良い。
2
9
8 Jul 2019
Amazing memory visualizer - Vision starts from visualization. Industry expert's vision of Java memory modeling is visualized in GCeasy log analysis reports. #jvm #java #memory #follow #gceasy #thread #threaddump #fastthread #tier1app #problemdetection #analyzer #webdeveloper
24 Oct 2018
Below is the real world thread dump excerpt. In these stack traces, threads aren’t actually in ‘RUNNABLE’ state. They are just waiting on the sockets to read or write. #Threaddump #RUNNABLEthreads #fastthread ow.ly/AR1k30mjalb
1
2
While analyzing the dumps getting error whereas wlsdm agent is installed and running 🛠️ community.wlsdm.com/topic/87… #Oracle #WebLogic #WLSDMCommunity #Community #Threaddump

2
21 Nov 2017
finally found a correct ui to analyze thread dump jstack.review #java #jstack #thread #threaddump

10
18
15 Nov 2017
昨日Jenkinsが理由不明のCPU100%が続いたんだが、ThreadDumpは/threadDumpでみえることを初めて知りました。。。ちなみにログは/log/all
1
9 Aug 2017

11 May 2017
Identifying Deadlocks in Thread Dumps from Payara Server hubs.ly/H07tc7G0 #threaddump #Java #javaEE #deadlock
2
1