PDA

Bekijk de volledige versie : OpenWrt index page



back2basic
27-02-2007, 01:03
Hi guys,
running my router on openwrt for a couple of weeks gives me a good feeling about this 'baby'.
I now made myself a small webpage that displays some information from the router.
take a look at it @ http://back2basic.shacknet.nu:8082
:eek: It is acualy made by the router every 5 min and refreshed every 3 min :eek:
I think it needs some improvement but its nice to have :)

back2basic
27-02-2007, 01:32
mmm some small error on it information is dislayed twice .... gonne dig into that later ...

Edit: fixed

clausbruun
27-02-2007, 20:21
Wow thats nice, thanks for the link!

Do you think openWRT is better than kfurges firmware?

How did you install openWRT?

costinel
27-02-2007, 21:01
Hi guys,
running my router on openwrt for a couple of weeks gives me a good feeling about this 'baby'.
I now made myself a small webpage that displays some information from the router.
take a look at it @ http://back2basic.shacknet.nu:8082
:eek: It is acualy made by the router every 5 min and refreshed every 3 min :eek:
I think it needs some improvement but its nice to have :)

what is the load of this system under openwrt?

back2basic
27-02-2007, 23:23
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
KAMIKAZE (bleeding edge, r6183) -------------------
* 10 oz Vodka Shake well with ice and strain
* 10 oz Triple sec mixture into 10 shot glasses.
* 10 oz lime juice Salute!
---------------------------------------------------
root@OpenWrt:~# ps
PID Uid VmSize Stat Command
1 root 396 S init
2 root SW [keventd]
3 root RWN [ksoftirqd_CPU0]
4 root SW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
9 root SW [mtdblockd]
56 root SW [kjournald]
78 root 408 S logger -s -p 6 -t
80 root 392 S init
82 root 376 S klogd
383 root SW [khubd]
564 root 496 S /usr/sbin/nas -P /var/run/nas.wl0.pid -H 34954 -l br-
677 root 432 S udhcpc -t 0 -i eth0.1 -b -p /var/run/eth0.1.pid -R
690 root 408 S /usr/sbin/dropbear -p 22
701 root 396 S httpd -p 80 -h /www -r OpenWrt
732 nobody 448 S dnsmasq -C /proc/self/fd/0
737 root 428 S crond -c /etc/crontabs -b
746 root 408 S logger -s -p 6 -t
755 nobody 1712 S proftpd: (accepting connections)
772 root 456 S /bin/sh /opt/bin/mysqld_safe --datadir=/opt/var/lib/m
840 root 2512 S /opt/libexec/mysqld --basedir=/opt --datadir=/opt/var
841 root 2512 S /opt/libexec/mysqld --basedir=/opt --datadir=/opt/var
842 root 2512 S /opt/libexec/mysqld --basedir=/opt --datadir=/opt/var
853 root 1612 S /opt/sbin/lighttpd -f /opt/etc/lighttpd/lighttpd.conf
855 root 4400 S /opt/bin/php-fcgi
859 root 4400 S /opt/bin/php-fcgi
862 root 4400 S /opt/bin/php-fcgi
863 root 4400 S /opt/bin/php-fcgi
869 root 4408 S /opt/bin/php-fcgi
870 root 5312 S /opt/bin/php-fcgi
871 root 4408 S /opt/bin/php-fcgi
872 root 4856 S /opt/bin/php-fcgi
2604 root 1420 S /opt/bin/perl ./scheduler.pl 4 /opt/samba/torrent/sch
2626 root 1128 S /opt/bin/enhanced-ctorrent -s basics -e 48 -C 0 -D 20
3161 root 3384 S /opt/bin/enhanced-ctorrent -s PLAY.ISO -e 48 -C 0 -D
3182 root 1020 S /opt/bin/enhanced-ctorrent -s Windows_Vista_Magzine_0
3719 root 8004 S /opt/bin/enhanced-ctorrent -s Eragon.NTSC.DVDr-_WT_HO
3967 root 1300 S /opt/sbin/smbd -D
3970 root 1200 S /opt/sbin/nmbd -D
6752 root 608 R /usr/sbin/dropbear -p 22
6753 root 476 S -ash
6757 root 376 R ps






Mem: 61484K used, 1444K free, 0K shrd, 1688K buff, 30020K cached
Load average: 0.00 0.03 0.00
PID USER STATUS RSS PPID %CPU %MEM COMMAND
6645 root S 608 690 0.7 0.9 dropbear
3161 root S 3384 1 0.5 5.3 enhanced-ctorre
6750 root R 424 6646 0.5 0.6 top
3719 root S 8004 1 0.1 12.7 enhanced-ctorre
870 root S 5312 863 0.0 8.4 php-fcgi
872 root S 4856 862 0.0 7.7 php-fcgi
871 root S 4408 855 0.0 6.9 php-fcgi
869 root S 4408 859 0.0 6.9 php-fcgi
863 root S 4400 853 0.0 6.9 php-fcgi
859 root S 4400 853 0.0 6.9 php-fcgi
855 root S 4400 853 0.0 6.9 php-fcgi
862 root S 4400 853 0.0 6.9 php-fcgi
840 root S 2512 772 0.0 3.9 mysqld
842 root S 2512 841 0.0 3.9 mysqld
841 root S 2512 840 0.0 3.9 mysqld
755 nobody S 1712 1 0.0 2.7 proftpd
853 root S 1612 1 0.0 2.5 lighttpd
2604 root S 1420 1 0.0 2.2 scheduler.pl
3967 root S 1300 1 0.0 2.0 smbd
3970 root S 1200 1 0.0 1.9 nmbd
2626 root S 1128 1 0.0 1.7 enhanced-ctorre

back2basic
27-02-2007, 23:28
Wow thats nice, thanks for the link!

Do you think openWRT is better than kfurges firmware?

How did you install openWRT?

No offence agains kfurges firmware he did a great job modifying itī, but it still runs the crappy asus-core I don't like that @ all
To install Openwrt on you're WL700Ge take a look @ this page http://back2basic.shacknet.nu/WL700Ge/

clausbruun
28-02-2007, 06:04
Thanks!

How is the performance of MySQL on your box?
For example: How fast does phpMyAdmin load?

I experience very poor MySQL performance on the ASUS core...

costinel
28-02-2007, 14:04
_______ ________ __
[...]
Mem: 61484K used, 1444K free, 0K shrd, 1688K buff, 30020K cached
Load average: 0.00 0.03 0.00

[...]



WOA! load zero!
this means there is a better opensource broadcom driver in the 2.6 kernel tree. yupiieee!

could you check the network transfer rate, too, please (wireless and ethernet)?
with 2.4.20 and broadcom original module i get no more than 30..40 mbit over the wire and an unstable wireless link :(

back2basic
28-02-2007, 17:55
Thanks!

How is the performance of MySQL on your box?
For example: How fast does phpMyAdmin load?

I experience very poor MySQL performance on the ASUS core...

running 3 torrents its loaded in 12/13 sec After a reboot it was 7/8 sec

but

It can be speeded up a sec or 2 maybe :):eek:
In openwrt there is the option to set the noise the disk makes and mine is set to

/dev/ide/host0/bus0/target0/lun0/disc:
setting acoustic management to 128
acoustic = 0 (128=quiet ... 254=fast)

Its a bit slower on performance but it almost makes no noise at all
I use mysql only for testing right now so I don't want it to make any noise

back2basic
28-02-2007, 18:00
WOA! load zero!
this means there is a better opensource broadcom driver in the 2.6 kernel tree. yupiieee!

could you check the network transfer rate, too, please (wireless and ethernet)?
with 2.4.20 and broadcom original module i get no more than 30..40 mbit over the wire and an unstable wireless link :(

wireless
Transferred: Prison.Break.S02E18.720p.HDTV.x264-SAiNTS.mkv 1,07 GB in 9 minutes 36 seconds (1.954,4 KB/s)
Transferred 1 file totaling 1,07 GB in 9 minutes 41 seconds (1.954,4 KB/s)

wired
Transferred: Prison.Break.S02E18.720p.HDTV.x264-SAiNTS.mkv 1,07 GB in 5 minutes 34 seconds (3.373,9 KB/s)
Transferred 1 file totaling 1,07 GB in 5 minutes 34 seconds (3.373,9 KB/s)

gonne run the same test later today with the drive set to -fast-

back2basic
28-02-2007, 19:01
Thanks!

How is the performance of MySQL on your box?
For example: How fast does phpMyAdmin load?

I experience very poor MySQL performance on the ASUS core...

I've installed vBulletin 3.6.4 on it running perfect and quite fast

http://back2basic.shacknet.nu:8082/forum

back2basic
28-02-2007, 19:13
load, 1 day later downloaded 4 torrents

Mem: 61644K used, 1284K free, 0K shrd, 1084K buff, 24624K cached
Load average: 0.60 1.20 2.02
PID USER STATUS RSS PPID %CPU %MEM COMMAND
2187 root S 5944 1 21.4 9.4 enhanced-ctorre
3444 root R 424 3183 0.5 0.6 top
3170 root S 312 690 0.5 0.4 dropbear
1536 root S 4988 1 0.1 7.9 enhanced-ctorre
4 root SW 0 1 0.1 0.0 kswapd
878 root S 5608 872 0.0 8.8 php-fcgi
876 root S 4756 869 0.0 7.5 php-fcgi
877 root S 3344 866 0.0 5.3 php-fcgi
2196 root S 3256 1 0.0 5.1 enhanced-ctorre
844 root S 3036 772 0.0 4.8 mysqld
851 root S 3036 850 0.0 4.8 mysqld
850 root S 3036 844 0.0 4.8 mysqld
866 root S 2820 862 0.0 4.4 php-fcgi
864 root S 1976 862 0.0 3.1 php-fcgi
872 root S 1864 862 0.0 2.9 php-fcgi
869 root S 1816 862 0.0 2.8 php-fcgi
875 root S 1776 864 0.0 2.8 php-fcgi
3067 root S 1668 879 0.0 2.6 smbd
862 root S 1116 1 0.0 1.7 lighttpd
882 root S 776 1 0.0 1.2 nmbd
755 nobody S 700 1 0.0 1.1 proftpd

back2basic
01-03-2007, 23:30
Mem: 61404K used, 1524K free, 0K shrd, 568K buff, 32424K cached
Load average: 0.27 0.47 0.68
PID USER STATUS RSS PPID %CPU %MEM COMMAND
19312 root R 3620 1 4.2 5.7 enhanced-ctorre
20175 root S 608 690 1.1 0.9 dropbear
20180 root R 424 20176 0.7 0.6 top
17830 root S 5724 872 0.0 9.0 php-fcgi
876 root S 4848 869 0.0 7.6 php-fcgi
875 root S 4676 868 0.0 7.4 php-fcgi
851 root S 3872 850 0.0 6.1 mysqld
844 root S 3872 772 0.0 6.1 mysqld
850 root S 3872 844 0.0 6.1 mysqld
6380 root S 3380 1 0.0 5.3 enhanced-ctorre
868 root S 2952 862 0.0 4.6 php-fcgi
864 root S 2952 862 0.0 4.6 php-fcgi
878 root S 2540 864 0.0 4.0 php-fcgi
19291 root S 2156 1 0.0 3.4 enhanced-ctorre
869 root S 1996 862 0.0 3.1 php-fcgi
872 root S 1996 862 0.0 3.1 php-fcgi
862 root S 1260 1 0.0 1.9 lighttpd
755 nobody S 1068 1 0.0 1.6 proftpd
882 root S 784 1 0.0 1.2 nmbd
879 root S 732 1 0.0 1.1 smbd
1288 root S 700 1 0.0 1.1 scheduler.pl

kfurge
02-03-2007, 03:15
Do you think openWRT is better than kfurges firmware?


It *must* be better than the stuff I did! At the time when I started, the only short-term option was to make something viable out of Asus's firmware. OpenWRT wasn't even close to running yet on the router.

Now that openWRT has gained some traction, I'll be joining you all very shortly.

I also look forward to finally dumping the original firmware and squeezing some decent performance out of my little white box.

- K.C.

clausbruun
02-03-2007, 16:27
Thanks!

I think i will try to install openWRT this weekend, will post about it if you want :-)

wengi
02-03-2007, 16:37
This is cool stuff.
Is it a function of the openwrt firmware or is it a package that has to be installed.
If package: whats the name?

wengi

back2basic
03-03-2007, 12:19
its firmware :)

tigger01
02-05-2007, 12:48
where to get the mysqld package for OpenWRT? i am currently running Whiterusssian 0.9 release. Thanks alot for help in advance.

hmantsao
03-05-2007, 05:22
where to get the mysqld package for OpenWRT? i am currently running Whiterusssian 0.9 release. Thanks alot for help in advance.

Do you run Whiterussian 0.9 on Wl700ge directly ? and you can get the mysqld from http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/mysql_4.1.20-1_mipsel.ipk