Re: [Mesa-dev] GPU (and system) monitoring

2017-11-24 Thread Gordon Haverland
On my TODO list was to start learning R, including how to do R from within Perl. So I got Statistics::R installed. Not really sure of what kind of model to apply to any of this data, what I decided to try was Hyndman's ets() from the forecast package at CRAN. This is a swiss army chainsaw of exp

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-21 Thread Gordon Haverland
On Tue, 21 Nov 2017 15:26:17 +0200 Eero Tamminen wrote: > 1. Temperature is affected by the temperature of the surrounding > media, power usage less so > 2. Temperature sensor might not be exactly where current load is > using most power (e.g. ALUs vs. memory) I would imagine the reason to monit

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-21 Thread Eero Tamminen
Hi, On 21.11.2017 02:39, Gordon Haverland wrote: On Mon, 20 Nov 2017 13:25:26 +0100 Nicolai Hähnle wrote: ... umr does that for the amdgpu kernel module I downloaded the source tree, compiled umr, mounted the debugfs to use umr, and ran umr --top switching to sensor mode, you could see

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Gordon Haverland
On Mon, 20 Nov 2017 13:25:26 +0100 Nicolai Hähnle wrote: > ... umr does > that for the amdgpu kernel module I downloaded the source tree, compiled umr, mounted the debugfs to use umr, and ran umr --top switching to sensor mode, you could see loads. And I collected a few second of informatio

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Alex Deucher
On Mon, Nov 20, 2017 at 5:10 PM, Dieter Nützel wrote: > Am 20.11.2017 18:17, schrieb Alex Deucher: >> >> On Mon, Nov 20, 2017 at 7:25 AM, Nicolai Hähnle >> wrote: >>> >>> This kind of system-level monitoring is typically the domain of the >>> kernel, >>> not Mesa. >>> >>> I know you can get GPU c

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Dieter Nützel
Am 20.11.2017 18:17, schrieb Alex Deucher: On Mon, Nov 20, 2017 at 7:25 AM, Nicolai Hähnle wrote: This kind of system-level monitoring is typically the domain of the kernel, not Mesa. I know you can get GPU clocks and temperature from there (e.g. umr does that for the amdgpu kernel module),

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Alex Deucher
On Mon, Nov 20, 2017 at 7:25 AM, Nicolai Hähnle wrote: > This kind of system-level monitoring is typically the domain of the kernel, > not Mesa. > > I know you can get GPU clocks and temperature from there (e.g. umr does that > for the amdgpu kernel module), I don't know about power consumption th

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Gordon Haverland
On Mon, 20 Nov 2017 13:25:26 +0100 Nicolai Hähnle wrote: > This kind of system-level monitoring is typically the domain of the > kernel, not Mesa. > > I know you can get GPU clocks and temperature from there (e.g. umr > does that for the amdgpu kernel module), I don't know about power > consump

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Abramov, Slava
ev on behalf of Gordon Haverland Sent: Sunday, November 19, 2017 6:08:14 PM To: mesa-dev@lists.freedesktop.org Subject: [Mesa-dev] GPU (and system) monitoring Greetings. I've been lurking a long time. There is perhaps too much introduction here. Why I've been lurking was related to O

Re: [Mesa-dev] GPU (and system) monitoring

2017-11-20 Thread Nicolai Hähnle
This kind of system-level monitoring is typically the domain of the kernel, not Mesa. I know you can get GPU clocks and temperature from there (e.g. umr does that for the amdgpu kernel module), I don't know about power consumption though. Cheers, Nicolai On 20.11.2017 00:08, Gordon Haverla

[Mesa-dev] GPU (and system) monitoring

2017-11-19 Thread Gordon Haverland
Greetings. I've been lurking a long time. There is perhaps too much introduction here. Why I've been lurking was related to OpenCL (and btrfs) issues related to some upgrading of hardware and software I have on my LAN when time permitted. Well, winter arrived and now there isn't quite so much s