1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 <2011> 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 <2011> 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: question regarding VxStats-1-7-2h (doesn't seem to measure CPU loadproperly) |
From: | "Dalesio, Leo" <[email protected]> |
To: | "Jay Steele" <[email protected]>, <[email protected]> |
Date: | Tue, 26 Jul 2011 07:04:13 -0400 |
A state transition program that transitions to itself with no delays uses all CPU time that is at the SNL and lower priorities.
I do not recall if the Channel Access Client runs at a lower priority than the state notation engine.
I think that the vxStats gotten from vxWorks are computed in the idle task. That would mean that it would never run.
The better tool for finding this problem is to run the SNL diagnostic, seqShow "state set name".
The current state and the previous state would show the two states (or one if it is to itself), in the infinite loop. And the time in this state will always be zero - or very close to zero. |