Report "swap" memory statistic if kernel provides it. refs #4185
[arvados.git] / services /
2014-10-22 Tom CleggReport "swap" memory statistic if kernel provides it...
2014-10-22 Tom CleggMerge branch '3826-crunchstat-netstats' closes #3826
2014-10-22 Tom Clegg3826: Merge branch 'master' into 3826-crunchstat-netstats
2014-10-22 Brett SmithMerge branch '4139-node-manager-race-fix-wip'
2014-10-22 Brett Smith4139: Node Manager more closely tracks nodes it boots.
2014-10-22 Brett Smith4139: Node Manager supports subscribing to shutdown...
2014-10-21 Tom CleggMerge branch '4266-log-performance' refs #4266
2014-10-21 Tom Clegg4266: Merge branch 'master' into 4266-log-performance
2014-10-21 Tom Clegg4266: Add word missing from comment.
2014-10-21 Tom Clegg4266: Use each_line as enumerator instead of building...
2014-10-21 Tom Clegg4266: Add missing "next" statement, oops.
2014-10-21 Brett SmithMerge branch '4139-node-manager-polling-logging-wip'
2014-10-21 Brett Smith4139: Improve scheduling of Node Manager polls.
2014-10-21 Brett Smith4139: Improve logging in Node Manager poll actors.
2014-10-21 Brett Smith4139: Node Manager callback actor avoids redundant...
2014-10-21 Tom Clegg4266: Tweak long-line handling.
2014-10-21 Tom Clegg4266: Fix OOM when stderr has a lot of data with no...
2014-10-21 Tom Clegg4266: Clean up streambuf.split(newline) loop.
2014-10-21 radhikacloses #4054
2014-10-21 radhika4091: the test with 200 jobs and 10 pipelines is failin...
2014-10-20 Tom Clegg4266: Fix log processing performance.
2014-10-20 Peter AmstutzMerge branch '3787-docker-docs' closes #3787
2014-10-20 radhikaMerge branch 'master' into 4054-sharing-email
2014-10-20 Tom Clegg3826: Merge branch 'master' into 3826-crunchstat-netstats
2014-10-20 Tom Clegg3826: Fix confusing reuse of variable name.
2014-10-20 Tom Clegg3826: Use strconv instead of scanner + sscanf.
2014-10-20 Tom Clegg3826: Use global logChan. Use ioutil.ReadFile.
2014-10-20 Tom Clegg3826: Clean up slice initialization.
2014-10-20 radhikacloses #4062
2014-10-20 Tom Clegg4062: Merge branch 'master' into 4062-infinite-scroll...
2014-10-17 Peter Amstutz4083: Searched for everything using strptime and added...
2014-10-17 Tom CleggMerge branch '4229-close-files' closes #4229
2014-10-17 Brett Smith4239: Update Python SDK for google-api-python-client...
2014-10-17 radhikaMerge branch 'master' into 4062-infinite-scroll-repeat...
2014-10-17 radhika4062: Do not include offset in the next_page_href when...
2014-10-16 Brett SmithMerge branch '4189-workbench-project-admin-attr-editing...
2014-10-16 Brett Smith4189: Workbench lets users with write permission rename...
2014-10-16 Tom Clegg4189: Add writable_by to User API response, so writable...
2014-10-16 Tom Clegg4189: Admit in writable_by that an object is writable...
2014-10-16 radhika4062: test updates
2014-10-16 Tom Clegg3826: Reverse fields in "stat not found" warning.
2014-10-16 Peter AmstutzMerge branch '3609-arv-ws' refs #3609
2014-10-16 Tom Clegg4229: Add missing Close() calls
2014-10-16 Tom Clegg4229: Get rid of sleep() in test
2014-10-16 radhikaMerge branch 'master' into 4062-infinite-scroll-repeat...
2014-10-16 radhika4062: test update
2014-10-16 Tom CleggMerge branch '4219-verify-with-hints' closes #4219
2014-10-16 Tom Clegg4219: Add test for missing size hint. Dry up "known...
2014-10-16 Tom Clegg3826: Roll up Open() attempts into a slice and a loop.
2014-10-16 radhikaMerge branch 'master' into 4062-infinite-scroll-repeat...
2014-10-16 Tom Clegg3826: Fix up formatting cf. gofmt
2014-10-16 Tom Clegg3826: Just modify lastSample maps in place, instead...
2014-10-16 radhika4062: fix greedy infinite scrolling in tabs displaying...
2014-10-16 Peter AmstutzMerge branch 'master' into 3609-arv-ws
2014-10-16 Tom Clegg3826: Change FindStat to OpenStatFile to eliminate...
2014-10-16 Tom Clegg3826: Use correct variable Sscanf. CPU stats work again.
2014-10-16 Tom Clegg4219: Use a precompiled global regexp for signature...
2014-10-15 Tom Clegg4219: Accept signatures even if other hints are present...
2014-10-15 mishazMerge branch '4197-remove-enforce-permissions-check...
2014-10-15 Peter Amstutz3609: Roll back schema change, not appropriate for...
2014-10-15 mishazModified IndexHandler to match TrashHandler and PullHandler
2014-10-15 Peter Amstutz3609: Fix schema so 'order' parameter of 'list' is...
2014-10-15 Brett Smith4126: API server uses fixed a-r-p-i (again).
2014-10-15 Brett Smith4126: API server uses fixed a-r-p-i.
2014-10-15 Peter AmstutzMerge branch '3692-event-bus-fix-and' closes #3692
2014-10-15 Peter AmstutzMerge branch '3656-arv-create' closes #3656
2014-10-14 Tom Clegg3826: Move cpu-counting into a function.
2014-10-14 Tom Clegg3826: Move cpu stats into a function, fix interval...
2014-10-14 Tom Clegg3826: Add TODO comment on FindStat.
2014-10-14 Tom Clegg3826: Fix up block IO stats.
2014-10-14 Tom Clegg3826: Tweak memory stat log format to match cpu and...
2014-10-14 Tom Clegg3826: Look for stats files while polling, to get per...
2014-10-14 Peter Amstutz3692: Bug fix for inadequate grouping when constructing...
2014-10-14 Brett SmithMerge branch '4139-blocking-node-manager-tests-wip'
2014-10-14 Brett Smith4139: Node Manager README links to compute node lifecyc...
2014-10-14 Brett Smith4139: Speed up Node Manager tests.
2014-10-14 Tom Clegg3826: Add a couple of easy unit tests.
2014-10-14 Tom Clegg3826: Change cpu time logging format to match net traffic.
2014-10-14 Tom Clegg3826: Skip net/dev lines with unexpected # tokens.
2014-10-14 Tom Clegg3826: Remove duplicate log message, add missing crunchs...
2014-10-14 Tom Clegg3826: Tweak log format.
2014-10-10 Tom Clegg3826: Print cumulative net io as well as interval io.
2014-10-10 Tom Clegg3826: Use /proc/PID/net/dev to get container net stats.
2014-10-10 Peter AmstutzFix filters, subscribing to components of pipelines.
2014-10-10 Peter Amstutz3692: Explicitly incorporate sequence number test into...
2014-10-10 Tom Clegg3826: Clean up cgroup id strings. Output stats for...
2014-10-10 Peter AmstutzWebsocket server side fix, perform database notify...
2014-10-10 Peter AmstutzWebsocket server side fix, perform database notify...
2014-10-10 Tom Clegg3826: Add host-level network IO monitoring, and placeho...
2014-10-10 Tom Clegg3826: Fix up CPU usage accounting.
2014-10-10 Tom Clegg3826: Remove old cruft. Dry up OpenAndReadAll.
2014-10-10 radhikacloses #4126
2014-10-10 Peter Amstutz3692: Fixed test, and fixed the actual bug
2014-10-09 Brett Smith4139: Add README to Node Manager.
2014-10-09 Brett Smith4139: Add *.egg to Node Manager's .gitignore.
2014-10-09 Brett Smith4139: Add environment configuration knobs for Node...
2014-10-09 Peter AmstutzMerge branch '4042-run-command-MxN' closes #4042
2014-10-09 Peter AmstutzMerge branch '3381-job-progress-bar-bug' closes #3381
2014-10-08 radhikaMerge branch 'master' into 4126-preserve-parameter...
2014-10-08 Brett SmithMerge branch '2881-node-manager'
next