1.

http://blog.csdn.net/sjz_iron/article/details/8726661

http://www.16rd.com/home.php?mod=space&uid=6514&do=blog&id=82

https://android.googlesource.com/platform/frameworks/base.git/+/master/core/java/com/android/internal/os/PowerProfile.java

http://wenku.baidu.com/view/e087ac244b35eefdc8d33352.html

https://source.android.com/devices/tech/power.html

http://blog.csdn.net/yu8fei/article/details/8965094

http://blog.csdn.net/tianxianbaobao1983/article/details/15337759

http://en.wikipedia.org/wiki/Power_Management_Unit

2.java synchronized() block

http://www.cnblogs.com/gnagwang/archive/2011/02/27/1966606.html

proc filesystem

http://www.blogbus.com/wanderer-zjhit-logs/202903394.html

http://www.kerneltravel.net/?p=281

http://man.chinaunix.net/linux/mandrake/101/zh_cn/Command-Line.html/ch10s01.html

http://blog.csdn.net/fightfordream/article/details/6102132

read process list

http://stackoverflow.com/questions/939778/linux-api-to-list-running-processes

http://linuxlookup.com/howto/view_running_processes_linux_system

http://stackoverflow.com/questions/12574202/view-list-of-running-process-in-linux-using-c

1.parse process list in proc filesystem

2.poll /proc/pid/stat periodly, and get update usr time and system time

3.total time = usr time + system time

4.sort linklist according to total time

5.implement IPC to transfer result to show utility

[questions]

1.not include non-interesting processes, kerenl thread

2.how to deal with child processes of a process

http://blog.csdn.net/trochiluses/article/details/10185951

when read cpufreq stat source code, there is question:

1.per_cpu:

http://challengezcy.blog.163.com/blog/static/692292722010101942154673/

http://hi.baidu.com/leowang715/item/112512cae0d19d10b67a24eb

http://www.blogbus.com/wanderer-zjhit-logs/184800425.html

2.kernel notifier

http://blog.csdn.net/wuhzossibility/article/details/8079025

http://fangjian0518.blog.163.com/blog/static/5591965620118295401816/

get application power的更多相关文章

  1. Web应用程序与Web网站及部署在IIS中

    在Visual Studio可以创建 Web 应用程序项目或网站项目.通过选择 新建项目 或 打开项目 创建或打开一个 Web 应用程序项目在Visual Studio 文件 菜单. 通过选择 新建网 ...

  2. SQL Server自动化运维系列——监控磁盘剩余空间及SQL Server错误日志(Power Shell)

    需求描述 在我们的生产环境中,大部分情况下需要有自己的运维体制,包括自己健康状态的检测等.如果发生异常,需要提前预警的,通知形式一般为发邮件告知. 在所有的自检流程中最基础的一个就是磁盘剩余空间检测. ...

  3. ModSecurity web application firewall (WAF) Research

    catalog . 引言 . OWASP ModSecurity Core Rule Set (CRS) Project . Installation mod_security for Apache ...

  4. 在SharePoint2010中用out-of-box的方式自定制Application Pages(AccessDenied,Confirmation,Error,Login,RequestAccess,Signout,WebDeleted)

    在实际项目中需要对SharePoint2010中的AccessDenied页面进行自定制,于是乎上网搜索相关内容,经实际操作此方法可行,便以此文记录. 在SharePoint2010中,由于secur ...

  5. 【转】Profiling application LLC cache misses under Linux using Perf Events

    转自:http://ariasprado.name/2011/11/30/profiling-application-llc-cache-misses-under-linux-using-perf-e ...

  6. Creating an API-Centric Web Application[转]

    Creating an API-Centric Web Application 转自 http://hub.tutsplus.com/tutorials/creating-an-api-centric ...

  7. Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows -摘自网络

    Everyone collects utilities, and most folks have a list of a few that they feel are indispensable.  ...

  8. SQL Server自动化运维系列 - 监控磁盘剩余空间及SQL Server错误日志(Power Shell)

    需求描述 在我们的生产环境中,大部分情况下需要有自己的运维体制,包括自己健康状态的检测等.如果发生异常,需要提前预警的,通知形式一般为发邮件告知. 在所有的自检流程中最基础的一个就是磁盘剩余空间检测. ...

  9. Leveraging the Power of Asynchrony in ASP.NET [转]

    Asynchronous programming has had a lot of attention in the last couple of years and there are two ke ...

随机推荐

  1. weblogic启动错误

    一 .weblogic启动错误:java.lang.AccessertionError:java.lang.reflect.InvocationTargetException <unable t ...

  2. AFNetworking 3.0

    AFN 一.什么是AFN 全称是AFNetworking,是对NSURLConnection的一层封装 虽然运行效率没有ASI高,但是使用比ASI简单 在iOS开发中,使用比较广泛 AFN的githu ...

  3. css 设置背景图片模糊,内容不模糊

    需求:一个div设置了background: url,现在需要使图片背景模糊,div内的文字清晰显示. 原始代码: <!DOCTYPE html> <html lang=" ...

  4. 个人制作-css+html旋转立方体的制作

    源代码: <!DOCTYPE html><html><head>    <title></title>    <meta charse ...

  5. Autofac 同时支持MVC 与Webapi

    1.引用 using Autofac; using Autofac.Integration.Mvc; using Autofac.Integration.WebApi; 2.在Global中的Appl ...

  6. python杂七杂八小问题

    1.win7系统下,安装完GTK+后,从命令行界面无法启动ipython,提示“failed to create process”.运行easy_install也遇到了这个问题. 原因是安装GTK+时 ...

  7. cat /proc/devices 和ls /dev

    对于新手来讲,linux的框架实在是太庞大,况且很多知识点需自己做才能理解 设备 文件 ,设备编号  #ll  -a /dev  在每一行都可以看到设备文件.设备编号(主.次) 对于每种硬件设备,系统 ...

  8. java项目调用kettleJob和Trans

    1.调用本地Job和Trans 较简单不用多说没有遇到任何问题,以下是代码: import org.pentaho.di.core.KettleEnvironment; import org.pent ...

  9. jQuery中的map()方法

    jQuery中map()方法的使用格式为:$(selector).map(callback(index,domElement)). 将在每一个被选元素上执行map()方法中设置的回调函数,在回调函数中 ...

  10. 论文笔记--Fast RCNN

    很久之前试着写一篇深度学习的基础知识,无奈下笔之后发现这个话题确实太大,今天发一篇最近看的论文Fast RCNN.这篇文章是微软研究院的Ross Girshick大神的一篇作品,主要是对RCNN的一些 ...