Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
neteyaseer committed Oct 22, 2019
0 parents commit 123f7cc
Show file tree
Hide file tree
Showing 132 changed files with 39,063 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# JMeter-CLI-Load-Test-Dashboard
JMeter CLI load test
31 changes: 31 additions & 0 deletions aricle_testplan_Fri10-11-2019_15-40-42.53.jtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
timeStamp elapsed label responseCode responseMessage threadName dataType success failureMessage bytes sentBytes grpThreads allThreads URL Latency IdleTime Connect
1570822844867 149 HTTP Request 200 OK Thread Group 1-1 text true 13118 232 1 1 http://www.google.com/ 91 0 64
1570822844867 91 HTTP Request-0 301 Moved Permanently Thread Group 1-1 text true 528 114 1 1 http://google.com/ 91 0 64
1570822844960 56 HTTP Request-1 200 OK Thread Group 1-1 text true 12590 118 1 1 http://www.google.com/ 55 0 3
1570822845026 94 HTTP Request 200 OK Thread Group 1-1 text true 13118 232 1 1 http://www.google.com/ 48 0 3
1570822845026 48 HTTP Request-0 301 Moved Permanently Thread Group 1-1 text true 528 114 1 1 http://google.com/ 48 0 3
1570822845074 46 HTTP Request-1 200 OK Thread Group 1-1 text true 12590 118 1 1 http://www.google.com/ 44 0 2
1570822850730 73 HTTP Request 200 OK Thread Group 1-2 text true 13108 232 1 1 http://www.google.com/ 23 0 6
1570822850730 23 HTTP Request-0 301 Moved Permanently Thread Group 1-2 text true 528 114 1 1 http://google.com/ 23 0 6
1570822850754 49 HTTP Request-1 200 OK Thread Group 1-2 text true 12580 118 1 1 http://www.google.com/ 48 0 2
1570822850803 68 HTTP Request 200 OK Thread Group 1-2 text true 13070 232 1 1 http://www.google.com/ 20 0 4
1570822850803 20 HTTP Request-0 301 Moved Permanently Thread Group 1-2 text true 528 114 1 1 http://google.com/ 20 0 4
1570822850823 48 HTTP Request-1 200 OK Thread Group 1-2 text true 12542 118 1 1 http://www.google.com/ 47 0 2
1570822856730 73 HTTP Request 200 OK Thread Group 1-3 text true 13097 232 1 1 http://www.google.com/ 21 0 5
1570822856730 21 HTTP Request-0 301 Moved Permanently Thread Group 1-3 text true 528 114 1 1 http://google.com/ 21 0 5
1570822856752 51 HTTP Request-1 200 OK Thread Group 1-3 text true 12569 118 1 1 http://www.google.com/ 50 0 3
1570822856804 66 HTTP Request 200 OK Thread Group 1-3 text true 13069 232 1 1 http://www.google.com/ 20 0 4
1570822856804 20 HTTP Request-0 301 Moved Permanently Thread Group 1-3 text true 528 114 1 1 http://google.com/ 20 0 4
1570822856824 46 HTTP Request-1 200 OK Thread Group 1-3 text true 12541 118 1 1 http://www.google.com/ 45 0 3
1570822862726 72 HTTP Request 200 OK Thread Group 1-4 text true 13096 232 1 1 http://www.google.com/ 19 0 4
1570822862726 20 HTTP Request-0 301 Moved Permanently Thread Group 1-4 text true 528 114 1 1 http://google.com/ 19 0 4
1570822862746 52 HTTP Request-1 200 OK Thread Group 1-4 text true 12568 118 1 1 http://www.google.com/ 51 0 2
1570822862801 71 HTTP Request 200 OK Thread Group 1-4 text true 13126 232 1 1 http://www.google.com/ 17 0 2
1570822862801 17 HTTP Request-0 301 Moved Permanently Thread Group 1-4 text true 528 114 1 1 http://google.com/ 17 0 2
1570822862819 53 HTTP Request-1 200 OK Thread Group 1-4 text true 12598 118 1 1 http://www.google.com/ 52 0 3
1570822868730 71 HTTP Request 200 OK Thread Group 1-5 text true 13076 232 1 1 http://www.google.com/ 22 0 5
1570822868730 22 HTTP Request-0 301 Moved Permanently Thread Group 1-5 text true 528 114 1 1 http://google.com/ 22 0 5
1570822868754 47 HTTP Request-1 200 OK Thread Group 1-5 text true 12548 118 1 1 http://www.google.com/ 46 0 3
1570822868802 77 HTTP Request 200 OK Thread Group 1-5 text true 13098 232 1 1 http://www.google.com/ 23 0 3
1570822868802 23 HTTP Request-0 301 Moved Permanently Thread Group 1-5 text true 528 114 1 1 http://google.com/ 23 0 3
1570822868825 54 HTTP Request-1 200 OK Thread Group 1-5 text true 12570 118 1 1 http://www.google.com/ 53 0 3
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/*
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.
*/
#stats td, th
{

width: 9%;//140px;
height: 30px;
}
#stats td
{
text-align: center;
}
#stats th
{
font-weight:bold;
}
.blue
{
background-color: #dff0d8;
}
#errors td, th
{
text-align: center;
width: 400px;
height: 30px;
}
#errors td
{

}
#errors th
{
font-weight:bold;
}

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 123f7cc

Please sign in to comment.