Commit Graph

40 Commits

Author SHA1 Message Date
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
52d4be1f9e Disable cpu load tracking temporarily.
I'd like to understand its resource usage and improve accuracy
before we ship it in an official release.
2015-02-09 15:16:45 -08:00
Rohit Jnagal
a7603df953 Add cpu load graph to UI. 2015-01-28 07:04:41 +00:00
Victor Marmol
dbfcce44aa Limit to 5 FS gauges in a stable way.
The first 5 gauges on the list may not be the same as the first 5 gauges
being displayed.
2015-01-05 15:52:39 -08:00
Rohit Jnagal
acc7fab5ee Merge pull request #420 from vmarmol/gauge
Don't limit gauges width. Also make them smaller.
2015-01-05 14:13:01 -08:00
Victor Marmol
19f755c83f Don't limit gauges width. Also make them smaller. 2015-01-05 13:48:21 -08:00
Rohit Jnagal
363f08d591 Merge pull request #418 from rjnagal/docker
Fix typo in memory graph generation.
2015-01-05 13:00:27 -08:00
Rohit Jnagal
12289bdac5 Fix typo in memory graph generation. 2015-01-05 20:57:44 +00:00
Victor Marmol
643d647761 Gofmt all files. 2015-01-05 11:26:23 -08:00
Rohit Jnagal
607cf15f1d Limit number of FS gauges to 5. 2014-12-30 18:06:20 +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
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
bf641ddbf2 Better handling of empty filesystems. 2014-12-16 17:31:56 -08:00
Victor Marmol
c5315a6800 Dynamically update FS gauges in a stable way.
Fixes #361.
2014-12-16 10:58:22 -08:00
Victor Marmol
5b7fb6bcc9 Dynamically create the filesystem usage.
Fixes #357.
2014-12-16 09:40:06 -08:00
Victor Marmol
875e4ebd6b Merge pull request #346 from incredlabs/updatebars
Made the progress bars and text dynamic #263
2014-12-12 02:14:30 +08:00
Dipankar Sarkar
c8bf81c4fd Updated the humanize function 2014-12-11 23:05:52 +05:30
Dipankar Sarkar
754bfb06b8 Made the progress bars and text dynamic #263 2014-12-11 21:18:05 +05:30
Dipankar Sarkar
51975cad7b Added a Filesystem gauge 2014-12-11 13:10:45 +05:30
Craig Wickesser
89b039ae9e Include version numbers in resource URLs. 2014-11-14 16:15:36 -05:00
Craig Wickesser
7f718a30d7 fixed formatting 2014-11-13 20:16:12 -05:00
Craig Wickesser
b4e1dbb4f9 Embed bootstrap, jquery and other external dependencies to allow cAdvisor to function without a connection to the Internet per issue #304. 2014-11-13 18:09:29 -05:00
Victor Marmol
e22831f1bd Flatten ContainerSpec. 2014-09-19 10:14:22 -07:00
Victor Marmol
467b6f33db Cleanup graph JS and don't show values below 0. 2014-09-10 15:04:28 -07:00
Victor Marmol
0c6fb6cb87 Don't try to draw graphs we don't have data for.
This was specifically a problem with network. We were throwing JS
errors.
2014-09-04 18:52:07 -07:00
Victor Marmol
613b59f8ce Don't assume 1s between samples in the UI.
Fixes #155
2014-09-03 19:01:51 -07:00
Rohit Jnagal
b66eb73a78 Add hot memory usage to memory graph.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-08-26 00:11:05 +00:00
Victor Marmol
eba693b3a0 Merge pull request #191 from rjnagal/master
Remove page fault stats from UI
2014-08-22 12:18:17 -05:00
Rohit Jnagal
ac72c056c3 Remove page faults from cadvisor UI.
Page fault data is useful for inference and performance detection, but
it doesn't make sense on the summary UI. We have limited space on the
main container page. Let's use it for main throughput signals. Removing
faults make network stats more prominent too.

Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-08-22 16:57:59 +00:00
Vishnu Kannan
1a24eed18f Fix storage driver buffer duration default value.
The cache will now hold atlest the minimum number of stats required by the UI and more
if the buffer duration is longer than the default.

Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-08-20 20:46:14 +00:00
Rohit Jnagal
9b5445e7f3 Fix cpu gauge to show percent of machine cpu capacity being used by the
container. For a container using one full core out on a 4-core machine,
the gauge will show up as 25%.

Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-07-28 22:16:49 +00:00
Victor Marmol
8000237ff7 Request 60s of container history and no samples in the UI. 2014-07-24 11:12:28 -07:00
Vishnu Kannan
41d9275b51 Fixed network stats handling. The UI now reports network errors. 2014-07-23 22:24:43 +00:00
Vishnu Kannan
106787f850 Adding network bytes tx, rx and errors to the frontend. Network errors chart is not exposed in the UI yet. 2014-07-23 19:15:28 +00:00
Nan Monnand Deng
421fd762a5 fix bug introduced by pr #69 2014-06-29 20:22:13 -07:00
Victor Marmol
406a15c954 Saturate resource limit to machine limit 2014-06-13 14:56:41 -07:00
zohaib1020
341f64a448 Add legends right under the line graphs. 2014-06-13 11:12:16 -07:00
Victor Marmol
712f9fb32f Migrating cAdvisor code from lmctfy 2014-06-09 12:12:07 -07:00