ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/coyote/mbeans-descriptors.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/coyote/mbeans-descriptors.xml
Status
scanned
Type
file
Name
mbeans-descriptors.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
3654 (3.6 KB)
MD5
b13d7d8f2ee6d9aca286ef89de245e18
SHA1
60eca9744b3051ba2e396b54c1363fdb61a0081f
SHA256
d406a584d257379c0aafa082fa9ee1e7f76580be0a57c3e3e71a4b1828d453d6
SHA512

      
    
SHA1_git
32e872358870a29f3e051808e72a83b2c5745022
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
mbeans-descriptors.xml | 3.6 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <!DOCTYPE mbeans-descriptors PUBLIC "-//Apache Software Foundation//DTD Model MBeans Configuration File" "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd"> <mbeans-descriptors> <mbean name="RequestGroupInfo" description="Runtime information of a group of requests" domain="Catalina" group="Connector" type="org.apache.coyote.RequestGroupInfo"> <attribute name="maxTime" description="Maximum time to process a request" type="long" writeable="false"/> <attribute name="processingTime" description="Total time to process the requests" type="long" writeable="false"/> <attribute name="requestCount" description="Number of requests processed" type="int" writeable="false"/> <attribute name="errorCount" description="Number of errors" type="int" writeable="false"/> <attribute name="bytesReceived" description="Amount of data received, in bytes" type="long" writeable="false"/> <attribute name="bytesSent" description="Amount of data sent, in bytes" type="long" writeable="false"/> <operation name="resetCounters" description="Reset counters" impact="ACTION" returnType="void"/> </mbean> <mbean name="UpgradeGroupInfo" description="Runtime information of a group of connections upgraded via the HTTP upgrade process" domain="Catalina" group="Connector" type="org.apache.coyote.http11.upgrade.UpgradeGroupInfo"> <attribute name="bytesReceived" description="Amount of data received, in bytes" type="long" writeable="false"/> <attribute name="bytesSent" description="Amount of data sent, in bytes" type="long" writeable="false"/> <attribute name="msgsReceived" description="Number of messages received where applicable for the given protocol" type="long" writeable="false"/> <attribute name="msgsSent" description="Number of messages sent where applicable for the given protocol" type="long" writeable="false"/> <operation name="resetCounters" description="Reset counters" impact="ACTION" returnType="void"/> </mbean> </mbeans-descriptors>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
32.96
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10