Want to subscribe to topics you're interested in?
Become a Member

Cloudflare How much of your bandwidth/requests are served by Cloudflare?

Discussion in 'Web Development & Web Performance' started by deltahf, Jul 11, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    curious how @gabel is doing ? :)

    For me onwards and upwards :cool::D


    rate now at ~2.3 million requests per day :)

    cf-webtraffic-01.png cf-workers-01.png
    cf-workers-02.png
     
    Last edited: Apr 18, 2020
  2. gabel

    gabel Member

    68
    38
    18
    Jan 7, 2016
    Ratings:
    +64
    Local Time:
    11:58 AM
    1.9.9
    MariaDB 10
    got a new project I'm working on at the moment so here are the stats for it @eva2000.
    not using workers as that would end up being expensive, tried one worker to block image hotlinking, used the limit in 5 minutes.

    [​IMG]
    [​IMG]
    [​IMG]
     
  3. Rake-GH

    Rake-GH Active Member

    179
    93
    28
    Jul 29, 2019
    USA
    Ratings:
    +144
    Local Time:
    6:58 AM
    default
    default
    daaaaaaamn that's alot of traffic
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    woah that's insane traffic levels and yeah can imagine cf worker costs involved :eek:

    thanks for sharing an update :)
     
  5. deltahf

    deltahf Premium Member Premium Member

    587
    265
    63
    Jun 8, 2014
    Ratings:
    +489
    Local Time:
    6:58 AM
  6. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Forums here are just one of many sites run on centminmod.com domain but forums account for almost 60% of the traffic but not all sites are Cloudflare proxied :)

    However, most of the increase comes from enabling Cloudflare Health Checks to origins as they count for CF requests as does enabling Cloudflare Cache Prefetch Does Cloudflare Do Prefetching? count towards CF requests (yes forums and domain are now on Cloudflare Enterprise plan - perks of being an official Cloudflare MVP :cool: )

    Definitely higher cache hit rate, from inspecting my Cloudflare logs via CF Enterprise Logpush to Amazon S3 bucket where Logpush occurs every 5 minutes to S3 so there would be around ~288 logs per day pushed/saved.

    This for for past ~1.5 days with 429 logs and 580MB total gzip compressed size
    Code (Text):
    find /home/cfcmm-logs/ -type f -name "*.log.gz" | wc -l; du -sh /home/cfcmm-logs/
    429
    580M    /home/cfcmm-logs/
    

    Parsing compressed .log.gz logs using Centmin Mod's custom multithreaded pzcat version of zcat for faster parsing of compressed logs to inspect Cloudflare Cache Status proportions for requests :)
    Code (Text):
    time pzcat /home/cfcmm-logs/*/*.log.gz | jq -r '.CacheCacheStatus' | sort -n | uniq -c | sort -rn 
    6862981 hit
     128528 miss
      95873 unknown
      47483 expired
      23351 revalidated
       3739 updating
         57 stale
    real    3m45.626s
    user    4m17.338s
    sys     0m6.692s
    
     
  7. Jay Chen

    Jay Chen Active Member

    181
    60
    28
    Sep 10, 2017
    Ratings:
    +116
    Local Time:
    6:58 AM
    My stats for last month, site traffic increased quite a bit since last post, but VPS is rock solid thanks to CMM.
    upload_2020-5-11_11-42-5.png

    Cache hit rate is only roughly 50%, not sure why, since most of my contents are images.

    upload_2020-5-11_11-44-12.png

    Unique visitor is way higher than what GA reported, I believe GA's number is more accurate.

    upload_2020-5-11_11-45-10.png
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nice stats !

    Actually Cloudflare's would be as it inclues all bots and visitors which didn't fully load the javascript etc which GA didn't see Cloudflare Analytics: A quick overview

    Mine for past month

    webtraffic-month-01.png workers-month-01.png
     
  9. duderuud

    duderuud Premium Member Premium Member

    249
    82
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +178
    Local Time:
    12:58 PM
    1.25 x
    10.6
    Here are my stats:

    MF1.png
    MF2.png
    MF3.png
     
    Last edited: Dec 30, 2021
  10. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    3.2TB! Nice @duderuud

    An update for me, bandwidth is down as are requests - optimised pages with very little images and whatever images there are optimised a lot and well Cloudflare Enterprise Bot Management reduce a lot of unwanted bots :D

    Cloudflare Enterprise Bot Management

    cf-cm-bot-management-dec2021.png

    And Bandwidth/Analytics

    cf-cm-analytics-dec2021.png
     
  11. rdan

    rdan Well-Known Member

    5,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    7:58 PM
    Mainline
    10.2
    File hosting site on Free plan only.
    a day stats
    upload_2021-12-30_23-54-7.png
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    2TB/day! Dam that's a lot!

    Not even Pro plan? You can better Traffic, Firewall and Cache analytics dashboards :)