system monitoring tools for Cloverleaf

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf system monitoring tools for Cloverleaf

  • Creator
    Topic
  • #53559
    John Bonnie
    Participant

      Hello all,

      We’re new to Cloverleaf, running it on Redhat Linux.  I’m wondering what tools folks out there are using to check on Cloverleaf from an operating systems perspective.  For example, how/what to check for any accumulating memory leaks?

      Thanks,

      John

    Viewing 1 reply thread
    • Author
      Replies
      • #78114
        Elisha Gould
        Participant

          We just use ps that is run in a cron job that sends notification if it is using too much memory.

          ie:

          ps -o rss,pid,args -u $USER | grep “hciengine “

          in general most sites wont use more than 150-200MB unless there are large queues, in which case the site needs to be looked at anyway.

        • #78115
          David Barr
          Participant

            We use Nagios for monitoring the server (CPU, disk usage, hcimonitord process status, etc.). We don’t have automated checks for memory leaks, but we occasionally check the size of the hciengine processes.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.