by Arexalem
Version 7 (September 3, 2026)
Download (47 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. Need 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: abs% rel% spd% c0 c1 ...
• Ram: used% used cached free
• Swap: used% used free
• Disk: read write
• Net: up down
• Stat: cpu_t bat_t skin_t off_c
Format example:
[Color: Red][Icon: 𝍨]
CPU: ≎ 48% ⌯ 79% ∾ 60% 𝍡𝍢𝍣𝍢𝍤𝍤𝍮𝍮
Ram: 80% ■ 6.06 GB ▨ 1.24 GB □ 266 MB
Swap: 50% ■ 3.00 GB □ 3.00 GB
Disk: ▲ 52.0 MB ▼ 3.65 MB
Net: ▲ 50.5 KB ▼ 800 KB
Stat: ◆ 61°C ◈ 38°C ◇ 42°C ◌ 2 offline
More info:
• Robust settings for customizing: icon, display, update interval, etc.
• CPU & core utilization is based on /proc/stat. Clock speed is based on /sys/devices/system/cpu/cpu*/cpufreq/stats/time_in_state.
• RAM & swap utilization is based on /proc/meminfo.
• Disk utilization is based on /proc/vmstat. Note this is the general page I/O not the actual disk I/O.
• Net utilization is based on /proc/net/dev.
• Temperature is based on dumpsys thermalservice and has 3 values: CPU, battery, & device skin respectively.
• All unit size displayed as kibi/mebi/gibibyte (power of 1024) and normalized to per 1 sec for throughput.
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 use notification channel with Medium or High 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.
Non premium version:
https://llamalab.com/automate/community/flows/52618
Version 7:
• Simplified some config settings.
• Changed some text descriptions.
Version 6:
• Small tweaks & bugs fix to various function.
• Added core util as % & added leading 0 to %.
• Improved error handling with notification.
• Reverted notification icon to use CPU relative util by default.