Victor Marmol
ef7dddf438
cAdvisor 0.10.1
2015-02-27 09:47:20 -08:00
Rohit Jnagal
a40168abe5
Merge pull request #547 from vmarmol/release
...
Failures to create stats summary should be non-fatal.
2015-02-27 09:46:31 -08:00
Victor Marmol
e89d40b786
Failures to create stats summary should be non-fatal.
...
Fixes #544 .
2015-02-27 09:01:07 -08:00
Victor Marmol
e89739e05a
Merge pull request #541 from kateknister/master
...
disabling oomparser due to CPU usage
2015-02-26 19:24:22 -08:00
Katie Knister
a40a9fc912
disabling oomparser due to CPU usage
2015-02-26 18:03:23 -08:00
Victor Marmol
65b0db32ce
Merge pull request #540 from rjnagal/summary
...
Handle dynamic housekeeping in derived stats.
2015-02-26 17:07:36 -08:00
Rohit Jnagal
e3e65524b6
Handle dynamic housekeeping in derived stats.
...
Use timestamps instead of sample counts for generating summary.
2015-02-27 00:37:13 +00:00
kateknister
a210aca38d
Merge pull request #535 from kateknister/apiBranch
...
Added a basic api interface for events
2015-02-26 14:26:30 -08:00
Katie Knister
6e14267c3c
Added a basic api interface for events
2015-02-26 14:14:25 -08:00
Rohit Jnagal
e7a3518c96
Merge pull request #536 from vmarmol/release
...
cAdvisor 0.10.0.
2015-02-25 06:41:49 -08:00
Victor Marmol
c5b301f420
cAdvisor 0.10.0.
2015-02-24 18:42:08 -08:00
Rohit Jnagal
ae9c4cdfa1
Merge pull request #534 from vmarmol/docs
...
Specify to use -test.short when running unit tests.
2015-02-24 10:09:27 -08:00
Victor Marmol
306645d891
Specify to use -test.short when running unit tests.
2015-02-24 07:55:24 -08:00
Victor Marmol
e9eb9ea128
Merge pull request #524 from rjnagal/summary
...
Add instant stat to derived result.
2015-02-23 23:37:40 -08:00
Rohit Jnagal
ed38123221
Add instant stat to derived result.
...
Before this change, we do not return anything meaningful till cadvisor has been up
for a minute. Also, having instant usage in the same stat gives a more complete
picture.
2015-02-24 07:31:09 +00:00
Rohit Jnagal
23642688af
Merge pull request #532 from vmarmol/fix
...
Sort subcontainers in ContainerSpec.
2015-02-23 15:02:09 -08:00
Victor Marmol
94cd7114f8
Sort subcontainers in ContainerSpec.
...
Fixes #531 .
2015-02-23 14:28:02 -08:00
Victor Marmol
4033f14b4a
Merge pull request #525 from vmarmol/time-based
...
Add Start and End to ContainerInfoRequests.
2015-02-23 12:52:52 -08:00
Victor Marmol
196c877ee4
Merge pull request #530 from vmarmol/fix
...
Don't fail startup if OOM watching failed.
2015-02-23 12:52:36 -08:00
Victor Marmol
1a3c40a1d3
Don't fail startup if OOM watching failed.
...
Fixes #527 .
2015-02-23 11:51:24 -08:00
Victor Marmol
c388ea0a09
Merge pull request #526 from vmarmol/fix
...
Add extra logging for cAdvisor invocation.
2015-02-23 11:43:15 -08:00
Victor Marmol
4b84661fcf
Add extra logging for cAdvisor invocation.
2015-02-23 11:24:37 -08:00
Victor Marmol
63f5714db8
Add Start and End to ContainerInfoRequests.
...
This will allow querying a certain time range.
2015-02-22 19:07:40 -08:00
Victor Marmol
38203d1d49
Break storage/memory from the StorageDriver API.
...
It is not a StorageDriver, rather it is the always-existing memory
storage.
2015-02-22 19:07:11 -08:00
Victor Marmol
bdee1a24de
Merge pull request #523 from kateknister/apiBranch
...
Added a way for oom events to be handled by the manager
2015-02-20 17:03:15 -08:00
Katie Knister
5f66cbc9bf
Added a way for oom events to be handled by the manager
2015-02-20 16:26:34 -08:00
kateknister
7def27275a
Merge pull request #522 from kateknister/apiBranch
...
Added an oom monitor to manager
2015-02-19 16:40:54 -08:00
Victor Marmol
1dff19a381
Merge pull request #520 from kateknister/eventsBranch
...
Events branch
2015-02-19 16:24:19 -08:00
Katie Knister
3856690715
Added an oomwatcher function to manager
2015-02-19 16:22:37 -08:00
Katie Knister
9c68c949e2
added locks to make events library threadsafe
2015-02-19 14:37:33 -08:00
Victor Marmol
d3d4bb8dbc
Merge pull request #521 from rjnagal/cpu
...
Fix cpuset returned in spec on a single core machine.
2015-02-19 11:00:52 -08:00
Rohit Jnagal
e09f9684e6
Fix cpuset returned in spec on a single core machine.
...
Switch from "0-0" to "0".
2015-02-19 18:54:23 +00:00
Victor Marmol
34eb23f004
Merge pull request #519 from rjnagal/summary
...
Add spec to v2.0 API.
2015-02-19 10:15:24 -08:00
Rohit Jnagal
28984d7811
Add spec to v2.0 API.
2015-02-19 17:59:41 +00:00
Victor Marmol
db90148ce6
Merge pull request #515 from rjnagal/summary
...
Expose a minimal 2.0 API with the first summary endpoint.
2015-02-19 09:20:17 -08:00
Rohit Jnagal
7201af3ca5
Expose a minimal 2.0 API with the first summary endpoint.
...
Right now, we just do raw container name. More types to follow.
We'll re-do the older endpoint in 2.0 before we publish it.
2015-02-19 05:27:44 +00:00
Rohit Jnagal
fa3ca8ebd5
Merge pull request #518 from vmarmol/no-memory
...
Add ShellActions to integration test Framework.
2015-02-18 21:17:34 -08:00
Rohit Jnagal
7e57ebb1a2
Merge pull request #517 from vmarmol/clean
...
Make explicit the use of InMemoryStorage in Manager.
2015-02-18 21:15:58 -08:00
Victor Marmol
56a1517dc9
Add ShellActions to integration test Framework.
...
Also rename Host() to Hostname().
2015-02-18 15:51:22 -08:00
Victor Marmol
99a48d8310
Make explicit the use of InMemoryStorage in Manager.
...
The current structure is a remnant of when the in memory storage was one
of the options for backing store. Today, we always have the memory
storage with an optional "backend storage" plugin. This commit makes the
InMemoryStorage use explicit.
2015-02-18 14:09:59 -08:00
Rohit Jnagal
f69e804d58
Merge pull request #516 from vmarmol/statsbuf
...
Add InTimeRange() to StatsBuffer.
2015-02-18 12:55:26 -08:00
Victor Marmol
3b6ac51f6f
Add InTimeRange() to StatsBuffer.
...
This will allow us to accept queries over a narrower window of time.
2015-02-18 12:42:10 -08:00
Victor Marmol
b391ee49a9
Merge pull request #490 from kateknister/eventsBranch
...
Basic event handler to monitor events as they occur and grab events that have already happened
2015-02-18 12:18:18 -08:00
Katie Knister
97a6836f89
Created an events handler library
2015-02-18 11:40:15 -08:00
Victor Marmol
4d252057ee
Merge pull request #514 from rjnagal/docker
...
Map request for 'api/v1.2/docker/' to 'api/v1.2/docker'
2015-02-18 00:20:55 -08:00
Rohit Jnagal
e06e65f987
Map request for 'api/v1.2/docker/' to 'api/v1.2/docker'
...
Presently, we just fail this request:
$ curl 0:8080/api/v1.2/docker/
failed to get Docker container "" with error: unable to find Docker container ""
2015-02-18 07:25:42 +00:00
Rohit Jnagal
8d2e44b76f
Merge pull request #512 from vmarmol/multiple
...
Use pkill instead of killall.
2015-02-17 11:17:09 -08:00
Victor Marmol
19126f7f8a
Use pkill instead of killall.
...
pkill is available on more systems.
2015-02-17 11:01:36 -08:00
Rohit Jnagal
77c97eb5e8
Merge pull request #510 from vmarmol/multiple
...
Allow the runner to run tests on multiple instances.
2015-02-17 10:07:51 -08:00
Victor Marmol
e7fd18c24d
Allow the runner to run tests on multiple instances.
2015-02-17 08:17:37 -08:00