stresscategory

来自「apache的log4j源码」· 代码 · 共 914 行 · 第 1/2 页

TXT
914
字号
# 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.# ====================================================function stressTest {  java org.apache.log4j.StressCategory $*  if [ "$?" = "0" ]  then    echo "Passed category stress test $index."    index=$index+1      else    echo "Failed stress test with arguments [$*]"    exit	  fi  	}# ====================================================declare -i indexindex=1stressTest  a bstressTest  a a.b#stressTest  a b cstressTest  a b a.cstressTest  a b b.cstressTest  a a.b cstressTest  a a.b a.cstressTest  a a.b a.b.c#stressTest  a b c dstressTest  a b c a.dstressTest  a b c b.dstressTest  a b c c.dstressTest  a b a.c dstressTest  a b a.c a.dstressTest  a b a.c b.dstressTest  a b a.c a.c.dstressTest  a b b.c dstressTest  a b b.c a.dstressTest  a b b.c b.dstressTest  a b b.c b.c.dstressTest  a a.b c dstressTest  a a.b c a.dstressTest  a a.b c a.b.dstressTest  a a.b c c.dstressTest  a a.b a.c dstressTest  a a.b a.c a.dstressTest  a a.b a.c a.b.dstressTest  a a.b a.c a.c.dstressTest  a a.b a.b.c dstressTest  a a.b a.b.c a.dstressTest  a a.b a.b.c a.b.dstressTest  a a.b a.b.c a.b.c.d#stressTest  a b c d estressTest  a b c d a.estressTest  a b c d b.estressTest  a b c d c.estressTest  a b c d d.estressTest  a b c a.d estressTest  a b c a.d a.estressTest  a b c a.d b.estressTest  a b c a.d c.estressTest  a b c a.d a.d.estressTest  a b c b.d estressTest  a b c b.d a.estressTest  a b c b.d b.estressTest  a b c b.d c.estressTest  a b c b.d b.d.estressTest  a b c c.d estressTest  a b c c.d a.estressTest  a b c c.d b.estressTest  a b c c.d c.estressTest  a b c c.d c.d.estressTest  a b a.c d estressTest  a b a.c d a.estressTest  a b a.c d b.estressTest  a b a.c d a.c.estressTest  a b a.c d d.estressTest  a b a.c a.d estressTest  a b a.c a.d a.estressTest  a b a.c a.d b.estressTest  a b a.c a.d a.c.estressTest  a b a.c a.d a.d.estressTest  a b a.c b.d estressTest  a b a.c b.d a.estressTest  a b a.c b.d b.estressTest  a b a.c b.d a.c.estressTest  a b a.c b.d b.d.estressTest  a b a.c a.c.d estressTest  a b a.c a.c.d a.estressTest  a b a.c a.c.d b.estressTest  a b a.c a.c.d a.c.estressTest  a b a.c a.c.d a.c.d.estressTest  a b b.c d estressTest  a b b.c d a.estressTest  a b b.c d b.estressTest  a b b.c d b.c.estressTest  a b b.c d d.estressTest  a b b.c a.d estressTest  a b b.c a.d a.estressTest  a b b.c a.d b.estressTest  a b b.c a.d b.c.estressTest  a b b.c a.d a.d.estressTest  a b b.c b.d estressTest  a b b.c b.d a.estressTest  a b b.c b.d b.estressTest  a b b.c b.d b.c.estressTest  a b b.c b.d b.d.estressTest  a b b.c b.c.d estressTest  a b b.c b.c.d a.estressTest  a b b.c b.c.d b.estressTest  a b b.c b.c.d b.c.estressTest  a b b.c b.c.d b.c.d.estressTest  a a.b c d estressTest  a a.b c d a.estressTest  a a.b c d a.b.estressTest  a a.b c d c.estressTest  a a.b c d d.estressTest  a a.b c a.d estressTest  a a.b c a.d a.estressTest  a a.b c a.d a.b.estressTest  a a.b c a.d c.estressTest  a a.b c a.d a.d.estressTest  a a.b c a.b.d estressTest  a a.b c a.b.d a.estressTest  a a.b c a.b.d a.b.estressTest  a a.b c a.b.d c.estressTest  a a.b c a.b.d a.b.d.estressTest  a a.b c c.d estressTest  a a.b c c.d a.estressTest  a a.b c c.d a.b.estressTest  a a.b c c.d c.estressTest  a a.b c c.d c.d.estressTest  a a.b a.c d estressTest  a a.b a.c d a.estressTest  a a.b a.c d a.b.estressTest  a a.b a.c d a.c.estressTest  a a.b a.c d d.estressTest  a a.b a.c a.d estressTest  a a.b a.c a.d a.estressTest  a a.b a.c a.d a.b.estressTest  a a.b a.c a.d a.c.estressTest  a a.b a.c a.d a.d.estressTest  a a.b a.c a.b.d estressTest  a a.b a.c a.b.d a.estressTest  a a.b a.c a.b.d a.b.estressTest  a a.b a.c a.b.d a.c.estressTest  a a.b a.c a.b.d a.b.d.estressTest  a a.b a.c a.c.d estressTest  a a.b a.c a.c.d a.estressTest  a a.b a.c a.c.d a.b.estressTest  a a.b a.c a.c.d a.c.estressTest  a a.b a.c a.c.d a.c.d.estressTest  a a.b a.b.c d estressTest  a a.b a.b.c d a.estressTest  a a.b a.b.c d a.b.estressTest  a a.b a.b.c d a.b.c.estressTest  a a.b a.b.c d d.estressTest  a a.b a.b.c a.d estressTest  a a.b a.b.c a.d a.estressTest  a a.b a.b.c a.d a.b.estressTest  a a.b a.b.c a.d a.b.c.estressTest  a a.b a.b.c a.d a.d.estressTest  a a.b a.b.c a.b.d estressTest  a a.b a.b.c a.b.d a.estressTest  a a.b a.b.c a.b.d a.b.estressTest  a a.b a.b.c a.b.d a.b.c.estressTest  a a.b a.b.c a.b.d a.b.d.estressTest  a a.b a.b.c a.b.c.d estressTest  a a.b a.b.c a.b.c.d a.estressTest  a a.b a.b.c a.b.c.d a.b.estressTest  a a.b a.b.c a.b.c.d a.b.c.estressTest  a a.b a.b.c a.b.c.d a.b.c.d.e#stressTest  a b c d e fstressTest  a b c d e a.fstressTest  a b c d e b.fstressTest  a b c d e c.fstressTest  a b c d e d.fstressTest  a b c d e e.fstressTest  a b c d a.e fstressTest  a b c d a.e a.fstressTest  a b c d a.e b.fstressTest  a b c d a.e c.fstressTest  a b c d a.e d.fstressTest  a b c d a.e a.e.fstressTest  a b c d b.e fstressTest  a b c d b.e a.fstressTest  a b c d b.e b.fstressTest  a b c d b.e c.fstressTest  a b c d b.e d.fstressTest  a b c d b.e b.e.fstressTest  a b c d c.e fstressTest  a b c d c.e a.fstressTest  a b c d c.e b.fstressTest  a b c d c.e c.fstressTest  a b c d c.e d.fstressTest  a b c d c.e c.e.fstressTest  a b c d d.e fstressTest  a b c d d.e a.fstressTest  a b c d d.e b.fstressTest  a b c d d.e c.fstressTest  a b c d d.e d.fstressTest  a b c d d.e d.e.fstressTest  a b c a.d e fstressTest  a b c a.d e a.fstressTest  a b c a.d e b.fstressTest  a b c a.d e c.fstressTest  a b c a.d e a.d.fstressTest  a b c a.d e e.fstressTest  a b c a.d a.e fstressTest  a b c a.d a.e a.fstressTest  a b c a.d a.e b.fstressTest  a b c a.d a.e c.fstressTest  a b c a.d a.e a.d.fstressTest  a b c a.d a.e a.e.fstressTest  a b c a.d b.e fstressTest  a b c a.d b.e a.fstressTest  a b c a.d b.e b.fstressTest  a b c a.d b.e c.fstressTest  a b c a.d b.e a.d.fstressTest  a b c a.d b.e b.e.fstressTest  a b c a.d c.e fstressTest  a b c a.d c.e a.fstressTest  a b c a.d c.e b.fstressTest  a b c a.d c.e c.fstressTest  a b c a.d c.e a.d.fstressTest  a b c a.d c.e c.e.fstressTest  a b c a.d a.d.e fstressTest  a b c a.d a.d.e a.fstressTest  a b c a.d a.d.e b.fstressTest  a b c a.d a.d.e c.fstressTest  a b c a.d a.d.e a.d.fstressTest  a b c a.d a.d.e a.d.e.fstressTest  a b c b.d e fstressTest  a b c b.d e a.fstressTest  a b c b.d e b.fstressTest  a b c b.d e c.fstressTest  a b c b.d e b.d.fstressTest  a b c b.d e e.fstressTest  a b c b.d a.e fstressTest  a b c b.d a.e a.fstressTest  a b c b.d a.e b.fstressTest  a b c b.d a.e c.fstressTest  a b c b.d a.e b.d.fstressTest  a b c b.d a.e a.e.fstressTest  a b c b.d b.e fstressTest  a b c b.d b.e a.fstressTest  a b c b.d b.e b.fstressTest  a b c b.d b.e c.fstressTest  a b c b.d b.e b.d.fstressTest  a b c b.d b.e b.e.fstressTest  a b c b.d c.e fstressTest  a b c b.d c.e a.fstressTest  a b c b.d c.e b.fstressTest  a b c b.d c.e c.fstressTest  a b c b.d c.e b.d.fstressTest  a b c b.d c.e c.e.fstressTest  a b c b.d b.d.e fstressTest  a b c b.d b.d.e a.fstressTest  a b c b.d b.d.e b.fstressTest  a b c b.d b.d.e c.fstressTest  a b c b.d b.d.e b.d.fstressTest  a b c b.d b.d.e b.d.e.fstressTest  a b c c.d e fstressTest  a b c c.d e a.fstressTest  a b c c.d e b.fstressTest  a b c c.d e c.fstressTest  a b c c.d e c.d.fstressTest  a b c c.d e e.fstressTest  a b c c.d a.e fstressTest  a b c c.d a.e a.fstressTest  a b c c.d a.e b.fstressTest  a b c c.d a.e c.fstressTest  a b c c.d a.e c.d.fstressTest  a b c c.d a.e a.e.fstressTest  a b c c.d b.e fstressTest  a b c c.d b.e a.fstressTest  a b c c.d b.e b.fstressTest  a b c c.d b.e c.fstressTest  a b c c.d b.e c.d.fstressTest  a b c c.d b.e b.e.fstressTest  a b c c.d c.e fstressTest  a b c c.d c.e a.fstressTest  a b c c.d c.e b.fstressTest  a b c c.d c.e c.fstressTest  a b c c.d c.e c.d.fstressTest  a b c c.d c.e c.e.fstressTest  a b c c.d c.d.e fstressTest  a b c c.d c.d.e a.fstressTest  a b c c.d c.d.e b.fstressTest  a b c c.d c.d.e c.fstressTest  a b c c.d c.d.e c.d.fstressTest  a b c c.d c.d.e c.d.e.fstressTest  a b a.c d e fstressTest  a b a.c d e a.fstressTest  a b a.c d e b.fstressTest  a b a.c d e a.c.fstressTest  a b a.c d e d.fstressTest  a b a.c d e e.fstressTest  a b a.c d a.e fstressTest  a b a.c d a.e a.fstressTest  a b a.c d a.e b.fstressTest  a b a.c d a.e a.c.fstressTest  a b a.c d a.e d.fstressTest  a b a.c d a.e a.e.fstressTest  a b a.c d b.e fstressTest  a b a.c d b.e a.fstressTest  a b a.c d b.e b.fstressTest  a b a.c d b.e a.c.fstressTest  a b a.c d b.e d.fstressTest  a b a.c d b.e b.e.fstressTest  a b a.c d a.c.e fstressTest  a b a.c d a.c.e a.fstressTest  a b a.c d a.c.e b.fstressTest  a b a.c d a.c.e a.c.fstressTest  a b a.c d a.c.e d.fstressTest  a b a.c d a.c.e a.c.e.fstressTest  a b a.c d d.e fstressTest  a b a.c d d.e a.fstressTest  a b a.c d d.e b.fstressTest  a b a.c d d.e a.c.fstressTest  a b a.c d d.e d.fstressTest  a b a.c d d.e d.e.fstressTest  a b a.c a.d e fstressTest  a b a.c a.d e a.fstressTest  a b a.c a.d e b.fstressTest  a b a.c a.d e a.c.fstressTest  a b a.c a.d e a.d.fstressTest  a b a.c a.d e e.fstressTest  a b a.c a.d a.e fstressTest  a b a.c a.d a.e a.fstressTest  a b a.c a.d a.e b.fstressTest  a b a.c a.d a.e a.c.fstressTest  a b a.c a.d a.e a.d.fstressTest  a b a.c a.d a.e a.e.fstressTest  a b a.c a.d b.e fstressTest  a b a.c a.d b.e a.fstressTest  a b a.c a.d b.e b.fstressTest  a b a.c a.d b.e a.c.fstressTest  a b a.c a.d b.e a.d.fstressTest  a b a.c a.d b.e b.e.fstressTest  a b a.c a.d a.c.e fstressTest  a b a.c a.d a.c.e a.fstressTest  a b a.c a.d a.c.e b.fstressTest  a b a.c a.d a.c.e a.c.fstressTest  a b a.c a.d a.c.e a.d.fstressTest  a b a.c a.d a.c.e a.c.e.fstressTest  a b a.c a.d a.d.e fstressTest  a b a.c a.d a.d.e a.fstressTest  a b a.c a.d a.d.e b.fstressTest  a b a.c a.d a.d.e a.c.fstressTest  a b a.c a.d a.d.e a.d.fstressTest  a b a.c a.d a.d.e a.d.e.fstressTest  a b a.c b.d e fstressTest  a b a.c b.d e a.fstressTest  a b a.c b.d e b.fstressTest  a b a.c b.d e a.c.fstressTest  a b a.c b.d e b.d.fstressTest  a b a.c b.d e e.fstressTest  a b a.c b.d a.e fstressTest  a b a.c b.d a.e a.fstressTest  a b a.c b.d a.e b.fstressTest  a b a.c b.d a.e a.c.fstressTest  a b a.c b.d a.e b.d.fstressTest  a b a.c b.d a.e a.e.fstressTest  a b a.c b.d b.e fstressTest  a b a.c b.d b.e a.fstressTest  a b a.c b.d b.e b.fstressTest  a b a.c b.d b.e a.c.fstressTest  a b a.c b.d b.e b.d.fstressTest  a b a.c b.d b.e b.e.fstressTest  a b a.c b.d a.c.e fstressTest  a b a.c b.d a.c.e a.fstressTest  a b a.c b.d a.c.e b.fstressTest  a b a.c b.d a.c.e a.c.fstressTest  a b a.c b.d a.c.e b.d.fstressTest  a b a.c b.d a.c.e a.c.e.fstressTest  a b a.c b.d b.d.e fstressTest  a b a.c b.d b.d.e a.fstressTest  a b a.c b.d b.d.e b.fstressTest  a b a.c b.d b.d.e a.c.fstressTest  a b a.c b.d b.d.e b.d.fstressTest  a b a.c b.d b.d.e b.d.e.fstressTest  a b a.c a.c.d e fstressTest  a b a.c a.c.d e a.fstressTest  a b a.c a.c.d e b.fstressTest  a b a.c a.c.d e a.c.fstressTest  a b a.c a.c.d e a.c.d.fstressTest  a b a.c a.c.d e e.fstressTest  a b a.c a.c.d a.e fstressTest  a b a.c a.c.d a.e a.fstressTest  a b a.c a.c.d a.e b.fstressTest  a b a.c a.c.d a.e a.c.fstressTest  a b a.c a.c.d a.e a.c.d.fstressTest  a b a.c a.c.d a.e a.e.fstressTest  a b a.c a.c.d b.e fstressTest  a b a.c a.c.d b.e a.fstressTest  a b a.c a.c.d b.e b.fstressTest  a b a.c a.c.d b.e a.c.fstressTest  a b a.c a.c.d b.e a.c.d.fstressTest  a b a.c a.c.d b.e b.e.fstressTest  a b a.c a.c.d a.c.e fstressTest  a b a.c a.c.d a.c.e a.fstressTest  a b a.c a.c.d a.c.e b.fstressTest  a b a.c a.c.d a.c.e a.c.fstressTest  a b a.c a.c.d a.c.e a.c.d.fstressTest  a b a.c a.c.d a.c.e a.c.e.fstressTest  a b a.c a.c.d a.c.d.e fstressTest  a b a.c a.c.d a.c.d.e a.fstressTest  a b a.c a.c.d a.c.d.e b.fstressTest  a b a.c a.c.d a.c.d.e a.c.fstressTest  a b a.c a.c.d a.c.d.e a.c.d.fstressTest  a b a.c a.c.d a.c.d.e a.c.d.e.fstressTest  a b b.c d e fstressTest  a b b.c d e a.fstressTest  a b b.c d e b.fstressTest  a b b.c d e b.c.fstressTest  a b b.c d e d.fstressTest  a b b.c d e e.fstressTest  a b b.c d a.e fstressTest  a b b.c d a.e a.fstressTest  a b b.c d a.e b.fstressTest  a b b.c d a.e b.c.fstressTest  a b b.c d a.e d.fstressTest  a b b.c d a.e a.e.fstressTest  a b b.c d b.e fstressTest  a b b.c d b.e a.fstressTest  a b b.c d b.e b.fstressTest  a b b.c d b.e b.c.fstressTest  a b b.c d b.e d.fstressTest  a b b.c d b.e b.e.fstressTest  a b b.c d b.c.e fstressTest  a b b.c d b.c.e a.fstressTest  a b b.c d b.c.e b.fstressTest  a b b.c d b.c.e b.c.fstressTest  a b b.c d b.c.e d.fstressTest  a b b.c d b.c.e b.c.e.fstressTest  a b b.c d d.e fstressTest  a b b.c d d.e a.fstressTest  a b b.c d d.e b.fstressTest  a b b.c d d.e b.c.fstressTest  a b b.c d d.e d.fstressTest  a b b.c d d.e d.e.f

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?