# jvm_agent_mem2csv **Repository Path**: hellyguo/jvm_agent_mem2csv ## Basic Information - **Project Name**: jvm_agent_mem2csv - **Description**: jvmti agent, to map memory objects to csv - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-03 - **Last Updated**: 2024-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jvmti agent jvmti agent, to map memory objects to csv ## doc - [oracle jdk jvmti doc](https://docs.oracle.com/javase/8/docs/platform/jvmti/jvmti.html) - [ibm jdk jvmti doc](https://www.ibm.com/docs/en/sdk-java-technology/8?topic=interfaces-jvmti) ## build need to install xmake first. - build ```shell xmake ``` - build debug ```shell xmake config -m debug xmake ``` - build release ```shell xmake config -m release xmake ```