1 (edited by otf 2012-11-11 20:36)

Topic: What server load means.

Hi,

How is server load calculated in punbb. currently I have Server load 4.32 7.79 9.27 (3 users online). Is it ok? when more users are online  the server become more loaded. What load is Good, Average and Bad.

Regards

Re: What server load means.

http://en.wikipedia.org/wiki/Load_%28computing%29

3 (edited by otf 2012-11-11 20:38)

Re: What server load means.

what server load do u have in punbb forum?

4

Re: What server load means.

Can someone share the server load values?

Re: What server load means.

mine shows, 0.01 0.06 0.08

dunno exactly what it means though.

MyFootballCafe.com  is Now Online!

6

Re: What server load means.

How many average daily users? compared to me you have very low usage

Re: What server load means.

i dont have many, usually 50/75 unique ones, on matchdays, 200+.

And these ratings means nothing, sometimes they are as much as urs without anyone being in the site. Especially if you are in a shared host.

MyFootballCafe.com  is Now Online!

8

Re: What server load means.

I have same visitor number as you but a very high server load. even when only me is on site the server load is high.

Any Idea anyone?

Re: What server load means.

as i said, it depends on the server your website is hosted in, if your site loads fast, its all good, nothing to worry about.

MyFootballCafe.com  is Now Online!

10

Re: What server load means.

now the site is slowing down
Server load
81.46 630.00 527.84 (2 users online)

11

Re: What server load means.

You have bad hosting...

12

Re: What server load means.

disable chat on main...

13

Re: What server load means.

but nobody is chatting? max 2 post a day are done on chat

14

Re: What server load means.

Im hosted at godaddy. economy package

15 (edited by KANekT 2012-11-15 04:34)

Re: What server load means.

When Chat enabled - go back to the server every 5 seconds while in the main.

16

Re: What server load means.

smile Thank you for your suggestion. It was useful. Any other tip to improve the load?

17 (edited by SuperMAG 2012-11-15 09:52)

Re: What server load means.

i use this in my htaccess, its a caching system. just add it into your .htaccess file at the end. This will also help, Alot.

# Expires Headers - 2678400s = 31 days
<ifmodule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType image/gif "access plus 2678400 seconds"
  ExpiresByType image/jpeg "access plus 2678400 seconds"
  ExpiresByType image/png "access plus 2678400 seconds"
  ExpiresByType text/css "access plus 518400 seconds"
  ExpiresByType text/javascript "access plus 2678400 seconds"
  ExpiresByType application/x-javascript "access plus 2678400 seconds"
</ifmodule>

# Cache Headers
<ifmodule mod_headers.c>
  # Cache specified files for 31 days
  <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$">
  Header set Cache-Control "max-age=2678400, public"
  </filesmatch>
  # Cache Javascripts for 31 days
  <filesmatch "\.(js)$">
  Header set Cache-Control "max-age=2678400, private"
  </filesmatch>
</ifmodule>

<FilesMatch "\.(php)$">
    <IfModule mod_headers.c>
        Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
    </IfModule>
</FilesMatch>

    #The following lines are to avoid bugs with some browsers
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html 
# PunbbEnd
MyFootballCafe.com  is Now Online!

Re: What server load means.

Here i got :
0.21 0.26 0.35

Hope it'll help smile

19

Re: What server load means.

Again this issue of server load. 431.25 676.10 527.84 (1 users online)

How is this possible with only me online? How can I tell if someone is hacking me by overloading my server?

Re: What server load means.

i think someone told u already, if you are in a shared host, it means someone else is causing the load.

MyFootballCafe.com  is Now Online!

21

Re: What server load means.

Thanks. Maybe that's the problem smile