by Arexalem
Version 3 (May 8, 2026)
Download (30 downloads)
Display CPU, RAM, swap, disk, and net utilization in the notification with dynamic icon & color. Updated every 1 (+0.3) sec only when the device is in use. Requires privileged service (no root). Highly recommended to disable logging. Non premium.
How to setup:
• Start privileged service: Automate settings >> Privileged service start method >> ADB >> Follow the instructions given by the app.
Display format:
• color + icon
• CPU: % c_0 c_1 ...
• Ram: % used cached free
• Swap: % used free
• Disk: read write
• Net: up down
• Stat: cpu_t bat_t skin_t off_c
Format example:
[Color: Red][Icon: 𝍨]
CPU: 79% 𝍡𝍢𝍣𝍢𝍤𝍤𝍮𝍮
Ram: 86% ■ 6.50 GB □ 1.06 GB
Swap: 50% ■ 3.00 GB □ 3.00 GB
Disk: ▲ 12.4 MB ▼ 3.65 MB
Net: ▲ 50.4 KB ▼ 807 KB
Stat: ◆ 61°C ◇ 42°C ◌ 2 offline
More info:
• Require manual settings for customizing. You can find the info in the dialog message block.
• CPU & core utilization is based on /proc/stat and not based on core speed.
• RAM & swap utilization is based on /proc/meminfo and may differ from the Android system settings.
• Disk utilization is based on /proc/vmstat. Note this is the general page I/O not the real disk I/O.
• Net utilization is based on /proc/net/dev.
• Temperature is based on dumpsys thermalservice and has 3 values: CPU (left), battery (mid), & device skin (right).
• Unit size displayed as kibi/mebi/gibibyte (power of 1024) and normalized to per 1 sec.
Other info:
• You can find the text/icon by using the unicode character map, any character is valid. If the color & icon don't appear, it is probably not supported by the OS.
• Recommended to make a new or use existing notification channel with Medium importance to make the icon have priority in the status bar.
• If you are concerned with battery life, set the update interval to be longer.
• If the flow doesn't work, it may be because of an outdated shell command or missing permission.
Premium (Pro) version:
https://llamalab.com/automate/community/flows/52832
Version 3:
• Added battery temperature & network interface track mode.
• Refactor and added more settings to customize almost anything.
• Improved shell command.
Version 2:
• Added network display.
• Added options to hide/show some display.
• Simplified default display.
• Removed SI unit.