Chris-777
Fri 23rd Jun '06, 11:47am
1. VPS. Not sure total sites, will find out.
2. - 3.6Ghz Xeon
- PHP 4.4.1
- Apache 2.0.51
- Redhat EL3
- MySQL 4.1.15
3. Not sure if I'm using any innodb type tables, there's a line in my.cnf regarding it however.
4. Compiled into the kernel
5. Top stats:
top - 10:38:38 up 10 days, 20:07, 1 user, load average: 0.47, 0.73, 0.97
Tasks: 66 total, 4 running, 62 sleeping, 0 stopped, 0 zombie
Cpu(s): 5.2% user, 1.5% system, 0.0% nice, 93.3% idle
Mem: 6196528k total, 6183220k used, 13308k free, 1077420k buffers
Swap: 8193140k total, 4482524k used, 3710616k free, 1412020k cached
14049 qmails 9 0 444 428 368 S 0.0 0.0 0:10.85 qmail-send
6. /etc/my.cnf:
[mysqld]
safe-show-database
innodb_data_file_path=ibdata1:10M:autoextend
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
[mysql.server]
user=mysql
basedir=/var/lib
[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
7. This is giving me login issues, my error, will update asap.
8. One large vB site, two small phpbb sites (less than 5 users at any given time), 3 static websites with minimal traffic.
9. Around 100. Cookie timeout 15 minutes.
10. http://www.sevenstring.org/chris/phpinfo.php
11.
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 14
MinSpareServers 5
MaxSpareServers 20
StartServers 8
MaxClients 150
12. vB 3.5.3
13. No logfiles over 2Gb
14.
Linux www.(snipped).org (http://www.(snipped).org) 2.4.20-021stab028.19.777-enterprise #1 SMP Wed Oct 19
13:05:01 MSD 2005 i686 i686 i386 GNU/Linux
[xxx@xxx]# ulimit -aH
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 28416
virtual memory (kbytes, -v) unlimited
14.
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
Thank you very much in advance. :)
2. - 3.6Ghz Xeon
- PHP 4.4.1
- Apache 2.0.51
- Redhat EL3
- MySQL 4.1.15
3. Not sure if I'm using any innodb type tables, there's a line in my.cnf regarding it however.
4. Compiled into the kernel
5. Top stats:
top - 10:38:38 up 10 days, 20:07, 1 user, load average: 0.47, 0.73, 0.97
Tasks: 66 total, 4 running, 62 sleeping, 0 stopped, 0 zombie
Cpu(s): 5.2% user, 1.5% system, 0.0% nice, 93.3% idle
Mem: 6196528k total, 6183220k used, 13308k free, 1077420k buffers
Swap: 8193140k total, 4482524k used, 3710616k free, 1412020k cached
14049 qmails 9 0 444 428 368 S 0.0 0.0 0:10.85 qmail-send
6. /etc/my.cnf:
[mysqld]
safe-show-database
innodb_data_file_path=ibdata1:10M:autoextend
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
[mysql.server]
user=mysql
basedir=/var/lib
[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
7. This is giving me login issues, my error, will update asap.
8. One large vB site, two small phpbb sites (less than 5 users at any given time), 3 static websites with minimal traffic.
9. Around 100. Cookie timeout 15 minutes.
10. http://www.sevenstring.org/chris/phpinfo.php
11.
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 14
MinSpareServers 5
MaxSpareServers 20
StartServers 8
MaxClients 150
12. vB 3.5.3
13. No logfiles over 2Gb
14.
Linux www.(snipped).org (http://www.(snipped).org) 2.4.20-021stab028.19.777-enterprise #1 SMP Wed Oct 19
13:05:01 MSD 2005 i686 i686 i386 GNU/Linux
[xxx@xxx]# ulimit -aH
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 28416
virtual memory (kbytes, -v) unlimited
14.
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 3
cpu MHz : 3591.362
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 7156.53
Thank you very much in advance. :)