BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Talks.cam//talks.cam.ac.uk//
X-WR-CALNAME:Talks.cam
BEGIN:VEVENT
SUMMARY:Resourceful: Fine-grained\, kernel resource accounting - Oliver Ch
 ick (University of Cambridge)
DTSTART:20150112T140500Z
DTEND:20150112T145500Z
UID:TALK56883@talks.cam.ac.uk
CONTACT:Andrew Rice
DESCRIPTION:We present Resourceful\, a system that enables applications to
  obtain a fine-grained description of how certain activities they perform 
 (e.g processing a user request\, serving a database query or performing a 
 background task) consume system resources (as managed by the OS kernel).\n
 \nUnderstanding how the behaviour of the kernel affects application perfor
 mance is hard. Existing tools only give coarse grained aggregate performan
 ce measurements\, which are difficult to relate back to application behavi
 our. Resourceful allows engineers to understand the kernel in relation to 
 their individual application semantics\, meaning they can answer questions
  such as\, ‘what resources does the kernel consume and where\, when I pr
 ocess this user request?’.\n\nIn order to be meaningful for application 
 optimization\, scheduling systems or for devops teams\, the resource consu
 mption measurements are broken down per kernel subsystem: one can determin
 e (amongst others) how much time was spent in each subsystem (how much tim
 e has this user request spent in the network or vfs subsystem? how much CP
 U \, memory\, how many cache misses happened for this particular request?)
 .\n\nWe show how such measurements can be then compared across activities 
 (in our example\, comparing resources consumed by various requests) to exp
 lain the causes of performance variations or to determine workloads that i
 nterract badly: Why was this request slower than others? What other applic
 ations contended for the same resources during a particular request?
LOCATION:SS03\, William Gates Building
END:VEVENT
END:VCALENDAR
