Open
Description
Hi,
the following sample commands yield wrong results in sampler
:
/usr/bin/ps -ef | grep mbatchd | grep -v grep | wc -l
consistently results in one more than the number ofmbatchd
processes/usr/bin/ps -eLf | grep 'mbatchd' | grep -v 'grep' | wc -l
results in around 20 to 30 more than the number ofmbatchd
threads
The whole configuration block looks like
runcharts:
- title: mbatchd processes and threads
position: [[0, 0], [45, 19]]
rate-ms: 2000
legend:
enabled: true
details: true
scale: 0
items:
- label: mbatchd processes
sample: /usr/bin/ps -ef | grep mbatchd | grep -v grep | wc -l
- label: mbatchd threads
sample: /usr/bin/ps -eLf | grep 'mbatchd' | grep -v 'grep' | wc -l
Any idea what could be the problem? Is there a way to see, how sampler
evaluates the sample
commands?
Metadata
Metadata
Assignees
Labels
No labels