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: Checking CPU and memory usage for an IOC |
From: | Simon Rose via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Wang, Andrew" <wang126 at llnl.gov>, EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Mon, 12 Dec 2022 22:34:06 +0000 |
Hi Andy – There is the iocStats module that might do what you are looking for:
https://github.com/epics-modules/iocStats. In particular, there is a record that specifically monitors CPU usage:
https://github.com/epics-modules/iocStats/blob/master/iocAdmin/Db/ioc.template#L130 (as well as one for memory usage). Cheers, Simon From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of "Wang, Andrew via Tech-talk" <tech-talk at aps.anl.gov> All, This is a very general question, but I was curious if people here have been able to monitor CPU and memory usage of a particular IOC as it ran. If so, what was the approach you
took to do so? Thank you, Andy |