This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 3a81fa574 More perl script report tools removal (docs)
3a81fa574 is described below
commit 3a81fa5745a6b0398c60305f12c5e4e02112f51f
Author: Rainer Jung <[email protected]>
AuthorDate: Wed Jun 24 19:02:13 2026 +0200
More perl script report tools removal (docs)
---
xdocs/ajp/project.xml | 1 -
xdocs/common_howto/project.xml | 1 -
xdocs/index.xml | 5 ---
xdocs/miscellaneous/project.xml | 1 -
xdocs/miscellaneous/reporttools.xml | 90 -------------------------------------
xdocs/news/project.xml | 1 -
xdocs/project.xml | 1 -
xdocs/reference/project.xml | 1 -
xdocs/webserver_howto/project.xml | 1 -
9 files changed, 102 deletions(-)
diff --git a/xdocs/ajp/project.xml b/xdocs/ajp/project.xml
index dd3401e08..165b681fe 100644
--- a/xdocs/ajp/project.xml
+++ b/xdocs/ajp/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="../miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="../miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="../miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
diff --git a/xdocs/common_howto/project.xml b/xdocs/common_howto/project.xml
index 68e2a4512..96b241b4f 100644
--- a/xdocs/common_howto/project.xml
+++ b/xdocs/common_howto/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="../miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="../miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="../miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 76a08dd61..1ebff65fa 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -198,11 +198,6 @@ This page contains the detailed list of all changes made
in each version of JK.
This page describes, how to contribute to the JK documentation.
</p>
</li>
-<li><a href="miscellaneous/reporttools.html"><b>Reporting Tools</b></a>
-<p>
-This page contains information, on some report analysis scripts contained in
the JK distribution.
-</p>
-</li>
</ul>
</section>
diff --git a/xdocs/miscellaneous/project.xml b/xdocs/miscellaneous/project.xml
index 8d992752d..ebbabe307 100644
--- a/xdocs/miscellaneous/project.xml
+++ b/xdocs/miscellaneous/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="../miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="../miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="../miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
diff --git a/xdocs/miscellaneous/reporttools.xml
b/xdocs/miscellaneous/reporttools.xml
deleted file mode 100644
index 2a3008c11..000000000
--- a/xdocs/miscellaneous/reporttools.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document [
- <!ENTITY project SYSTEM "project.xml">
-]>
-<document url="reporttools.html">
-
- &project;
-<copyright>
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-</copyright>
-<properties>
-<title>Reporting Tools</title>
-<author>Glenn Nielsen</author>
-</properties>
-<body>
-<section name="Reporting Tools">
-<p>
-The mod_jk source distribution contains two perl scripts in the
-tools/reports directory which can be used to analyze the mod_jk
-logs, save statistical data, and generate report graphs.
-</p>
-
-<p><code>tomcat_trend.pl log_dir archive_dir</code></p>
-<p>
-Script for analyzing mod_jk.log data when logging tomcat request data using
-the <code>JkRequestLogFormat</code> Apache mod_jk configuration.
-Generates statistics for request latency and errors. Archives the generated
-data to files for later use in long term trend graphs and reports.
-</p>
-
-<p><code>tomcat_reports.pl archive_dir reports_dir</code></p>
-<p>
-Script for generating reports and graphs using statistical data generated
-by the <code>tomcat_trend.pl</code> script.
-
-The following graphs are created:
-<ul>
- <li>tomcat_request.png - Long term trend graph of total number of tomcat
- requests handled.</li>
- <li>tomcat_median.png - Long term overall trend graph of tomcat request
- latency median.</li>
- <li>tomcat_deviation.png - Long term overall trend graph of tomcat request
- mean and standard deviation.</li>
- <li>tomcat_error.png - Long term trend graph of requests rejected by tomcat.
- Shows requests rejected when tomcat has no request processors available.
- Can be an indicator that tomcat is overloaded or having other scaling
- problems.</li>
- <li>tomcat_client.png - Long term trend graph of requests forward to tomcat
- which were aborted by the remote client (browser). You will normally see
- some aborted requests. High numbers of these can be an indicator that
- tomcat is overloaded or there are requests which have very high
latency.</li>
-</ul>
-</p>
-
-<p>
-A great deal of statistical data is generated but at this time
-only long term trend graphs are being created and no reports.
-This is only a start. Many more graphs and reports could be
-generated from the data. Please consider contributing back any
-new reports or graphs you create. Thanks.
-</p>
-
-<p>
-These perl scripts depend upon the following perl modules and libraries:
-<ul>
- <li>GD 1.8.x graphics library <a href="http://www.boutell.com/gd/">
- http://www.boutell.com/gd/</a></li>
- <li>GD 1.4.x perl module</li>
- <li>GD Graph perl module</li>
- <li>GD TextUtil perl module</li>
- <li>StatisticsDescriptive perl module</li>
-</ul>
-</p>
-</section>
-
-</body>
-</document>
diff --git a/xdocs/news/project.xml b/xdocs/news/project.xml
index f0a9e520e..dc1334774 100644
--- a/xdocs/news/project.xml
+++ b/xdocs/news/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="../miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="../miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="../miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
diff --git a/xdocs/project.xml b/xdocs/project.xml
index f337d4e81..c71672bf8 100644
--- a/xdocs/project.xml
+++ b/xdocs/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
diff --git a/xdocs/reference/project.xml b/xdocs/reference/project.xml
index 631779943..69bccc4f9 100644
--- a/xdocs/reference/project.xml
+++ b/xdocs/reference/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="../miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="../miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="../miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
diff --git a/xdocs/webserver_howto/project.xml
b/xdocs/webserver_howto/project.xml
index 7b2d9c7bb..50cb4e651 100644
--- a/xdocs/webserver_howto/project.xml
+++ b/xdocs/webserver_howto/project.xml
@@ -60,7 +60,6 @@
<item name="Changelog"
href="../miscellaneous/changelog.html"/>
<item name="Current Tomcat Connectors bugs"
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassi
[...]
<item name="Contribute documentation"
href="../miscellaneous/doccontrib.html"/>
- <item name="Reporting Tools"
href="../miscellaneous/reporttools.html"/>
</menu>
<menu name="News">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]