vjtools is a comprehensive Java development toolset and runtime monitor designed for optimizing application performance and ensuring codebase consistency. It provides a suite of JVM diagnostics tools, a performance profiler, and a static analysis system for enforcing coding standards. The project distinguishes itself through specialized runtime observability, including the ability to attach to processes via process ID and inject dynamic probes to monitor method calls without restarting the system. It features container-aware resource detection that reads control group files to report actual C
This project is a technical reference and documentation suite focused on the internal architecture and operational principles of the Java Virtual Machine. It provides comprehensive guides and analysis on how the virtual machine manages class loading, memory organization, and bytecode execution. The documentation distinguishes itself by providing deep dives into specific runtime mechanisms, such as the binary decoding of class files, the hierarchical delegation model for class loaders, and the precise sequence of the loading, linking, and initialization lifecycle. It also details memory reclam
VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct
This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android development workflow. It serves as a comprehensive resource for implementing best practices in application building, debugging, and user interface design. The repository covers specialized techniques for build optimization, including methods to reduce binary sizes and accelerate compilation. It also provides detailed references for device debugging, memory leak detection, and the application of Material Design principles. The project further details productivity enhancements fo
GCViewer هو أداة لتصور جمع القمامة (garbage collection) في JVM وتحليل الذاكرة. يعمل كمحلل سجلات ومصدر للمقاييس يقوم بتحويل سجلات جمع القمامة المطولة في JVM إلى بيانات منظمة، ورسوم بيانية مرئية، وتقارير ملخصة.
الميزات الرئيسية لـ chewiebug/gcviewer هي: JVM Memory Analysis, Garbage Collection Monitors, Multi-Chart Visualization Tools, Java Garbage Collection Analysis, JVM Performance Tuning, Regex-Based Log Parsers, GC Log Analyzers, Memory Metric Plots.
تشمل البدائل مفتوحة المصدر لـ chewiebug/gcviewer: vipshop/vjtools — vjtools is a comprehensive Java development toolset and runtime monitor designed for optimizing application… doocs/jvm — This project is a technical reference and documentation suite focused on the internal architecture and operational… victoriametrics/victoriametrics — VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term… nisrulz/android-tips-tricks — This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android… aobingjava/javafamily — JavaFamily is a curated set of learning paths and reference guides for backend engineering, distributed systems, and… iovisor/bcc — BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It…