Tag

runtime monitoring

1 views collected around this technical thread.

Dangbei Technology Team
Dangbei Technology Team
Mar 29, 2024 · Backend Development

Master Real-Time Java Debugging with Arthas: From Issue Detection to Hot Swapping

This guide explains how to use Arthas for fast problem location in Java services, demonstrates watch commands, shows one‑click installation, and introduces the ArthasHotSwap plugin for hot code deployment while warning against production misuse.

ArthasJava debuggingbackend-development
0 likes · 7 min read
Master Real-Time Java Debugging with Arthas: From Issue Detection to Hot Swapping
DaTaobao Tech
DaTaobao Tech
Oct 9, 2023 · Mobile Development

Android JVMTI: Runtime Monitoring and Profiling Techniques

By patching ART’s internal debug flags to enable JVMTI on non‑debuggable apps, the authors created TBProfiler, a lightweight Android profiling tool that uses JVMTI’s event callbacks to trace method calls, thread and exception events, lock contention, and memory allocations, producing a compact mini‑hprof for production‑grade runtime monitoring and analysis.

AndroidJVMTImemory analysis
0 likes · 20 min read
Android JVMTI: Runtime Monitoring and Profiling Techniques
ByteFE
ByteFE
Jul 25, 2022 · Mobile Development

MemoryThrashing: A Solution for Live Streaming Memory OOM Issues

MemoryThrashing is a self-developed tool designed to detect and analyze memory thrashing issues in live streaming applications, addressing the challenges of OOM problems by providing efficient memory growth monitoring and analysis capabilities.

Mobile DevelopmentOOM detectionPerformance Optimization
0 likes · 10 min read
MemoryThrashing: A Solution for Live Streaming Memory OOM Issues