From aac793482585434454f414c9e81bb185796beed5 Mon Sep 17 00:00:00 2001 From: Chris Phan Date: Mon, 4 Mar 2013 07:01:50 -0600 Subject: Redesign PRDF MNFG Threshold tool code to make it common Change-Id: If4abbe7f68ce53d8de56ec3cb202b51e33740bb6 RTC: 65507 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3412 Reviewed-by: BENJAMIN J. WEISENBECK Tested-by: Jenkins Server Reviewed-by: Zane Shelley Squashed: Ia05e56c51d3ed08210e765aaa623ca810d0b0371 Reviewed-by: A. Patrick Williams III --- src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule') diff --git a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule index 6892234bb..760f0b5f3 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule @@ -52,7 +52,7 @@ # threshold( field( 5 / 2 min) ); # threshold( field(32 / 1 day), mfg(2 / hour) ); # threshold( field( 2 / min), mfg(1 ) ); -# threshold( field(32 / day), mfg_file(P7CORE_L2_CACHE_CES) ); +# threshold( field(32 / day), mfg_file(P8CHIP_OFFNODE_BUS_CES) ); /** Threshold of 1 */ actionclass threshold1 @@ -71,6 +71,13 @@ actionclass SUEGenerationPoint flag(UERE); }; +/** Threshold OnNode Bus CE */ +actionclass thresholdOnNode +{ + threshold( field(32 / day), mfg_file(P8CHIP_ONNODE_BUS_CES)); +}; + + ################################################################################ # Simple Callouts # ################################################################################ -- cgit v1.2.1