Commit Graph

1077 Commits

Author SHA1 Message Date
Rohit Jnagal
6cdfe45f8c Remove mention of contributors file. We don't have one. 2014-12-30 17:16:46 +00:00
Rohit Jnagal
45334c6f71 Add network stats to root container. Provides machine-level networking stats. 2014-12-30 17:12:42 +00:00
Rohit Jnagal
7e73bca3fb Merge pull request #403 from rjnagal/docker
Refactor common methods out of sysfs package and add tests.
2014-12-29 09:12:07 -08:00
Rohit Jnagal
3836d1e2ec Refactor common methods out of sysfs package and add tests. 2014-12-29 17:09:27 +00:00
Victor Marmol
a03ac831bc Merge pull request #404 from rjnagal/validate
Add check for state directory to validator.
2014-12-29 08:22:02 -08:00
Rohit Jnagal
cdd355421f Add check for state directory to validator. 2014-12-28 18:04:32 +00:00
Rohit Jnagal
04fef734d2 Merge pull request #402 from rjnagal/diskinfo
Add ethernet devices information to machine endpoint.
2014-12-26 09:47:11 -08:00
Rohit Jnagal
496ee65cc2 Add ethernet devices information to machine endpoint. 2014-12-25 21:15:21 +00:00
Vish Kannan
2d58ee4643 Merge pull request #401 from rjnagal/docs
Skip ROM devices in disk map.
2014-12-25 12:41:07 -08:00
Rohit Jnagal
1f23693de8 Skip ROM devices in disk map. 2014-12-25 19:01:27 +00:00
Vish Kannan
690cdf24fb Merge pull request #399 from rjnagal/docs
Re-word to fix a hanging sentence.
2014-12-24 10:22:20 -08:00
Rohit Jnagal
5ced34eade Re-word to fix a hanging sentence.
Can we just remove this? We moved our base requirement to Docker 1.0. Is this fixed there?
2014-12-24 18:17:50 +00:00
Rohit Jnagal
926f27a95c Merge pull request #396 from vishh/0.7.1
Release 0.7.1
2014-12-23 20:23:12 -08:00
Vishnu Kannan
8064a13cb4 Release 0.7.1. 2014-12-24 02:36:12 +00:00
Rohit Jnagal
4d4aed792a Merge pull request #395 from rjnagal/docker
Don't use state.json from libcontainer to get cgroup paths.
2014-12-23 16:57:27 -08:00
Rohit Jnagal
275b3ed653 Don't use state.json from libcontainer to get cgroup paths.
This confuses cadvisor on systems where cadvisor doesn't see cgroup mounts at the same place as root namespace view.
2014-12-24 00:25:11 +00:00
Vish Kannan
7dc60321ee Merge pull request #394 from rjnagal/docs
Add instructions for running cAdvisor on Boot2Docker.
2014-12-22 23:17:10 -08:00
Vish Kannan
a3ca75ac11 Merge pull request #393 from rjnagal/cpu
Relax regex for kernel version string format in validator.
2014-12-22 23:11:25 -08:00
Rohit Jnagal
2661a6beaa Add instructions for running cAdvisor on Boot2Docker. 2014-12-23 07:11:19 +00:00
Rohit Jnagal
35740c141d Relax the kernel version string format.
It now parses versions like major.minor-* as used by some VMs.
2014-12-23 06:22:08 +00:00
Vish Kannan
704db2b506 Merge pull request #391 from rjnagal/cpu
Log one error message per hour for failing containers.
2014-12-22 17:03:49 -08:00
Rohit Jnagal
b0462e3e94 Log one error message per hour for failing containers. 2014-12-23 00:49:48 +00:00
Vish Kannan
d3b24a3ae7 Merge pull request #388 from rjnagal/validate
Fix cgroup root path detection.
2014-12-22 14:55:59 -08:00
Rohit Jnagal
c8eecef6d5 Fix cgroup root path detection.
The current logic assumes that cpu cgroup mnt point is <basepath>/cpu.
On some systems, its <basepath>/cpu,cpuacct (CentOS 7).
2014-12-22 22:50:53 +00:00
Vish Kannan
7f08c8f9c9 Merge pull request #387 from rjnagal/validate
Add cgroup mount directory names to validate output.
2014-12-22 14:05:07 -08:00
Rohit Jnagal
21e1d8f917 Add cgroup mount directory names to validate output. 2014-12-22 22:02:13 +00:00
Vish Kannan
aadbe8d986 Merge pull request #384 from rjnagal/cpu
Add cache info to machine topology
2014-12-22 11:57:07 -08:00
Rohit Jnagal
5994c17b1e Add cache info to machine topology 2014-12-22 17:54:36 +00:00
Rohit Jnagal
e0925c4a0d Merge pull request #383 from rjnagal/cpu
Add per-node memory information to machine endpoint.
2014-12-20 17:40:48 -08:00
Rohit Jnagal
8fa6389c64 Add per-node memory information to machine endpoint. 2014-12-21 01:37:13 +00:00
Vish Kannan
0bf7da5751 Merge pull request #382 from rjnagal/cpu
Add cpu topology information to machine endpoint.
2014-12-19 18:04:21 -08:00
Rohit Jnagal
22cee3a89c Add cpu topology information to machine endpoint. 2014-12-20 00:53:48 +00:00
Vish Kannan
4cbdbc2e17 Merge pull request #381 from vmarmol/ui
Simplify handling of progress bars and humanized values.
2014-12-18 21:30:08 -08:00
Vish Kannan
7c5e69f538 Merge pull request #380 from vmarmol/release
Check filesystem before accessing it in UI.
2014-12-18 21:22:58 -08:00
Victor Marmol
3cebc955b1 Simplify handling of progress bars and humanized values.
Fixes #378.
2014-12-18 16:52:22 -08:00
Victor Marmol
6ad13d126b Check filesystem before accessing it in UI.
Fixes #377.
2014-12-18 16:09:50 -08:00
Victor Marmol
37db214c71 Merge pull request #375 from rjnagal/cpu
Add cpu frequency to machine info.
2014-12-18 10:08:53 -08:00
Rohit Jnagal
c37f3865d9 Add cpu frequency to machine info. 2014-12-18 18:05:09 +00:00
Rohit Jnagal
6455f81bb8 Merge pull request #372 from vmarmol/integration3
Refactoring Docker integration test.
2014-12-17 22:11:49 -08:00
Vish Kannan
ba990c55fb Merge pull request #373 from vmarmol/release
cAdvisor 0.7.0.
2014-12-17 17:27:45 -08:00
Victor Marmol
283c4cb86c cAdvisor 0.7.0. 2014-12-17 16:53:48 -08:00
Victor Marmol
024c3770a3 Refactoring Docker integration test.
Uses assert and require. Moves common components to a common file for
reuse.
2014-12-17 15:52:55 -08:00
Victor Marmol
0162b1f59d Add testify/require to godeps 2014-12-17 15:52:55 -08:00
Vish Kannan
e72a3bb37a Merge pull request #370 from vmarmol/old-libcontainer
Handle old versions of the libcontainer config.
2014-12-17 07:35:22 -08:00
Victor Marmol
7ca63db2c5 Handle old versions of the libcontainer config.
Libcontainer recently changed its config by changing the type of a
field. This commit tries parsing the config as the new and old types.
2014-12-16 17:52:44 -08:00
Victor Marmol
a71db67e77 Merge pull request #369 from vmarmol/fix
Better handling of empty filesystems.
2014-12-17 09:40:53 +08:00
Victor Marmol
0a9f963e8e Merge pull request #367 from kateknister/master
Caches container data for 5 seconds before updating it
2014-12-17 09:40:08 +08:00
Katie Knister
cd8a7923ae Caches container info for 5 seconds before updating it 2014-12-16 17:32:01 -08:00
Victor Marmol
bf641ddbf2 Better handling of empty filesystems. 2014-12-16 17:31:56 -08:00
Victor Marmol
cc0e999bed Merge pull request #368 from rjnagal/diskinfo
Add a disk map to machine info.
2014-12-17 08:21:07 +08:00