Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.154.153
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
elasticsearch /
jdk /
man /
man1 /
[ HOME SHELL ]
Name
Size
Permission
Action
jar.1
11.39
KB
-rw-r--r--
jarsigner.1
54.64
KB
-rw-r--r--
java.1
194.83
KB
-rw-r--r--
javac.1
83.12
KB
-rw-r--r--
javadoc.1
45.53
KB
-rw-r--r--
javap.1
7.63
KB
-rw-r--r--
jcmd.1
32.97
KB
-rw-r--r--
jconsole.1
3.58
KB
-rw-r--r--
jdb.1
8.69
KB
-rw-r--r--
jdeprscan.1
7.95
KB
-rw-r--r--
jdeps.1
11.96
KB
-rw-r--r--
jfr.1
8.82
KB
-rw-r--r--
jhsdb.1
7.17
KB
-rw-r--r--
jinfo.1
3.42
KB
-rw-r--r--
jlink.1
11.66
KB
-rw-r--r--
jmap.1
3.41
KB
-rw-r--r--
jmod.1
11.83
KB
-rw-r--r--
jpackage.1
14.45
KB
-rw-r--r--
jps.1
8.26
KB
-rw-r--r--
jrunscript.1
5.16
KB
-rw-r--r--
jshell.1
42.66
KB
-rw-r--r--
jstack.1
2.98
KB
-rw-r--r--
jstat.1
23.54
KB
-rw-r--r--
jstatd.1
7.69
KB
-rw-r--r--
keytool.1
109.25
KB
-rw-r--r--
rmiregistry.1
3.18
KB
-rw-r--r--
serialver.1
2.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jconsole.1
.\" Copyright (c) 2004, 2018, Oracle and/or its affiliates. All rights reserved. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. .\" .\" Automatically generated by Pandoc 2.3.1 .\" .TH "JCONSOLE" "1" "2021" "JDK 17" "JDK Commands" .hy .SH NAME .PP jconsole \- start a graphical console to monitor and manage Java applications .SH SYNOPSIS .PP \f[CB]jconsole\f[R] [\f[CB]\-interval=\f[R]\f[I]n\f[R]] [\f[CB]\-notile\f[R]] [\f[CB]\-plugin\f[R] \f[I]path\f[R]] [\f[CB]\-version\f[R]] [\f[I]connection\f[R] ... ] [\f[CB]\-J\f[R]\f[I]input_arguments\f[R]] .PP \f[CB]jconsole\f[R] \f[CB]\-help\f[R] .SH OPTIONS .TP .B \f[CB]\-interval\f[R] Sets the update interval to \f[CB]n\f[R] seconds (default is 4 seconds). .RS .RE .TP .B \f[CB]\-notile\f[R] Doesn\[aq]t tile the windows for two or more connections. .RS .RE .TP .B \f[CB]\-pluginpath\f[R] \f[I]path\f[R] Specifies the path that \f[CB]jconsole\f[R] uses to look up plug\-ins. The plug\-in \f[I]path\f[R] should contain a provider\-configuration file named \f[CB]META\-INF/services/com.sun.tools.jconsole.JConsolePlugin\f[R] that contains one line for each plug\-in. The line specifies the fully qualified class name of the class implementing the \f[CB]com.sun.tools.jconsole.JConsolePlugin\f[R] class. .RS .RE .TP .B \f[CB]\-version\f[R] Prints the program version. .RS .RE .TP .B \f[I]connection\f[R] = \f[I]pid\f[R] | \f[I]host\f[R]\f[CB]:\f[R]\f[I]port\f[R] | \f[I]jmxURL\f[R] A connection is described by either \f[I]pid\f[R], \f[I]host\f[R]\f[CB]:\f[R]\f[I]port\f[R] or \f[I]jmxURL\f[R]. .RS .IP \[bu] 2 The \f[I]pid\f[R] value is the process ID of a target process. The JVM must be running with the same user ID as the user ID running the \f[CB]jconsole\f[R] command. .IP \[bu] 2 The \f[I]host\f[R]\f[CB]:\f[R]\f[I]port\f[R] values are the name of the host system on which the JVM is running, and the port number specified by the system property \f[CB]com.sun.management.jmxremote.port\f[R] when the JVM was started. .IP \[bu] 2 The \f[I]jmxUrl\f[R] value is the address of the JMX agent to be connected to as described in JMXServiceURL. .RE .TP .B \f[CB]\-J\f[R]\f[I]input_arguments\f[R] Passes \f[I]input_arguments\f[R] to the JVM on which the \f[CB]jconsole\f[R] command is run. .RS .RE .TP .B \f[CB]\-help\f[R] or \f[CB]\-\-help\f[R] Displays the help message for the command. .RS .RE .SH DESCRIPTION .PP The \f[CB]jconsole\f[R] command starts a graphical console tool that lets you monitor and manage Java applications and virtual machines on a local or remote machine. .PP On Windows, the \f[CB]jconsole\f[R] command doesn\[aq]t associate with a console window. It does, however, display a dialog box with error information when the \f[CB]jconsole\f[R] command fails.
Close