Victor Marmol
1929494ca5
Merge pull request #31 from pborreli/typos
...
Fixed typos
2014-06-12 17:18:44 -07:00
Victor Marmol
e9ed0bfea5
Move to using the libcontainer repo directly.
...
Return empty stats for / and /docker in the docker driver
2014-06-12 17:11:01 -07:00
Pascal Borreli
8e8b992294
Fixed typos
2014-06-13 00:46:16 +01:00
monnand
a7e9babbc0
Merge pull request #29 from vmarmol/fix-dockerfile
...
Revert to ubuntu-trusty for lmctfy-docker image.
2014-06-12 18:52:10 -04:00
Victor Marmol
29d82ca7c9
Merge pull request #27 from monnand/bug-fix
...
fix a bug demostrated in TestPercentilesSmallDataSet()
2014-06-12 15:49:52 -07:00
Victor Marmol
bf789f1080
Revert to ubuntu-trusty for lmctfy-docker image.
...
Lmctfy needs libprotobuf8.
Fixes #23
2014-06-12 15:42:01 -07:00
Nan Deng
8c085513f8
fix a bug demostrated in TestPercentilesSmallDataSet()
2014-06-12 15:38:52 -07:00
Victor Marmol
cbcb52f7c5
Merge pull request #18 from proppy/patch-1
...
deploy: fix Dockerfile deps
2014-06-12 14:42:33 -07:00
Victor Marmol
1429dcb4d9
Merge pull request #7 from monnand/correct-stats
...
Correct information in samples
2014-06-12 14:41:59 -07:00
Nan Deng
2f4e76b648
rename
2014-06-12 14:39:33 -07:00
Nan Deng
39f20bc6a2
remove dontSetTimestamp
2014-06-12 14:37:21 -07:00
Nan Deng
9eeb1c9fc2
static values in unit test
2014-06-12 14:34:36 -07:00
Nan Deng
33b2167434
remove random
2014-06-12 14:33:10 -07:00
Nan Deng
caafb0d7e3
rename
2014-06-12 14:30:44 -07:00
Johan Euphrosine
b370dd4667
deploy/lmctfy-docker/Dockerfile: libprotobuf7
2014-06-12 14:30:02 -07:00
Nan Deng
4728ee80fa
incomplete stats is an error
2014-06-12 14:24:04 -07:00
Nan Deng
694f538c7b
zero timestamp is an error
2014-06-12 14:21:04 -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
Victor Marmol
94c60426a3
Merge pull request #17 from JasonSwindle/master
...
Deploy folder re-org #16
2014-06-12 13:44:03 -07:00
Nan Deng
e91283c262
use memory/cpu trace instead of random numbers
2014-06-12 13:43:31 -07:00
Jason Swindle
34db5800d2
#16 Creating docker-only Dockerfile
2014-06-12 15:37:35 -05:00
Jason Swindle
0feb72cc90
#16 Moving quickstart to new folder
2014-06-12 15:37:35 -05:00
Nan Deng
c037cc70ca
set timestamp by default. This behavior cannot be changed by users
2014-06-12 13:33:23 -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
c9c8e0fb4e
Ignore the error because its' same as nil sample
2014-06-12 11:52:26 -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
Victor Marmol
d776c6f4b5
Merge pull request #10 from proppy/master
...
quickstart/Dockerfile: cleanup
2014-06-12 08:49:30 -07:00
Johan Euphrosine
63057f7441
quickstart/Dockerfile: cleanup
...
switch to google/debian:wheezy / libprotobuf7
remove apt-get upgrade (you should rely on the base image being updated)
add --no-install-recommends
remove cleanup at the end (it doesn't save space, as the file already are in previous layers)
2014-06-12 01:17:19 -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
d5f9cbc890
Merge pull request #5 from JasonSwindle/patch-3
...
Clean-up and making ENTRYPOINT preferred form...
2014-06-11 07:55:39 -07:00
Jason Swindle
d2a323dbdc
Clean-up and making ENTRYPOINT preferred form...
...
Adding clean-up RUN, and making ENTRYPOINT the preferred form.
2014-06-11 09:18:36 -05:00
Victor Marmol
22ec44027b
Merge pull request #3 from JasonSwindle/patch-2
...
Adding image tag to 14.04
2014-06-10 14:49:34 -07:00
Jason Swindle
b53e20d251
Adding image tag to 14.04
...
Tagging this to Ubuntu LTS 14.04.
2014-06-10 16:44:13 -05:00
Victor Marmol
3012dae1fa
Merge pull request #2 from JasonSwindle/patch-1
...
Use full flags and run in background.
2014-06-10 14:10:47 -07:00
Jason Swindle
605b0ae244
Dropping un-needed flags.
2014-06-10 16:05:33 -05:00
Jason Swindle
eaa9c0c185
changing interactive to false vs true...
2014-06-10 15:59:59 -05:00
Jason Swindle
5b68fc281a
Use full flags and...
...
move to the background. Having it in the foreground that you cannot easily exit out of is jarring. I am more than happy to remove the background flags, but I feel it is a better user user experience this way.
2014-06-10 15:49:35 -05:00