Currently gputop-ui lists just context ID, so user doesn't know which process he's actually monitoring. It should list also process name/PID (PID in case there are multiple processes with same name).
User needs debugfs, root and this to see what the contexts actually are:
# grep context /sys/kernel/debug/dri/0/i915_context_status
Related to #179.