Uses of Class
io.github.lunasaw.zlm.entity.ThreadLoad
Packages that use ThreadLoad
-
Uses of ThreadLoad in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type ThreadLoadModifier and TypeMethodDescriptionstatic ServerResponse<List<ThreadLoad>>
ZlmRestService.getThreadsLoad
(String host, String secret) 获取网络线程负载static ServerResponse<List<ThreadLoad>>
ZlmRestService.getWorkThreadsLoad
(String host, String secret) 获取后台线程负载 -
Uses of ThreadLoad in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type ThreadLoadModifier and TypeMethodDescriptionZlmApiController.getThreadsLoad()
获取网络线程负载ZlmApiController.getWorkThreadsLoad()
获取后台线程负载