Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Allen0710
Allen0710 / DirectMemorySize.java
Created February 22, 2019 14:11 — forked from liuzhengyang/DirectMemorySize.java
An Serviceability-Agent based tool to see stats of NIO direct memory for JDK8
import java.lang.reflect.*;
import java.lang.reflect.Method;
import java.util.*;
import sun.jvm.hotspot.memory.*;
import sun.jvm.hotspot.oops.*;
import sun.jvm.hotspot.debugger.*;
import sun.jvm.hotspot.runtime.*;
import sun.jvm.hotspot.tools.*;
import sun.jvm.hotspot.utilities.*;