by Arexalem
Version 5 (May 23, 2026)
Download (20 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% freq% 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: ⌯ 79% ∾ 60% 𝍡𝍢𝍣𝍢𝍤𝍤𝍮𝍮
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 ◈ 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 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.
Non-premium version:
https://llamalab.com/automate/community/flows/52618
Version 4, 5:
• Fixed CPU absolute utilization & speed bugs.
Version 2, 3:
• Added CPU speed (frequency), absolute utilization display, and more options.
• Improved shell command and CPU utilization now also take core type into account.
• Refactored flow now any text can be edited.
• Fixed color and unit bugs.