Page 1 of 2

Something about your XBox Servers

Posted: Tue Nov 08, 2005 11:40 pm
by suicidus
Pants down, show your XBox Apacheservers
My Server: http://suicidus.ath.cx/modules.php?name=4nSystem_Info

Shallax, how do you cool your XBox, you got a Fan Speed near 10% and a dream temperature

Posted: Thu Nov 17, 2005 7:53 pm
by orochi

Posted: Fri Nov 18, 2005 5:48 pm
by clpalmer
EDIT

Posted: Sun Jan 15, 2006 8:59 pm
by cheesyboofs

Posted: Fri Jan 27, 2006 9:37 pm
by anbe

Posted: Sun Jan 29, 2006 11:55 pm
by ShALLaX
I've only just discovered this post. I find it quite amusing... keep posting your sys infos!

How do I keep my system cool? I live in England ;)

Posted: Fri Feb 24, 2006 5:57 pm
by ximmortalx

Posted: Tue Mar 28, 2006 1:43 am
by Orophin
I have some issues on PhpSysInfo, shallax's version fails on memory usage.

v2.5.2-rc1
xbox-v2.3

Posted: Wed Mar 29, 2006 8:24 am
by zlasher
My xbox is sort of "in developement" - just had a HDD breakdown - harddrive will be replaced today..

http://xboxlinux.mine.nu/info/

What do you guys run on your xboxes to get <60% memory usage..???
I'm always over 90%.. (even stopping mysql just drops the swap with about 5%) - maybe that's just the way linux was intended to work? (use all available memory)

I'm running..
- Gentoox pro 2a

- mysql
- apache2 / php5
- open-dp500 (java)

additional processes/rameaters
- smartctl
- hddtemp
- ??

What hardware monitor app did you guys choose in config.php ??

Posted: Wed Mar 29, 2006 3:49 pm
by ShALLaX
Mine only shows the actual memory usage. Seems your new version shows buffer+cache too and splits them up nicely.

Yes, Linux aims to use all memory available by filling it with cache and buffers. When an application explicitly needs the memory, it will flush some buffers and give up that memory to an application. This is why I changed the default phpsysinfo to show ONLY the memory used by applications so as not to fool you into thinking you are actually using near 100% of your memory.

Posted: Wed Mar 29, 2006 4:19 pm
by zlasher
Yup.. Your modified version looked much better :-)

Thanks..


Steinar T

Posted: Wed Mar 29, 2006 9:04 pm
by Orophin
I read it somewhere after replying to this post. I like the way you show memory, whoever I'll keep both versions for testing purposes :)

The processes I'm always running are:

- mysql 5
- proftpd
- php 4
- apache 2
- ssh
- webmin
- phpsysinfo
- awstats

Also tryed a Neverwinter Nights server, though the low memory didn't alow me to load most persistant worlds. And keeping a normal module made the cpu too hot to run long times.

Posted: Mon Apr 03, 2006 6:58 pm
by ximmortalx
zlasher wrote:My xbox is sort of "in developement" - just had a HDD breakdown - harddrive will be replaced today..

http://xboxlinux.mine.nu/info/

What do you guys run on your xboxes to get <60% memory usage..???
I'm always over 90%.. (even stopping mysql just drops the swap with about 5%) - maybe that's just the way linux was intended to work? (use all available memory)

I'm running..
- Gentoox pro 2a

- mysql
- apache2 / php5
- open-dp500 (java)

additional processes/rameaters
- smartctl
- hddtemp
- ??

What hardware monitor app did you guys choose in config.php ??
I noticed your theme default is metal. Is there a way i can make my defaul theme black? So that it auto loads on black when some1 veiws it? It currently is the KDE theme default, unless someone manually changes it...

Posted: Mon Apr 03, 2006 8:26 pm
by zlasher
That's an easy one..

nano -w /var/www/localhost/htdocs/<phpsysinfo dir>/config.php

press ctrl + w

type '$default_template'

you will now see the line with the default template - change the value to

$default_template='black';

There you go..
You can also stop the user from changing the template..
just change

$hide_picklist = false;

to

$hide_picklist = true;



Steinar T

Posted: Mon Apr 03, 2006 11:32 pm
by ximmortalx
thank you so much :D :D