Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 40f57e0

Browse files
authored
Merge pull request #2884 from krzysied/perfdash_doc
Update doc + owners
2 parents 604ab7c + 320e362 commit 40f57e0

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

perfdash/OWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
approvers:
22
- Random-Liu
33
- gmarek
4-
- porridge
4+
- krzysied
55
- shyamjvs
66
reviewers:
77
- Random-Liu
88
- gmarek
9-
- porridge
9+
- krzysied
1010
- shyamjvs

perfdash/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Kubernetes Perfdash
2+
3+
Kubernetes Perfdash (performance dashboard) is a web UI that collects and displays performance metrics. Performance metrics are created based on performance test results for different nodes numbers, platform types and platform versions.
4+
5+
Perfdash is available at http://perf-dash.k8s.io/
6+
7+
## Supported metrics
8+
9+
* Responsiveness
10+
* Resources
11+
* PodStartup
12+
* TestPhaseTimer
13+
* RequestCount
14+
* RequestCountByClient
15+
16+
Metrics above are available for all kinds of tests divided into load and density subtypes.
17+
18+
## Application server
19+
Application server runs as a deployment on kuberntes cluster. It is hosted on *mungegithub* cluster in *k8s-mungegithub* project.
20+
21+
## Application images
22+
Images are stored in *gcr.io/k8s-image-staging* project container registry.

0 commit comments

Comments
 (0)