Vishnu kannan
6e51487236
Compute fs usage for docker containers less often.
...
`du` can cause a lot of cpu usage.
2015-10-08 15:01:57 -07:00
Vish Kannan
bacd1cf72d
Merge pull request #909 from vishh/fs-fix-1
...
Reduce cpu priority for `du`
2015-10-08 13:04:58 -07:00
Vish Kannan
a38832f31f
Merge pull request #906 from jimmidyson/prometheus-container-name-to-labels
...
Registration of custom function to map container name to prometheus labels
2015-10-08 11:46:58 -07:00
Vish Kannan
64702e7202
Merge pull request #902 from jimmidyson/git-version
...
Expose git revision as well as version in version info, add Makefile
2015-10-08 11:42:12 -07:00
Vishnu kannan
53e7986bc0
Reduce cpu priority for du
.
2015-10-08 11:23:45 -07:00
Jimmi Dyson
5db9f8674e
Registration of custom function to map container name to prometheus labels
2015-10-07 11:30:58 +01:00
Jimmi Dyson
8dcf46b153
Merge pull request #905 from mqliang/patch-1
...
Fix typo in comment
2015-10-06 11:45:27 +01:00
mqliang
1678418ef4
Fix typo in comment
...
Fix typo in comment
2015-10-06 18:37:59 +08:00
Jimmi Dyson
dcfd367bc7
Merge pull request #904 from mqliang/patch-1
...
Fix typo in document
2015-10-06 10:59:06 +01:00
mqliang
36ef69d95c
Fix typo in document
...
This PR fix typo in document
2015-10-06 17:10:27 +08:00
Jimmi Dyson
6ee904d129
Merge pull request #821 from basvdlei/ignore
...
Reduce the amount of bad Docker.inspects when using docker_only flag in combination with Systemd
2015-10-02 15:31:43 +01:00
Jimmi Dyson
536ffc5bdf
Merge pull request #897 from kadel/failcnt
...
Adding memory failcnt counter
2015-10-02 15:26:15 +01:00
Tomas Kral
bd61caf0c3
add failcnt
2015-10-02 14:24:22 +02:00
Bas van der Lei
f8eb8cc982
validate name with isContainerName func
2015-10-02 13:49:27 +02:00
Bas van der Lei
9931854585
remove dead code
2015-10-02 13:42:40 +02:00
Jimmi Dyson
5d72e5ce74
Merge pull request #891 from f0/master
...
add tcp/tcp6 statistics
2015-10-02 10:53:04 +01:00
Jimmi Dyson
cf43fd2556
Expose git revision as well as version in version info, add Makefile
2015-10-02 10:26:33 +01:00
Jimmi Dyson
fba0608527
Merge pull request #887 from Snorch/fix-for-custom-cgroup-mounting
...
Make getCgroupPath work in case of named or multi- hierarchies
2015-09-30 17:31:32 +01:00
Jimmi Dyson
4cb5a7eab6
Merge pull request #895 from jimmidyson/docker-subdir
...
Fix docker containers relative links
2015-09-30 17:31:01 +01:00
Bas van der Lei
13674cf06c
optimize dockerCgroupRegexp
2015-09-27 00:20:52 +02:00
Jimmi Dyson
7072911994
Fix docker containers relative links
2015-09-26 20:19:45 +01:00
Florian Koch
e4262b91b1
move TCP and TCP6 stats to NetworkStats
2015-09-25 09:04:53 +02:00
Florian Koch
dd041457b5
some fixes
2015-09-24 15:44:42 +02:00
Florian Koch
c331982f21
add tcp/tcp6 statistics
2015-09-24 15:44:42 +02:00
Bas van der Lei
7788c8bd27
Ignore systemd 'containers' in the docker driver
2015-09-23 23:55:35 +02:00
Vish Kannan
259ce65055
Merge pull request #893 from rjnagal/release
...
Make release 0.18.0
2015-09-23 14:52:01 -07:00
Rohit Jnagal
1f910b1ad5
Make release 0.18.0
...
Didn't notice that we already had a tag for 0.17.0 from last week.
Let's skip that and move to 0.18.
2015-09-23 20:08:28 +00:00
Rohit Jnagal
e675b00a40
Merge pull request #892 from rjnagal/release
...
New version 0.17.0
2015-09-23 13:05:49 -07:00
Rohit Jnagal
9e667bc6dc
New version 0.17.0
2015-09-23 18:21:19 +00:00
Pavel Tikhomirov
4cbd91c761
Make getCgroupPath work in case of named or multi- hierarchies
...
In case we have devices hierarchies mounted in named cgroup
or together with other hierarchy regexp parse will fail.
So after "devices" and before ":" can be name of cgroup or
other hierarchies names.
E.g.:
1) remount cgroups:
umount /sys/fs/cgroup/devices
mkdir /sys/fs/cgroup/named_cgroup
mount -n -t cgroup -o devices,name=named_cgroup cgroup
/sys/fs/cgroup/named_cgroup
2) add some task to nested device cgroup and check ps output
mkdir /sys/fs/cgroup/named_cgroup/test.slice
sleep 1000 &
[1] 22734
echo 22734 > /sys/fs/cgroup/named_cgroup/test.slice/tasks
ps -ao pid,cgroup | grep 22734
22734
14:devices,name=named_cgroup:/test.slice,1:name=systemd:/user.slice/user-1000.slice/session-1.scope
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
2015-09-18 17:55:23 +03:00
Vish Kannan
9feca2c039
Merge pull request #882 from lborguetti/master
...
Add flag -k to journalctl show only kernel messages
2015-09-17 12:36:32 -07:00
Vish Kannan
a059975c63
Merge pull request #876 from basvdlei/relative-links
...
use relative links on docker pages
2015-09-17 12:34:06 -07:00
Vish Kannan
769738ba88
Merge pull request #884 from hacpai/fixbug-issue-881
...
Fix problem about ElasticSearch container
2015-09-17 10:52:56 -07:00
hacpai
1fc01caa65
Fix issue #881
2015-09-18 00:05:48 +08:00
Vish Kannan
7327cfe267
Merge pull request #885 from rjnagal/docker
...
Initial skeleton for application metrics docs.
2015-09-15 11:49:53 -07:00
Rohit Jnagal
b24efc0af3
Initial skeleton for application metrics docs.
...
Not linked off from the main page yet. Needs few more tweaks, links, and
sample images.
2015-09-14 18:30:17 +00:00
Luciano Antonio Borguetti Faustino
e0c994c4c5
Add flag -k to journalctl show only kernel messages
2015-09-10 23:53:34 -03:00
Rohit Jnagal
5aa8b0fc86
Merge pull request #880 from jimmidyson/prom-machine-spec
...
Add machine memory & cpu cores to prometheus metrics
2015-09-10 09:55:14 -07:00
Jimmi Dyson
760a25b94f
Add machine memory & cpu cores to prometheus metrics
2015-09-10 11:59:16 +01:00
Rohit Jnagal
b22a085257
Merge pull request #877 from jimmidyson/prom-container-spec
...
Prometheus metrics improvements
2015-09-09 09:30:32 -07:00
Jimmi Dyson
b8fc8cd2ae
Add container specs & cadvisor version info to prometheus metrics
2015-09-09 14:28:54 +01:00
Rohit Jnagal
4914057418
Merge pull request #875 from hacpai/feature-support-elastic
...
🍺 Add support for elasticsearch storage driver
2015-09-08 09:50:27 -07:00
Bas van der Lei
a103cee81a
use relative links on docker pages
2015-09-08 15:05:58 +02:00
hacpai
3386114814
🍺 Add support for elasticsearch storage driver
2015-09-08 14:01:35 +08:00
Vish Kannan
cefada41b8
Merge pull request #872 from jimmidyson/prom-multiple-interfaces
...
Expose all interfaces in Prometheus metrics.
2015-09-01 11:05:49 -07:00
Vish Kannan
499737d7ad
Merge pull request #870 from jimmidyson/net-stats-from-proc
...
Use proc fs to get network stats.
2015-08-31 14:00:29 -07:00
Jimmi Dyson
80648f783e
Expose all interfaces in Prometheus metrics.
...
Fixes #871
2015-08-29 21:19:56 +01:00
Jimmi Dyson
7e10398a50
Use proc fs to get network stats.
...
Reasons discussed in
https://github.com/google/cadvisor/issues/822#issuecomment-135811901 &
following.
2015-08-29 00:20:07 +01:00
Rohit Jnagal
4445152678
Merge pull request #869 from jimmidyson/prom-image-label
...
Add image name to container spec & prometheus metrics
2015-08-28 09:08:07 -07:00
Jimmi Dyson
ff0796712b
Add image name to container spec & prometheus metrics
...
Fixes #848
2015-08-28 12:38:16 +01:00