[Bug 108689] new version of intel_gpu_top lost option of output log to stdio or file
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 8 09:13:39 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108689
Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com> ---
Hi,
Two questions:
New intel_gpu_top also supports a pretty different set of data. So if we added
this option - can you adapt to the new data and is it useful for your use case?
Secondly, you could get the CSV data for all the stuff new intel_gpu_top shows
in a bit more raw form from the standard kernel perf tool. Just one example on
render command streamer busyness:
perf stat -a -e i915/rcs0-busy/ -I 1000 -x
As said, all the data new version shows is available like this, albeit with
some required post-procesing like converting absolute time differences to
percentages and similar.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20181108/32473dde/attachment-0001.html>
More information about the dri-devel
mailing list