Commit Graph

48 Commits

Author SHA1 Message Date
Nan Deng
d8e9f8e5a9 gofmt -r "FillWithDefaultValues->FillDefaults" 2014-07-08 17:20:47 -07:00
Nan Deng
f2a0365766 gofmt -r "CpuUsagePercentages->CpuUsagePercentiles" 2014-07-08 17:20:04 -07:00
Nan Deng
115b132e5f stats time precesion affects the test results 2014-07-08 13:55:09 -07:00
Nan Deng
d932d351ef test on client library 2014-07-08 12:49:40 -07:00
Nan Deng
4d0b365d43 let users decide how many stats/samples they want to retrieve 2014-07-07 22:04:30 -07:00
Victor Marmol
46a9792ca8 Merge pull request #76 from monnand/unit-test-manager
Unit test manager
2014-07-07 16:56:39 -07:00
Nan Deng
7df7989849 test get info 2014-07-03 22:25:03 -07:00
Nan Deng
6f6c72f681 randomly generate stats for test 2014-07-03 23:54:39 +00:00
Nan Deng
e2c6798c92 grammar 2014-07-02 16:31:19 -07:00
Nan Deng
fceb2707dd percentiles 2014-07-02 16:06:27 -07:00
Nan Deng
2608c68fe4 deep copy of container stats 2014-07-01 15:28:58 -07:00
Nan Deng
900a3f76c8 cpu hot plugging 2014-06-24 16:01:13 -07:00
Nan Deng
22ba8212ca per-core usage in sample 2014-06-24 15:00:50 -07:00
Nan Monnand Deng
a71fdd4645 grammar 2014-06-20 18:22:43 -04:00
Nan Monnand Deng
619ae2ea1a comment 2014-06-20 17:57:40 -04:00
Nan Monnand Deng
71a2fa7b03 typo 2014-06-20 17:24:41 -04:00
Nan Monnand Deng
cc39f9996b name, docs 2014-06-20 17:22:03 -04:00
Nan Monnand Deng
4a64d1f90b inference detector. 2014-06-20 16:53:10 -04:00
Nan Deng
00f17b5068 rename 2014-06-16 20:30:37 -07:00
Nan Deng
6e98c92693 changing info package to work with storage drivers. 2014-06-16 18:03:01 -07:00
Victor Marmol
fbf6e85fc7 Renaming StatsSummary to StatsPercentiles 2014-06-16 17:49:37 -07:00
Rohit Jnagal
53dee582f5 Add cadvisor version to VersionInfo.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-06-16 19:00:19 +00:00
Rohit Jnagal
54fbc922a5 Merge remote-tracking branch 'upstream/master'
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-06-16 17:22:48 +00:00
Rohit Jnagal
26a5cdabca Add version information for components we depend on.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-06-16 17:20:09 +00:00
Victor Marmol
9315d3f690 Adding Apache license to all files missing it 2014-06-15 20:39:22 -07:00
Victor Marmol
e8ab941730 Add version information for cAdvisor 2014-06-14 15:59:18 -07:00
Nan Deng
312bcae2db gofmt -r "ContainerRef->ContainerReference" -w -l . 2014-06-12 17:32:46 -07:00
Nan Deng
5a8bceb43e passed unit test 2014-06-12 17:31:26 -07:00
Pascal Borreli
8e8b992294 Fixed typos 2014-06-13 00:46:16 +01:00
Nan Deng
8c085513f8 fix a bug demostrated in TestPercentilesSmallDataSet() 2014-06-12 15:38:52 -07:00
Nan Deng
b3a6ec2c82 put boilerplate into a function 2014-06-12 14:13:02 -07:00
Nan Deng
d8901800b8 percentile 2014-06-12 14:07:12 -07:00
Nan Deng
4b872741b7 nil in a wrong place 2014-06-12 13:45:11 -07:00
Nan Deng
f9b016dbe7 change var names 2014-06-12 13:22:15 -07:00
Nan Deng
b3ec141f90 comment for intZipuint64 2014-06-12 13:20:13 -07:00
Nan Deng
d669bb6532 correct a unit test 2014-06-12 12:40:13 -07:00
Nan Deng
3440b100a1 remove float opts. 2014-06-12 11:45:38 -07:00
Nan Deng
71835f9bc4 gofmt -r "ContainerStatsSummary->ContainerStatsPercentiles" 2014-06-12 11:38:37 -07:00
Nan Deng
f07a91c0cc remove avg memory usage 2014-06-12 11:36:17 -07:00
Nan Deng
5373161db3 change comments 2014-06-12 11:25:38 -07:00
Nan Deng
cc8a8bc615 unit test for NewSample() 2014-06-12 10:36:02 -07:00
Nan Deng
0d85d23a89 ignore sample if it leads cpu utilization < 0 2014-06-12 10:31:43 -07:00
Nan Deng
478ff3d45e unit test for sampling 2014-06-11 13:22:08 -07:00
Nan Deng
205a379887 usge container stats sample 2014-06-11 11:42:44 -07:00
Nan Deng
0625caffa3 create sample from a constructor 2014-06-11 11:26:55 -07:00
Nan Deng
f1fa77adc3 unit tests for stats sample 2014-06-11 11:12:09 -07:00
Nan Deng
eaa166e8c3 Use ContainerStatsSample to store samples because CPU usages are
cumilative
2014-06-11 10:37:05 -07:00
Victor Marmol
712f9fb32f Migrating cAdvisor code from lmctfy 2014-06-09 12:12:07 -07:00