Home > Java > javaTutorial > body text

Recommended articles about jinfo

黄舟
Release: 2017-06-11 10:07:52
Original
1560 people have browsed it

This article mainly explains the use of java's built-in command line tools jmap, jhat and jinfo through code examples. Friends in need can refer to java's built-in command line tools (jmap, jhat, jinfo) (1 ) JMAP1. Functions to print detailed information of processes, core files, and shared object storage maps or heap memory of remote processes. 2. Use jmap[options]pid jmap[options]executablecore jmap[options][pid]server-id@]remote-hostname-or-IP If the specified process is running on a 64-bit Java Virtual Machine (JVM), then you may need to specify the -J-d64 option, for example: jmap -J-d64 -heap pid. 3. Parameter options 3.1 When no option is used, the jmap command prints the shared object mapping such as C:\Users\Administrator>jmap9208 AttachingtoprocessID9208,

1. Share the detailed explanation of the methods of jmap, jhat and jinfo that come with java

Recommended articles about jinfo

##Introduction: This article mainly explains the use of Java's own command line tools jmap, jhat and jinfo through code examples. Friends in need can refer to it

2. PHP query oracle returns field reading, how to deal with it

Introduction: PHP query oracle returns field reading PHP query oracle After entering the database, the value of a field is: ["IJINFO"]=> object(OCI-Lob)#108 (1) { ["descriptor"]=> resource(117) of type (oci8 de

3. php query oracle returns field reading, how to deal with it

Introduction: php query oracle returns field reading php After querying the oracle database, the value of a certain field is: ["IJINFO"]=> object(OCI-Lob)#108 (1) { ["descriptor"]=> resource(117) of type (oci8 de

[Related Q&A Recommendations]:

c++ - Problem with enumerating arbitrary kernel process objects in windows system

The above is the detailed content of Recommended articles about jinfo. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!