https://bugzilla.redhat.com/show_bug.cgi?id=1328432
Nathan Scott <nathans@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Nathan Scott <nathans@xxxxxxxxxx> ---
Thanks Marko, this is fixed upstream now & tty_pgrp was indeed worth checking.
commit aef250ad7f91dcc7a975f00de821a0f9526639c6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 20 15:42:00 2016 +1000
pmdaproc: fix per-process scheduler metrics - type and semantics
Correct the type to signed-32bit-int and semantics to instantaneous
for the proc.psinfo.nice and proc.psinfo.priority metrics, after a
bit of kernel code review. Also followed up on Markos point that
proc.psinfo.tty_pgrp looks dodgey - found the kernel can return -1
in the case that no tty is associated with the process. So we will
return no-values-available in that case, instead of (unsigned)-1.
Log rewriting rules have been put in place, and qa/971 is added.
Resolves Red Hat BZ #1328432.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug
https://bugzilla.redhat.com/token.cgi?t=MtPmTnV6cN&a=cc_unsubscribe
|