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: | BEAUTY Archiver and data from Area detector |
From: | Vítek Michal <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Fri, 8 Nov 2013 17:46:27 +0000 |
Hello, We would like to archive data from cameras (grabbed by EPICS IOC with area detector) with BEAUTY archiver. We have prepared testing setup with 1 camera (512x512 img, 25 FPS, grayscale), BEAUTY archiver, and MySQL db. Each block is running
on independent computer, interconnection is over 1GB lan. The network traffic measured on the output of the EPICS IOC is
~6MB/s. The image can be displayed by Control System Studio intensity graph without problems.
I have also added following param to the BEAUTY configuration file: org.csstudio.platform.libs.epics/max_array_bytes=300000 because it was complaining about the size of the incoming image. The memory available for the Java programs is set to 2GB by OS Environmental variable. When we start the archiver we can see that BEAUTY consumes all available resources (2GB of RAM and 99% CPU) in ~5s and then it crashes. When we changed the PV to be scanned every 5s then the BAUTY maintain to run consuming
~1GB of memory, and ~20% CPU and write duration ~240s. Thus I would like to ask if BEUATY is suitable for the archiving of images from camera or if I am doing something wrong…? Can anyone help me with this? Cheers, Mike |