This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
malmoeb.bsky.social
malmoeb.bsky.social
did:plc:jbkp7rfrvzhhup3x7kaeiobt
3/
Example command:
ps ax | grep java | grep tomcat | awk '{print $1}' | while read p; do jcmd $p GC.heap_dump /tmp/th.$p; done;
2025-06-21T09:34:31.168Z