sysmngr: Show Processes by 'PID', 'Memory' or 'CPU_Time'

This commit is contained in:
Amin Ben Romdhane 2025-04-10 03:59:07 +00:00 committed by IOPSYS Dev
parent f4654e78c5
commit 21e742d9f7
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sysmngr
PKG_VERSION:=1.0.22
PKG_VERSION:=1.0.23
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/system/sysmngr.git
PKG_SOURCE_VERSION:=ea11440212e61beceb58eae65a5dad02e7e88d8b
PKG_SOURCE_VERSION:=865e04512f433b0ac24b1bacc14dc049126d57e8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif

View file

@ -8,6 +8,7 @@ config reboots 'reboots'
config process_status 'process'
option instance_refresh_interval '0'
option max_process_entries '50'
option sorting_method 'Memory'
config memory_status 'memory'
option enable '0'