Skip to content

Commit

Permalink
Issue #94: Remove Process monitor job from Linux and create a new con…
Browse files Browse the repository at this point in the history
…nector for process monitoring in Linux

* Update comment in linuxprocess.yaml
  • Loading branch information
SafaeAJ committed Aug 29, 2024
1 parent 71648a6 commit d8596e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/connector/system/LinuxProcess/LinuxProcess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ monitors:
vsz = $9 * 1024
thcount= $10
elapsedTime = $11
# Converting cpuTime to seconds
cpuElementCount = split(cpuTime, cpuTimeElements, "[-:]");
if (cpuElementCount == 3) {
Expand Down Expand Up @@ -82,7 +82,7 @@ monitors:
column: 4
regExp: '${var::matchUser}'
mapping:
# pid;ppid;comm;user;pcpu;cputimes;pmem;rss;vsz;thcount;etimes;command
# pid;ppid;comm;user;pcpu;cpuSeconds;mem;rss;vsz;thcount;elapsedSeconds;command
source: ${source::process}
attributes:
id: $12
Expand Down

0 comments on commit d8596e6

Please sign in to comment.