网页
图片
视频
学术
词典
地图
更多
航班
笔记本
jmap
网络
内存图;地图系统
网络释义
1.
内存图
内存图
(
jmap
)参见jmap -histo选项jconsole或jmap与jhat参见jmap -dump选项Finalizerjconsolejmap -dump与jhat死锁jconsole堆 …
blog.sina.com.cn
|
基于2个网页
2.
地图系统
与
地图系统
(
JMAP
)结合
www.ifcs-tech.com
|
基于 1 个网页
例句
释义:
全部
全部
,
内存图
内存图
,
地图系统
地图系统
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
I
've
tried
it with
a
busy
application
using
17GB
of
Heap
memory
and
jmap
was
able
to
produced
its
histogram
in
about
one
minute
.
我
曾经
试
过
检测
一个
运行
频繁
并且
占用
17GB
堆
内存
的
程序
,
使用
jmap
能够
在
1
分钟
内
生成
程序
的
性能
统计
图
。
www.infoq.com
2.
The
options
you
'll
pass
to
jmap
consist
of
the
name
of the
file
to
dump
to
and
whether
to
use
a
text
file
or
binary
file
.
您
要
传递
给
jmap
的
选项
包括
转储
文件
的
名称
以及
是否
使用
一个
文本
文件
或
二进
制
文件
。
www.ibm.com
3.
Luckily
the
JVM
comes
out-of-the
-
box with the
ability
to
do
so
,
with the
built-in
tool
'
jmap
'
.
幸好
JVM
内置
了
工具
“
jmap
”
,
让
它
天生
就
能
完成
这种
任务
。
www.infoq.com
4.
For
a
more
casual
glance
at
the
Java
heap
,
jmap
also
supports
a -histo
option
.
随意
看
一下
Java
堆
的
更多
信息
,
jmap
同样
支持
-histo
选项
。
www.ibm.com
5.
The
jmap
command-line
utility
prints
memory
-
related
statistics
for
a
running
VM
or
core
file
.
jmap
命令
行
工具
为
运行
中
的
VM
或
核心
文件
打印
与
内存
有关
的
统计信息
。
www.ibm.com
6.
To
print
out
a
memory
histogram
,
we
will invoke the
jmap
console
app
passing in
our
application
's
PID
and
the
"
-histo: live"
option
.
为了
打印
内存
统计
图
,
我们
需要
打开
jmap
控制
台
程序
,
并
输入
程序
的
PID
和
“
-histo:live
”
选项
。
www.infoq.com
7.
Simply
point
jmap
at the VMID of the
Java
process
you
want
to
snapshot
,
and
give
it
some
parameters
to
describe
the
resulting
file
produced
.
将
jmap
指向
您
希望
拍
快照
的
Java
进程
的
VMID
,
然后
给予
它
部分
参数
,
用来
描述
产生
的
结果
文件
。
www.ibm.com
8.
On
HotSpot-based
runtimes
,
Memory
Analyzer
generates
the
dump
using
jmap
.
在
基于
HotSpot
的
运行时
环境
中
,
MemoryAnalyzer
会
使用
jmap
生成
这个
转储
文件
。
www.ibm.com
9.
The
jmap
tool
is
useful in
diagnosing
excessive
use
of
finalizers
,
which
can
result
in
an
OutOfMemoryError
.
jmap
工具
可
检测
出
是否
过度
使用
了
完成
器
,
后者
可
导致
出现
OutOfMemoryError
错误
。
www.ibm.com
10.
Remote
clients
such
as
jstack,
jmap
,
and
jinfo
can
attach
to
this
server
using
Java RMI
.
诸如
jstack
、
jmap
和
jinfo
这样
的
远程
客户机
可以
通过
JavaRMI
连接
到
这种
服务器
上
。
www.ibm.com
1
2