Saturday, June 27, 2020

[PROJECT] CPU Stats v1.1

DESCRIPTION
This project will give you the possibility to see the usage (%) of your CPU in real time, depending on the workload on each state.

Main features:
• Real-time usage
• Total CPU usage
• Per-core CPU usage
• Statusbar (text) or Overlay display.

The project is in an experimental state, so expect failures, or errors in the final calculations.

As I don't have a x86 device, the project will work but will propably not report correct values for CPU usage (regardless of the formula applied, containing errors or not), as the internal Kernel clock is measured in a different clock rate.

Notes:
- To use statusbar info style, AutoNotification will be required.
- Tasker is not the best way to monitor the CPU usage, as it runs on the main thread. So, use it at your own risk.
- Before setting up the project ('Setup' task) to allow it to show per-core usage, check if your device has a multi-core CPU. Otherwise, the project will fail to start.

SCREENSHOTS



DEMO

CREDITS
@SmartPhoneLover

CHANGELOG
- New: Ability to get multicore usage for compatible devices. (scene and notification)
- Other: Unchecked root usage for Shell Code action that gets the CPU info from '/proc/stat' file, as it was not necessary. (The project works on non-rooted devices)
- Other: Changed scene type to 'Overlay', so it won't affect elements behind it.
- Other: Other small changes.

DOWNLOAD
Project (XML)
Project (TaskerNet)

DOWNLOAD (Ads Supported)
Project (XML)
Project (TaskerNet)

Related Articles:

  • [PROJECT] CamScanner Auto - Free your hands v1.0DESCRIPTION If you know CamScanner app for Android, this project can help you on scanning docs. It allows the user to avoid using any button while scanning documents. Only use the proximity sensor to start/stop auto shots. … Read More
  • [PROJECT] Proximity Sensor Workaround for Redmi Note 7 v1.0DESCRIPTION If you're the owner of the Xiaomi Redmi Note 7, you may (or may not) have noticed that the proximity sensor stops responding randomly. So, the only solution was to disable it for calls temporarily, and after reboo… Read More
  • [PROJECT] Color Picker (ARGB) v1.2DESCRIPTION I have re-worked the task and scene appearing on this Tasker forum. So, original credits goes to 'Patrick Herbst' and the other members that offered later versions. These are the changes I have made on my new ver… Read More
  • [PROJECT] Current App Activity v1.1DESCRIPTION This project will allow you to show the app name, package name and class name of current activity. And in real time! Notes: - If you are not rooted, you will need to grant the 'android.permission.DUMP' permission… Read More
  • [PROJECT] Custom Stock Navbar v1.1DESCRIPTION This project emulates the Android stock navbar, showing the three main Android buttons: Back, Home and Recents. More can be added of course ;) Notes: - This project is mainly focused for those devices that doesn'… Read More

0 comments:

Post a Comment