So basically you want to check if a process is idle or not? If the process
is ideal shouldn't it stop eating up a lot less CPU than if it is active?

At any rate, this is the library I'm using to obtain system information ->
http://pythonhosted.org/psutil/

If something it returns looks like the information you are after it should
be fairly trivial to add a column displaying it.

On Thu, Feb 26, 2015 at 12:24 AM, Brett Nash <n...@nash.id.au> wrote:

> Not directly.
>
> Obviously 100% CPU is bad for power usage.  However a process that wakes up
> 1 / second for 0.1 seconds will use significantly less power than a process
> that wakes up 1000 times a second for 0.0001 seconds; even though they both
> have 10% CPU usage.  In this case frequent wake-ups are the problem.
>
> Something like powertop is great for this.  Integrating even wakeups/second
> into Exterminator would really be a selling point for it.
>
> Regards,
> nash
>
> On 25 February 2015 at 19:27, Jeff Hoogland <jeffhoogl...@linux.com>
> wrote:
>
> > I've never heard of having a "power" column per-application, this isn't
> > something the Gnome, KDE, or LXDE task managers do. Shouldn't an
> > application's power usage be linked directly to how much it is making the
> > CPU work?
> >
> > On Wed, Feb 25, 2015 at 4:35 PM, Leif Middelschulte <
> > leif.middelschu...@gmail.com> wrote:
> >
> > > Hi Jeff,
> > >
> > > Cool to see this! Would be great if it has a column for power usage
> too.
> > > The consumption in average and at the moment. Because that's what
> matters
> > > if you're on the road with your laptop and need to save some battery to
> > > keep working.
> > >
> > > Maybe have a look at powertop's code for help?
> > >
> > > Cheers,
> > >
> > > Leif
> > >
> > >
> > >
> > > > Am 24.02.2015 um 20:27 schrieb Jeff Hoogland <jeffhoogl...@linux.com
> >:
> > > >
> > > > Spent last night cleaning up some code I started last year. Simple,
> > > > functional, task manager - Exterminator:
> > > > http://jeffhoogland.github.io/Exterminator/
> > > >
> > > > --
> > > > ~Jeff Hoogland <http://jeffhoogland.com/>
> > > > My Projects on GitHub <https://github.com/JeffHoogland>
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > Dive into the World of Parallel Programming The Go Parallel Website,
> > > sponsored
> > > > by Intel and developed in partnership with Slashdot Media, is your
> hub
> > > for all
> > > > things parallel software development, from weekly thought leadership
> > > blogs to
> > > > news, videos, case studies, tutorials and more. Take a look and join
> > the
> > > > conversation now. http://goparallel.sourceforge.net/
> > > > _______________________________________________
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> > >
> > >
> >
> ------------------------------------------------------------------------------
> > > Dive into the World of Parallel Programming The Go Parallel Website,
> > > sponsored
> > > by Intel and developed in partnership with Slashdot Media, is your hub
> > for
> > > all
> > > things parallel software development, from weekly thought leadership
> > blogs
> > > to
> > > news, videos, case studies, tutorials and more. Take a look and join
> the
> > > conversation now. http://goparallel.sourceforge.net/
> > > _______________________________________________
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> >
> > --
> > ~Jeff Hoogland <http://jeffhoogland.com/>
> > My Projects on GitHub <https://github.com/JeffHoogland>
> >
> >
> ------------------------------------------------------------------------------
> > Dive into the World of Parallel Programming The Go Parallel Website,
> > sponsored
> > by Intel and developed in partnership with Slashdot Media, is your hub
> for
> > all
> > things parallel software development, from weekly thought leadership
> blogs
> > to
> > news, videos, case studies, tutorials and more. Take a look and join the
> > conversation now. http://goparallel.sourceforge.net/
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
~Jeff Hoogland <http://jeffhoogland.com/>
My Projects on GitHub <https://github.com/JeffHoogland>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to