HDD free space in rrd graph ??
Hi all
First of all, I must say, this is a very nice forum :D
Got 4 wl-500gP from work, an started to play with 'em... And the howto's are easy to follow, and i think, that it took me about 45-60 min to setup my final one (3 others are still working, but not 100%).
Now - The thing is, I would really like to have some sort of fealing with my diskspace on my philips 320GB USB drive.
Is there a tool allready for this or is it from scratch :confused:
RRDTool - How many processes?
Hi Everybody,
I have installed successfully RRDTool and I set it up in crontab. I use rrdrun.sh shell script in /opt/etc/cron.5mins directory to run /opt/usr/bin/rrdtool.sh.
If I list running processes by ps command, I notice a weird thing: I see many rrdtool processes. Here is the result:
-bash-3.2# ps
PID Uid VmSize Stat Command
1 root 380 S init
2 root SW< [keventd]
3 root RWN [ksoftirqd_CPU0]
4 root SW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
7 root SW [mtdblockd]
8 root SW [khubd]
13 root SW< [mdrecoveryd]
80 root SW [gpio_out_pulse]
81 root SW [button_notify_u]
84 root SW< [ksed]
85 root SW [ksechanged]
100 root SW< [raid1d]
105 root SW< [raid1d]
108 root SW [kreiserfsd]
175 root 268 S syslogd -R 255.255.255.255
177 root 52 S klogd
179 root 132 S httpd 80 y
181 root 128 S httpd 8080 share_browsing
185 root 520 S upnp -D -L br0 -W ppp0
186 root 48 S nas /tmp/nas.lan.conf /tmp/nas.lan.pid lan
190 root 152 S pppd file /tmp/ppp/options.wan
205 root 12 S portmap
206 root 172 S dnsmasq -i br0 -r /tmp/resolv.conf
209 root 12 S rpc.mountd
212 root SW [nfsd]
214 root 12 S rpc.statd
215 root SW [lockd]
216 root SW [rpciod]
220 root 12 S rpc.rquotad
284 root 12 S waveservermain
286 root 12 S rcamdmain
287 root 20 S infosvr br0
297 root 8 S usbcopymain
512 root 556 S thttpd -d /shares/MYVOLUME1/MYSHARE1/web -c ** -p 8081 -u root -nos
514 root 408 S dms /shares/DMSRoot WL700gE 00:1A:92:B4:46:4E
520 root 408 S dms /shares/DMSRoot WL700gE 00:1A:92:B4:46:4E
523 root 408 S dms /shares/DMSRoot WL700gE 00:1A:92:B4:46:4E
524 root 408 S dms /shares/DMSRoot WL700gE 00:1A:92:B4:46:4E
539 root 148 S mt-daapd -c /tmp/mt-daapd.conf -s WL700gE
540 root 864 S mt-daapd -c /tmp/mt-daapd.conf -s WL700gE
543 root 864 S mt-daapd -c /tmp/mt-daapd.conf -s WL700gE
544 root 864 S mt-daapd -c /tmp/mt-daapd.conf -s WL700gE
549 root 4 S /apps/bin/utelnetd -i br0
566 root 864 S mt-daapd -c /tmp/mt-daapd.conf -s WL700gE
597 root 176 S /opt/sbin/dropbear
608 root 572 S /opt/sbin/nmbd -D
611 root 444 S /opt/sbin/smbd -D
615 root 112 S /opt/sbin/smbd -D
620 root 72 S /usr/sbin/ez-ipupdate -c /opt/etc/ddns.conf
631 root 268 S proftpd: (accepting connections)
655 root 624 S thttpd -d /opt/share/www -c /opt/etc/thttpd.conf -p 81 -u root
658 root 168 S /opt/sbin/cron
672 root 160 S /bin/printd
735 root 8832 S /opt/bin/mlnet.lite
737 root 8832 S /opt/bin/mlnet.lite
738 root 8832 S N /opt/bin/mlnet.lite
1005 root 72 S /opt/sbin/cron
1006 root 136 S sh /opt/etc/cron.5mins/rrdrun.sh
1007 root 52 S /opt/bin/bash /opt/usr/bin/rrdtool.sh
1057 root 72 R rrdtool graph /opt/share/www/rrd//wlanday.png.new -a PNG -s -86400 -w 550 -h 240 -v bytes/s DEF:ds1=/opt/var/lib/rrd//et
14550 root 212 S /opt/sbin/cron
14551 root 508 S sh /opt/etc/cron.5mins/rrdrun.sh
14552 root 872 S /opt/bin/bash /opt/usr/bin/rrdtool.sh
14598 root 932 R rrdtool graph /opt/share/www/rrd//wlanday.png.new -a PNG -s -86400 -w 550 -h 240 -v bytes/s DEF:ds1=/opt/var/lib/rrd//et
14643 root 212 S /opt/sbin/cron
14644 root 516 S sh /opt/etc/cron.5mins/rrdrun.sh
14645 root 780 S /opt/bin/bash /opt/usr/bin/rrdtool.sh
14691 root 756 R rrdtool graph /opt/share/www/rrd//wlanday.png.new -a PNG -s -86400 -w 550 -h 240 -v bytes/s DEF:ds1=/opt/var/lib/rrd//et
14736 root 216 S /opt/sbin/cron
14737 root 508 S sh /opt/etc/cron.5mins/rrdrun.sh
14738 root 780 S /opt/bin/bash /opt/usr/bin/rrdtool.sh
14784 root 756 R rrdtool graph /opt/share/www/rrd//wlanday.png.new -a PNG -s -86400 -w 550 -h 240 -v bytes/s DEF:ds1=/opt/var/lib/rrd//et
etc.
Does anyone know what this strange behavior is?