Jimmi Dyson
82810f13cd
Remove unused code (via deadcode linter)
2015-11-27 21:48:33 +00:00
anushree-n
44886a0c90
UI changes for custom metrics
2015-07-31 15:47:26 -07:00
Victor Marmol
03059960e2
Lower threshold for "unlimited".
...
Seems like some kernels report a value a bit lower than MaxInt64.
Fixes #796
2015-07-06 18:26:31 -07:00
Victor Marmol
39b29da609
Escape container names.
...
Fixes #781
2015-06-26 09:28:49 -07:00
Rohit Jnagal
5bd6f601a4
Make all link relative - part 2.
...
Added missing docker page handling.
2015-05-06 22:40:45 +00:00
Rohit Jnagal
6e78fb725f
Revert "Make all links relative."
2015-05-06 14:46:45 -07:00
Victor Marmol
596c5ee692
Make all links relative.
...
This will allow cAdvisor to be reverse proxied.
Fixes #513
Fixes #566
Fixes #596
Fixes #667
2015-05-05 13:37:20 -07:00
Rohit Jnagal
d0424eca0f
Add --docker_only flag to enable tracking for only docker containers and root.
...
This reduces unnecessary load on the system and also cleans up the UI clutter.
Currently defaulted to false.
2015-04-30 23:34:44 +00:00
Victor Marmol
11462d80bc
Lowering log levels.
...
Reduce common logging using Kubernetes logging standards.
2015-04-13 15:05:41 -07:00
Rohit Jnagal
872546ba3a
Bulk move current info api to info/v1. Making room for info/v2.
2015-03-04 00:47:28 +00:00
Rohit Jnagal
ed155019ac
Verify and fix error message nit :)
2015-01-14 01:15:13 +00:00
Victor Marmol
3cebc955b1
Simplify handling of progress bars and humanized values.
...
Fixes #378 .
2014-12-18 16:52:22 -08:00
Victor Marmol
5b7fb6bcc9
Dynamically create the filesystem usage.
...
Fixes #357 .
2014-12-16 09:40:06 -08:00
Victor Marmol
e7b5a587c6
Add 'Docker containers are here' link to the main page
2014-11-13 11:09:54 -08:00
Victor Marmol
6e89bdef9f
Add /docker/ UI endpoint.
...
Fixes #294
2014-11-07 08:53:52 -08:00
Vishnu Kannan
5e8fecea6a
Adding filesystem usage calculation for docker containers. This patch also includes some internal refactoring.
...
'machine' api now exports a list of all existing 'ext*' filesystems along with the capacity.
2014-10-06 09:51:32 +00:00
Vishnu Kannan
8fd73e7fc0
Adding filesystem stats to db storage drivers. Moved FsStats to info package.
2014-10-01 18:49:10 +00:00
Vishnu Kannan
c21ff1f166
Adding a disk usage progress bar.
2014-10-01 00:28:01 +00:00
Victor Marmol
e22831f1bd
Flatten ContainerSpec.
2014-09-19 10:14:22 -07:00
Victor Marmol
9dd8621686
Remove remaining parts of samples and percentiles.
2014-09-15 14:38:51 -07:00
S.Çağlar Onur
27cf0c9963
split size and unit
...
Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
2014-08-25 21:42:49 -04:00
S.Çağlar Onur
632af98db8
Make (memory) limits human readable (16.00PB v.s 16000000000MB)
...
Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
2014-08-24 18:01:06 -04:00
Vishnu Kannan
3e390e0f33
Use glog instead of 'log' library.
...
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-08-07 18:38:58 +00:00
Victor Marmol
4bf5a1a0c4
Fix some UI todos.
2014-07-26 13:28:33 -07:00
Victor Marmol
1921c1dd74
Handle empty stats in the UI.
2014-07-25 08:48:10 -07:00
Rohit Jnagal
befc11b899
Fix cpu limit to report cpu shares.
...
It is currently treating shares as millicores.
Changed 'CPU Limit 1.024 cores' to 'CPU shares 1024 shares'.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-07-24 23:31:53 +00:00
Rohit Jnagal
1fa48e8c39
Fix handling of cpumask for docker driver. Raw driver still reports all
...
cpus. Will fix it to read cpumask for cgroup seperately.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-07-24 01:50:32 +00:00
Vishnu Kannan
41d9275b51
Fixed network stats handling. The UI now reports network errors.
2014-07-23 22:24:43 +00:00
Nan Deng
c7f69c2382
move function into test
2014-07-10 10:41:20 -07:00
Nan Deng
4d0b365d43
let users decide how many stats/samples they want to retrieve
2014-07-07 22:04:30 -07:00
monnand
9d8d40c239
Merge pull request #47 from vmarmol/fix-names
...
Using the container's aliases in the UI.
2014-06-17 16:37:50 -04:00
Victor Marmol
7262ea66c7
Using the container's aliases in the UI.
...
Fixes #28 .
2014-06-13 18:57:39 -07:00
Victor Marmol
406a15c954
Saturate resource limit to machine limit
2014-06-13 14:56:41 -07:00
Victor Marmol
48c81727dd
Remove unused function
2014-06-13 14:27:52 -07:00
Nan Deng
84ec5a7e91
rename var
2014-06-12 17:35:20 -07:00
Nan Deng
312bcae2db
gofmt -r "ContainerRef->ContainerReference" -w -l .
2014-06-12 17:32:46 -07:00
Nan Deng
163179a84e
changed pages and manager.
2014-06-12 17:31:26 -07:00
Victor Marmol
712f9fb32f
Migrating cAdvisor code from lmctfy
2014-06-09 12:12:07 -07:00