atop: upgrade 2.12.1 -> 2.13.0

Changes:
- Allow sorting the process list on any column via the new 'O' key
  (case-insensitive column name, ascending/descending); the 'A' automatic
  sort on the most-utilized resource is dropped.
- Show oom_score and oom_score_adj per process, and a system-wide available
  (reclaimable) memory breakdown per category in bar-graph mode.
- Improved offline/online and hotpluggable CPU detection; maximum number of
  CPUs raised from 2048 to 4096.
- Show full user and group names with the -i flag; support longer pod and
  container names in parsable/json output.
- atopgpud now also gathers graphical-use NVIDIA GPU stats, can run without
  root privileges, and uses UNIX domain sockets instead of TCP sockets.
- Raw file format is incompatible with previous versions (convert with
  atopconvert).

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-07-28 22:48:23 -07:00
parent f7fe727a1f
commit 686a6c92a1
@@ -22,7 +22,7 @@ SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \
file://fix-permissions.patch \
file://sysvinit-implement-status.patch \
"
SRC_URI[sha256sum] = "4fdbe67c5dfaf89405639e18599f4eae77978073ffa54f3c78c368ab54bd12f6"
SRC_URI[sha256sum] = "ea182f84c9f52ca922e5af4f17dff97ff424400a4f2f92393317a6af66e6a874"
UPSTREAM_CHECK_URI = "https://atoptool.nl/downloadatop.php"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+).tar"