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: | "Wang, Andrew via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Simon Rose <Simon.Rose at ess.eu>, EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Wed, 21 Dec 2022 05:55:57 +0000 |
All,
I was able to get iocStats working. However, there is a slight error
in this document under the ao record section: https://www.slac.stanford.edu/grp/ssrl/spear/epics/site/devIocStats/README_devIocStats
Shouldn't cpuScanRate be cpu_scan_rate?
Thank you,
Andy
cpuScanRate From: Wang, Andrew
Sent: Monday, December 12, 2022 5:58 PM To: Simon Rose <Simon.Rose at ess.eu>; EPICS tech-talk <tech-talk at aps.anl.gov> Subject: RE: Checking CPU and memory usage for an IOC Thank you Simon! From: Simon Rose <Simon.Rose at ess.eu>
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 |