Skip to content

Commit

Permalink
qa: tighten regex in 974 and remake for proc.fdinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 12, 2024
1 parent 0185855 commit e4e7189
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qa/974
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ do
echo "== Checking metric descriptors and a fetch - $base"
for tree in $trees
do
metric=`grep $tree $tmp.names | head -1`
metric=`grep ^proc.$tree $tmp.names | head -1`
[ $tree = "id" ] && metric="proc.id.egid"
echo T: $tree >> $here/$seq.full
echo M: $metric >> $here/$seq.full
Expand Down
35 changes: 35 additions & 0 deletions qa/974.out
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down Expand Up @@ -694,6 +699,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down Expand Up @@ -1421,6 +1431,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down Expand Up @@ -1974,6 +1989,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down Expand Up @@ -2047,6 +2067,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down Expand Up @@ -2118,6 +2143,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down Expand Up @@ -2503,6 +2533,11 @@ proc.fd.count
Semantics: instant Units: count
Error: Metric not supported by this version of monitored application

proc.fdinfo.amd_evicted_visible_vram
Data Type: 64-bit unsigned int InDom: 3.9 0xc00009
Semantics: instant Units: Kbyte
Error: Metric not supported by this version of monitored application

proc.id.egid
Data Type: 32-bit unsigned int InDom: 3.9 0xc00009
Semantics: discrete Units: none
Expand Down

0 comments on commit e4e7189

Please sign in to comment.