mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
sysmngr: Show Processes by 'PID', 'Memory' or 'CPU_Time'
This commit is contained in:
parent
f4654e78c5
commit
21e742d9f7
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue