-
Notifications
You must be signed in to change notification settings - Fork 6
/
visualvm.html
104 lines (93 loc) · 4.71 KB
/
visualvm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Visual VM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="generator" content"JBake">
<meta charset="utf-8" />
<title>CRaSH the shell for the Java Platform</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/site.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1292368-36', 'crashub.org');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<a href="https://github.com/crashub">
<img class="github img-responsive"class="github" alt="Fork me on GitHub" src="../images/github.png">
</a>
<div class="container">
<div class="row">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="logo" href="http://www.crashub.org/"><img class="img-responsive"alt="logo" src="../images/logo.png"></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="/">Home</a></li>
<li ><a href="/managers.html">Install</a></li>
<!-- <li ><a href="http://try.crashub.org">Demo</a></li>-->
<li ><a href="/contributors.html">Contributors</a></li>
<li ><a href="/links.html">Links</a></li>
<li class="menu-icon-item">
<ul>
<li><a href="https://github.com/crashub/crash"><i class="uiIconCrash uiIconGithub"></i></a></li>
<li><a href="https://twitter.com/crashub"><i class="uiIconCrash uiIconTwitter"></i></a></li>
<li><a href="http://community.exoplatform.com/portal/g/:spaces:crash/crash/forum"><i class="uiIconCrash uiIconExo"></i></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div> <!-- end navbar -->
<div class="container">
<div>
<h3>Purpose</h3>
<blockquote>
<p>We simply provide a way to attach crash to a running VM using visual vm. The plugin support all crash feature and can be used instead of bash.<br/><img src="images/crash-visualvm.jpg"/></p>
</blockquote>
<h3>How to install</h3>
<blockquote>
<p>A plugin repository is available at <a href="http://www.crashub.org/visualvm/plugin/updates.xml.gz">http://www.crashub.org/visualvm/plugin/updates.xml.gz</a><br/>
To install the plugin, reach Tools/Plugins, select Settings tab, and add the crash repository. You should see the plugin appear in available plugin now.</p>
</blockquote>
<h3>How to use it</h3>
<blockquote>
<p>Once the plugin installed, a new tab named "Crash" will appear, click on "Connect" to deploy the agent, and let's use crash.</p>
</blockquote>
</div>
</div>
<div class="footer">
<div class="container">
<p class="pull-left">Sponsored by <a href="https://www.exoplatform.com" class="text-blue">eXo Platform</a></p>
<ul class="footer-links pull-right clearfix">
<li>Follow us: </li>
<li><a href="https://www.facebook.com/eXoPlatform"><i class="uiIconSoc uiIconFacebook"></i></a></li>
<li><a href="https://twitter.com/eXoPlatform"><i class="uiIconSoc uiIconTwitter"></i></a></li>
<li><a href="https://plus.google.com/+ExoplatformTribe"><i class="uiIconSoc uiIconGplus"></i></a></li>
<li><a href="http://www.linkedin.com/company/exo-platform"><i class="uiIconSoc uiIconLinkedin"></i></a></li>
<li><a href="http://feeds.feedburner.com/eXo-Platform"><i class="uiIconSoc uiIconRss"></i></a></li>
<li><a href="http://www.youtube.com/channel/UCtKQaab9rTJ_gN-OCzkOvIw"><i class="uiIconSoc uiIconYoutube"></i></a></li>
</ul>
</div>
</div>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>