mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sysmngr: show only top N process
This commit is contained in:
parent
4ef5d86feb
commit
86d7bf8c67
2 changed files with 3 additions and 2 deletions
|
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sysmngr
|
||||
PKG_VERSION:=1.0.21
|
||||
PKG_VERSION:=1.0.22
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/system/sysmngr.git
|
||||
PKG_SOURCE_VERSION:=2c842f0875765d1af08c2d1e3d03471e083887c2
|
||||
PKG_SOURCE_VERSION:=ea11440212e61beceb58eae65a5dad02e7e88d8b
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ config reboots 'reboots'
|
|||
|
||||
config process_status 'process'
|
||||
option instance_refresh_interval '0'
|
||||
option max_process_entries '50'
|
||||
|
||||
config memory_status 'memory'
|
||||
option enable '0'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue