Skip to content

Commit

Permalink
feat: add process diag in resource monitoring (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta committed Mar 15, 2022
1 parent 672f6d7 commit 976712b
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,25 @@
path: usage
contains: [": HDD Usage"]
timeout: 3.0

process:
type: diagnostic_aggregator/AnalyzerGroup
path: process
analyzers:
high_load:
type: diagnostic_aggregator/GenericAnalyzer
path: high_load
contains: [": High-load"]
timeout: 3.0

high_mem:
type: diagnostic_aggregator/GenericAnalyzer
path: high_mem
contains: [": High-mem"]
timeout: 3.0

tasks_summary:
type: diagnostic_aggregator/GenericAnalyzer
path: tasks_summary
contains: [": Tasks Summary"]
timeout: 3.0

0 comments on commit 976712b

Please sign in to comment.