Skip to content

Commit

Permalink
Merge pull request kubernetes#29764 from coufon/node_density_and_perf…
Browse files Browse the repository at this point in the history
…ormance_test

Automatic merge from submit-queue

Add density (batch pods creation latency and resource) and resource performance tests to `test-e2e-node'

This PR contains two new tests (migrate from e2e test):
1. Density test: verify startup latency and resource usage when create a batch of pod with throughput control. Throughput control is done by sleep for an interval between firing concurrently create pod operations. 
It tests both batch creation and sequential (back-to-back) creation and report the throughputs. 

2. Verify resource usage of steady state kubelet.

The test creates a new resource controller for `test-node-e2e' (resource_controller.go) which monitors resource through a standalone Cadvisor pod (port 8090) with 1s housekeeping interval.
  • Loading branch information
Kubernetes Submit Queue authored Aug 3, 2016
2 parents 1ac1865 + 04f83c7 commit 371c396
Show file tree
Hide file tree
Showing 8 changed files with 1,639 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Godeps/Godeps.json

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

198 changes: 198 additions & 0 deletions Godeps/LICENSES

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

Loading

0 comments on commit 371c396

Please sign in to comment.