Blogs about: Jstack

Featured Blog

How to take Thread Dump

friendyogi wrote 1 month ago: What is Java Thread Dump? A java thread dump is a way of finding out what every thread in the JVM is … more →

Tags: Tips n Tricks, dump, thread dump, visualvm

How to get jstack and jmap to work with Tomcat 7 installed as a service on Windows Server 2008 R2

lbsa71 wrote 4 months ago: Today I had an application server running on Tomcat 7 installed as a service, and I wanted to inspec … more →

Tags: Java, jvm, Debug, attach, Tomcat, Windows, server, Windows Server 2008 R2, Service

How to get thread dump in linux using jstack1 comment

Lokesh Gupta wrote 5 months ago: A thread dump is a list of all the Java threads that are currently active in a Java Virtual Machine … more →

Tags: Best Practices, For fun only, Linux, thread dump, JPS, jvm, jstackSeries, Java Process

Variation on a theme: which Java thread consumes the most of your CPU?2 comments

Emre Sevinç wrote 8 months ago: Tomasz Nurkiewicz wrote a nice blog entry (“Which Java thread consumes my CPU?“) in whic … more →

Tags: Java, Linux, Programlama, cpu, Linux, Threads

Jstack Error - Not enough storage available

Amit wrote 9 months ago: JStack is nice tool to print thread stack traces for a given java process. It comes to be very handy … more →

Tags: Java, Windows, thread dumps, Error

Finding offending java processes

ebe wrote 9 months ago: Finding offending java processes on a linux box can be a lot of fun. In our case we had a glassfish … more →

Tags: java 2, Linux, Java, PID

Simple Tools To Analyze JVM Thread Dumps

Brent Sordyl wrote 10 months ago: A simple way you can get a thread dump is via the “jstack” utility that ships with the J … more →

Tags: Java, jvm, tuning

Saturday night with the drag queens

Katie Z. wrote 2 years ago: Saturday night I had an awesome time helping my super best friend since fourth grade celebrate her i … more →

Tags: Ministry in Heels, authentic, Family, LGBT, Ordination, Fun, Marriage, Pastoral Care

Long-Distance Friendships #reverb10

Katie Z. wrote 2 years ago: Being a pastor in a small town makes it really hard to build and maintain friendships. Well, maybe t … more →

Tags: Ministry in Heels, Friends, Community, #reverb10, Simpson College, vanderbilt

Finding CPU Intensive Thread in Java on Linux

X wrote 2 years ago: Recently we faced high CPU usage in our production environment and no matter how we tried couldn’t f … more →

Tags: technical, coding, Java

Building a JStack Parser3 comments

brasskazoo wrote 3 years ago: Background Recently, I was briefed on a situation where a main public facing java web application wa … more →

Tags: Code, Java, JUnit, Programming, TDD, Unit Testing

Java - Thread's stack trace dump1 comment

Venkat wrote 4 years ago: Recently I was dealing with a deadlock issue. Usually I use eclipse break points to create deadlock … more →

Tags: Java, Deadlock, J2EE, Programming, technology, Thread

ThreadDump to the rescue

Faisal Feroz wrote 5 years ago: We were facing a strange problem with our swing application. It was hanging randomly, neither was th … more →

Tags: Java, ThreadDump, Deadlock


Related Tags
All →

Follow this tag via RSS