Check the stat file again to make sure it's cpu busy 33/287933/25
authorYoungHun Kim <yh8004.kim@samsung.com>
Wed, 8 Feb 2023 02:12:24 +0000 (11:12 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 13 Feb 2023 06:46:38 +0000 (15:46 +0900)
commit5bb8b9ad845d29c9decb715d2e6ca0aae1f3031a
tree0390dba52cf5410887a0bc14ca851510d8038b04
parent3383987d4ca4e9e6dd3e7f1ed18f8bff1c37e8c2
Check the stat file again to make sure it's cpu busy

 - CPU utilization, as some tools like pcup may not be actively maintained or may not be accurate on modern systems.
 - The top, mpstat, sar, and htop commands are commonly used to monitor CPU usage on Linux systems.
 - So I have updated to check again the /proc/stat periodically after new timer creation considering performance

Change-Id: If76612dec2ed201abe617bbf4c7fd192a979f2f0
packaging/mused.spec
server/include/muse_server_system.h
server/src/muse_server_private.c
server/src/muse_server_system.c