summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorcpu <cpu@chromium.org>2015-03-12 13:26:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-12 20:27:24 +0000
commitbedc0559ca2e2083486cad31c302c850ffeac5f3 (patch)
tree040ec119f704e150b1cebe3ddc5cdaa3ebd8798a /remoting
parent7738cad0faebc4345c21e5827f7deeca8577b49d (diff)
downloadchromium_src-bedc0559ca2e2083486cad31c302c850ffeac5f3.zip
chromium_src-bedc0559ca2e2083486cad31c302c850ffeac5f3.tar.gz
chromium_src-bedc0559ca2e2083486cad31c302c850ffeac5f3.tar.bz2
Stats collection for CAPS
CAPS aims to provide contextual information about a particular crash, specifically what other processes where there at the time of the crash. Our current approach relies on the task manager which we activate and wait until it gathers information about the existing resources and then query, generate a json from it which we write to a file which in the actual product will be a pipe connected to the CAPS crash service process. the JSON hierarchy is as follows : { "os": { "arch", "name", "version" } "process": { pid : { "memory" : {}, "tabs" [], "uptime" }, ... pid : {} } "system" : { "cpu" : {}, "memory" : {} } } A test harness for this code in a follow up CL. BUG=447073 TEST=none Review URL: https://codereview.chromium.org/1000433004 Cr-Commit-Position: refs/heads/master@{#320357}
Diffstat (limited to 'remoting')
0 files changed, 0 insertions, 0 deletions