but the aplication among offered that I prefer is Cloud LAMP server: CentOS 6.x, Apache, MySQL, PHP… How it is about Perl installation and version? I expect Perl 5.10.1 installed On CentOS

Yes, that is correct and it should be installed by default. However, be aware that CentOS (like all the RedHat-based distros) does not include all of the Core Perl modules by default and if you require these they would need to be installed via yum. Many monks will advise you to avoid using the system perl anyway but I don't necessarily agree with that. So long as your personally-installed modules (ie. not via yum) are kept separate from the system and vendor modules then they can happily coexist.

Is 1 or 2GB RAM enough for this my application? Till now maximum number of site visits was around 1000 visits in a day in the peak ...

If, as discussed previously, you perform the image-generation on a schedule and not on-demand so that essentially the webserver is just serving static content then yes, you can probably get away with the low RAM indicated. Remember to strip out all the unnecessary modules from the Apache configuration to lower the memory footprint. Sensible caching and a hybrid MPM (worker or event) would help too. 1000 visits a day should be quite achievable (so long as they don't all arrive at once).

There's no harm in using something like RRDTool just to produce graphs if that's what you want.

Best of luck with your project.


In reply to Re: Web monitoring with Perl, comments and suggestions on general approach please by hippo
in thread Web moniitoring with Perl, comments and suggestions on general approach please by predrag

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.