what's the performance impact causing from the large size of Apache's access.log?

Discussion in 'Apache' started by wing2ofsky, May 8, 2012.

  1. #1
    If the log file access.log gets very large, what's the performance impact to Apache running?
    From my understanding, Apache never reads the entire log file into memory but just makes use of the filehandle to write log information into file directly. If so, what's
    problem here in case of filesize very large? Except for the file system issue, the only other latent impact to make is the larger the log file is, the harder to analyze it for administrator if needed.

    Please correct me if i'm wrong. Thanks in advance
     
    wing2ofsky, May 8, 2012 IP
  2. admin05

    admin05 Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In my view . it will not take whole file and get it in chunks.
     
    admin05, Jun 18, 2012 IP
  3. secureax

    secureax Member

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    I suggest that you rotate every day for the log to ensure that you can throw easier in future and for performance reasons too.
     
    secureax, Jul 12, 2012 IP