Home
last modified time | relevance | path

Searched refs:JMX (Results 1 – 25 of 1448) sorted by relevance

12345678910>>...58

/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/
H A DMETA.yml18 JMX::Jmx4Perl:
19 file: lib/JMX/Jmx4Perl.pm
21 JMX::Jmx4Perl::Agent:
66 JMX::Jmx4Perl::Alias:
69 JMX::Jmx4Perl::Alias::Object:
72 JMX::Jmx4Perl::Config:
75 JMX::Jmx4Perl::J4psh:
99 JMX::Jmx4Perl::J4psh::Shell:
159 JMX::Jmx4Perl::Request:
162 JMX::Jmx4Perl::Response:
[all …]
H A DMANIFEST82 lib/JMX/Jmx4Perl.pm
83 lib/JMX/Jmx4Perl/Agent.pm
97 lib/JMX/Jmx4Perl/Alias.pm
98 lib/JMX/Jmx4Perl/Alias/Object.pm
99 lib/JMX/Jmx4Perl/Config.pm
100 lib/JMX/Jmx4Perl/J4psh.pm
108 lib/JMX/Jmx4Perl/J4psh/Shell.pm
109 lib/JMX/Jmx4Perl/Manual.pod
129 lib/JMX/Jmx4Perl/Request.pm
130 lib/JMX/Jmx4Perl/Response.pm
[all …]
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/scripts/
H A Djmx4perl11 use JMX::Jmx4Perl;
12 use JMX::Jmx4Perl::Util;
13 use JMX::Jmx4Perl::Request;
14 use JMX::Jmx4Perl::Alias;
76 print "jmx4perl ",$JMX::Jmx4Perl::VERSION,"\n";
82 my $config = new JMX::Jmx4Perl::Config($opts{config});
84 my $jmx4perl = new JMX::Jmx4Perl($jmx_args);
419 &JMX::Jmx4Perl::Alias::help;
458 require JMX::Jmx4Perl::Agent;
460 my $enc = JMX::Jmx4Perl::Agent::encrypt($val);
[all …]
H A Djolokia10 use JMX::Jmx4Perl::Agent::Jolokia::Meta;
11 use JMX::Jmx4Perl::Agent::Jolokia::DownloadAgent;
12 use JMX::Jmx4Perl::Agent::Jolokia::Logger;
13 use JMX::Jmx4Perl::Agent::Jolokia::ArtifactHandler;
14 use JMX::Jmx4Perl::Agent::Jolokia::WebXmlHandler;
15 use JMX::Jmx4Perl;
163 print "jolokia ",$JMX::Jmx4Perl::VERSION,"\n";
191 my $logger = new JMX::Jmx4Perl::Agent::Jolokia::Logger
196 my $meta = new JMX::Jmx4Perl::Agent::Jolokia::Meta
203 my $verifier = new JMX::Jmx4Perl::Agent::Jolokia::Verifier
[all …]
H A Dj4psh12 use JMX::Jmx4Perl::Config;
13 use JMX::Jmx4Perl::J4psh;
94 print "j4psh ",$JMX::Jmx4Perl::VERSION,"\n";
99 my $j4p_config = new JMX::Jmx4Perl::Config($opts{config});
102 my $j4psh = new JMX::Jmx4Perl::J4psh(initial_server => $server,config => $j4p_config,args => \%opts…
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/it/t/
H A D70_overloaded_method.t5 use JMX::Jmx4Perl;
6 use JMX::Jmx4Perl::Request;
12 my $req = new JMX::Jmx4Perl::Request(EXEC,"jolokia.it:type=operation", "overloadedMethod","bla");
15 $req = new JMX::Jmx4Perl::Request(EXEC,"jolokia.it:type=operation", "overloadedMethod()");
18 $req = new JMX::Jmx4Perl::Request(EXEC,"jolokia.it:type=operation", "overloadedMethod(java.lang.Str…
21 $req = new JMX::Jmx4Perl::Request(EXEC,"jolokia.it:type=operation", "overloadedMethod(java.lang.Str…
25 $req = new JMX::Jmx4Perl::Request(EXEC,"jolokia.it:type=operation", "overloadedMethod([Ljava.lang.S…
29 $req = new JMX::Jmx4Perl::Request(EXEC,"jolokia.it:type=operation", "overloadedMethod(java.lang.Str…
H A D60_bulk_request.t5 use JMX::Jmx4Perl;
6 use JMX::Jmx4Perl::Request;
12 my @reqs = ( new JMX::Jmx4Perl::Request(READ,"java.lang:type=Memory", "HeapMemoryUsage", "used"),
13 new JMX::Jmx4Perl::Request(READ,"java.lang:type=Memory", "HeapMemoryUsage", "max"),
14 new JMX::Jmx4Perl::Request(READ,"java.lang:type=ClassLoading", "LoadedClassCount"),
15 new JMX::Jmx4Perl::Request(SEARCH,"*:type=Memory,*"));
H A D01_version.t6 use JMX::Jmx4Perl::Request;
7 use JMX::Jmx4Perl;
12 my $resp = $jmx->request(new JMX::Jmx4Perl::Request(AGENT_VERSION));
14 my $version_exp = $JMX::Jmx4Perl::VERSION;
27 my $resp = $jmx->request(new JMX::Jmx4Perl::Request(READ,"java.lang:type=Runtime","SystemProperties…
H A D85_path_escaping.t9 use JMX::Jmx4Perl::Request;
15 …$req = new JMX::Jmx4Perl::Request(READ,"jolokia.it:type=attribute","ComplexNestedValue","Blub/1/nu…
19 …$req = new JMX::Jmx4Perl::Request(READ,"jolokia.it:type=attribute","Map",$path,{method => $method}…
22 $req = new JMX::Jmx4Perl::Request(LIST,$path,{method => $method});
26 $req = new JMX::Jmx4Perl::Request(LIST,"/java.lang/",{method => $method});
34 $req = new JMX::Jmx4Perl::Request(LIST,"jolokia.it/name=!/!/server!/client,type=naming!//attr",{met…
H A D80_read.t5 use JMX::Jmx4Perl;
6 use JMX::Jmx4Perl::Request;
14 my $req = new JMX::Jmx4Perl::Request(READ,"jolokia.it:type=attribute");
24 my $req = new JMX::Jmx4Perl::Request(READ,"jolokia.it:type=attribute",["LongSeconds","State"],{meth…
72 $req = new JMX::Jmx4Perl::Request(READ,"jolokia.it.jsonmbean:type=plain");
84 $req = new JMX::Jmx4Perl::Request(READ,"jolokia.it:type=tabularData","Table2","Value0.1/Value0.0");
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/examples/
H A Dremote.pl3 use JMX::Jmx4Perl;
4 use JMX::Jmx4Perl::Request;
5 use JMX::Jmx4Perl::Alias;
8 my $jmx = new JMX::Jmx4Perl(url => "http://localhost:8888/jolokia-proxy",
17 my $req1 = new JMX::Jmx4Perl::Request(READ,{
22 my $req2 = new JMX::Jmx4Perl::Request(LIST);
23 my $req3 = new JMX::Jmx4Perl::Request(READ,{
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/make/netbeans/jmx/
H A DREADME1 Working On Java[TM] Management Extensions (JMX[TM)) Using NetBeans IDE
8 This README focusses on working on the OpenJDK JMX API using NetBeans IDE.
11 the JMX API in a standalone manner. It can also be used to generate
12 the JMX API documentation for preview.
15 You do not need to install all the Java SE sources to work on JMX,
47 use JMX and we therefore recommend to run these tests too.
49 If you are working on a JMX fix, don't forget to create a
57 - Compiles JMX API source files and puts the class files under
61 JMX classes instead of the built-in JDK classes you will need
68 - Generates the JMX API Documentation under
[all …]
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/t/
H A D10_handler.t7 use JMX::Jmx4Perl::Alias;
14 &JMX::Jmx4Perl::_register_handlers("ProductTest");
16 my $jmx4perl = new JMX::Jmx4Perl(url => "localhost");
20 $jmx4perl = new JMX::Jmx4Perl(url => "localhost", product => "Test2");
26 is($JMX::Jmx4Perl::PRODUCT_HANDLER_ORDERING[0],"test2","Test ordering");
27 is($JMX::Jmx4Perl::PRODUCT_HANDLER_ORDERING[1],"test1","Test ordering");
29 $jmx4perl = new JMX::Jmx4Perl(url => "localhost");
H A D30_request.t35 my $req = new JMX::Jmx4Perl::Request(READ,$name,"attribute");
42 my $req = new JMX::Jmx4Perl::Request(READ,$name,"attribute");
44 $req = new JMX::Jmx4Perl::Request(READ,$name,"attribute",{method => "PoSt"});
46 $req = new JMX::Jmx4Perl::Request(READ,$name,["a1","a2"]);
49 $req = new JMX::Jmx4Perl::Request(READ,$name,["a1","a2"],{method => "GET"});
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/
H A DJ4psh.pm3 package JMX::Jmx4Perl::J4psh;
5 use JMX::Jmx4Perl::J4psh::CompletionHandler;
6 use JMX::Jmx4Perl::J4psh::ServerHandler;
7 use JMX::Jmx4Perl::J4psh::CommandHandler;
8 use JMX::Jmx4Perl::J4psh::Shell;
9 use JMX::Jmx4Perl::Request;
10 use JMX::Jmx4Perl;
30 $self->{complete} = new JMX::Jmx4Perl::J4psh::CompletionHandler($self);
31 $self->{servers} = new JMX::Jmx4Perl::J4psh::ServerHandler($self);
109 my $j4p = new JMX::Jmx4Perl($args);
[all …]
H A DAgent.pm2 package JMX::Jmx4Perl::Agent;
11 use JMX::Jmx4Perl::Request;
12 use JMX::Jmx4Perl::Response;
13 use JMX::Jmx4Perl::Agent::UserAgent;
17 $VERSION = $JMX::Jmx4Perl::VERSION;
125 my $ua = JMX::Jmx4Perl::Agent::UserAgent->new();
194 return JMX::Jmx4Perl::Response->new
209 return JMX::Jmx4Perl::Response->new
234 return "[[" . &JMX::Jmx4Perl::Agent::UserAgent::encrypt(shift) . "]]";
282 return JMX::Jmx4Perl::Response->new(%{$json_resp},request => $reqs[0]);
[all …]
/dports/net-mgmt/percona-monitoring-plugins/percona-monitoring-plugins-1.1.8/docs/cacti/
H A Djmx-templates.rst3 Percona JMX Monitoring Template for Cacti
7 extract statistics from the JMX server.
13 available through JMX by adding the JMX system properties when you start the
17 `Monitoring and Management Using JMX
21 how to start Notepad.jar with JMX instrumentation follows::
29 Now you need to install ``ant`` and the XML file with the JMX definitions. Copy
36 is available to JMX. Run the following command on the host you want to monitor,
53 The file descriptors used by the JMX process.
57 The heap memory usage used by the JMX process.
61 The non-heap memory usage used by the JMX process.
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/doc/
H A Djmx-console.xtp4 <title>JMX Consoles</title>
7 JMX Consoles provide access to both the MBean's that Resin publishes for
17 <s1 title="JDK 5.0 and JMX">
20 JDK 5.0 includes a JMX implementation that is used to provide
24 <example title="Start Resin and allow local JMX administration">
36 <example title="Start Resin and allow remote JMX administration">
44 implementation of remote JMX. Detailed instructions are included in the JDK
54 <example title="Start Resin and remote JMX - disable password checking and SSL">
72 <example title="Setting a password for remote JMX access">
84 <example title="Start Resin and remote JMX - disable SSL">
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/Product/
H A DUnknown.pm2 package JMX::Jmx4Perl::Product::Unknown;
4 use JMX::Jmx4Perl::Product::BaseHandler;
5 use JMX::Jmx4Perl;
43 …$ret .= "Known brands are: " . (join ", ",grep { $_ ne "unknown"} @JMX::Jmx4Perl::PRODUCT_HANDLER_…

12345678910>>...58