How to monitor Tomcat using LambdaProbe

How to monitor Tomcat using LambdaProbe

Introduction:

Lambda Probe (formerly known as Tomcat Probe) is an essential tool for real-time monitoring and management of Apache Tomcat instances.

Lambda Probe is a powerful free open source tool based on Web + AJAX that can be used to manage a single host in real time. LambdaProbe has almost all

The functions of Tomcat Manager can be said to be an enhanced version of Tomcat Manager. In addition, Tomcat Probe has many features that make it more convenient for developers and system administrators. This makes Tomcat more transparent to developers and administrators. It includes functions such as application, data source, publishing, log, thread, cluster, system information, status, and connector status. If used with JDK 1.5, it can even display the detailed memory usage status of the Server in real time.

download:

The official address of Lambda Probe is: http://code.google.com/p/psi-probe/. You can also download probe-2.3.3.zip from the attachment.

Deploy the downloaded war package to webapp

Configuration:

Configure conf/tomcat-users.xml, which is actually to configure the users managed by tomcat

You can refer to: https://www.jb51.net/article/197579.htm Tomcat monitoring configuration

Chinese version:

Download messages_zh_CN.zip and put messages_zh_CN.properties in webapps\probe\WEB-INF

Renamed to messages_cn.properties

It is best to configure the internationalization icon under the homepage. The project layout uses sitemesh-2.4 and modify the probe.jsp under probe\WEB-INF\jsp\decorators to achieve it.

Add at the bottom

<a href="?<probe:addQueryParam param='lang' value='cn'/>" rel="external nofollow" ><img src="<c:url value='/flags/cn.gif'/>" alt="BR" /></a>

access:

Access the Chinese project through http://localhost:8080/probe/?lang=cn, because the default is English

You can also switch through the flag icon below. The page is as follows

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to use JVisualVM for performance analysis in Java development
  • How to enable JMX monitoring through Tomcat
  • Detailed tutorial on how to monitor Nginx/Tomcat/MySQL using Zabbix
  • Steps to monitor Tomcat status and start it automatically using shell scripts under Linux
  • How to monitor and delete timed out sessions in Tomcat
  • Python script monitoring Tomcat server method
  • Java virtual machine uses jvisualvm tool to remotely monitor tomcat memory

<<:  A brief discussion on MySQL large table optimization solution

>>:  JavaScript to display hidden form text

Blog    

Recommend

Basic principles for compiling a website homepage

1. The organizational structure of the hypertext d...

Install Zookeeper under Docker (standalone and cluster)

After starting Docker, let's take a look at t...

HTML uncommon tags optgroup, sub, sup and bdo example code

Optgroup is used in the select tag to make the dro...

How to run nginx in Docker and mount the local directory into the image

1 Pull the image from hup docker pull nginx 2 Cre...

Summary of common Nginx techniques and examples

1. Priority of multiple servers For example, if e...

CSS screen size adaptive implementation example

To achieve CSS screen size adaptation, we must fi...

How to import CSS styles into HTML external style sheets

The link-in style is to put all the styles in one...

MySQL 5.6 binary installation process under Linux

1.1 Download the binary installation package wget...

Example code for implementing card waterfall layout with css3 column

This article introduces the sample code of CSS3 c...

In-depth analysis of Nginx virtual host

Table of contents 1. Virtual Host 1.1 Virtual Hos...

Detailed explanation of PHP+nginx service 500 502 error troubleshooting ideas

Overview When a 500 or 502 error occurs during ac...

JavaScript countdown to close ads

Using Javascript to implement countdown to close ...

How to use CSS custom variables in Vue

Table of contents The CSS custom variable functio...