Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Robert Locke
Try: sed -e 's///' -e 's/ (.*//' Rob On 11 15, 07, at 2:33 PM, Nelson Serafica wrote: >  I tried this: > > cat test.txt | awk ' NR == 1 || NR == 9 {print }'   # 1 and 9 are the column > >  231.7 kb/s (9.7%) >  16.8 kb/s (0.7%) > > It works. The limitation here is how to g

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Michael Cole
Pipe it into this | awk -F\> '{print $2}' |awk -F\( '{print $1}' On Thursday 15 November 2007 2:33:01 pm Nelson Serafica wrote: > I tried this: > > cat test.txt | awk ' NR == 1 || NR == 9 {print }' # 1 and 9 are the > column > > 231.7 kb/s (9.7%) > 16.8 kb/s (0.7%) > > It works

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Nelson Serafica
I tried this: cat test.txt | awk ' NR == 1 || NR == 9 {print }' # 1 and 9 are the column 231.7 kb/s (9.7%) 16.8 kb/s (0.7%) It works. The limitation here is how to get rid of and show only 231.7 kb/s and 16.8 kb/s? If only there is a space after the > , there could be no problem since a

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread eric pareja
I think that it should be clarified how much was collected, from whom, and who has the money now. For those who paid, I don't know if all of them are still waiting for the ID per se, but they may want accountability for where their money went, and if they can expect anything from their paying up.

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread joebert jacaba
i=1 for j in `tail /usr/share/dict/words` do if [ $((i % 3)) -eq 0 ] then echo $j fi i=$(($i + 1)) done _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http:/

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Kenneth P. Oncinian
>> Is there an application that can dump those traffic to a text file or >> atleast I can view it in a number value so that I can paste it to a >> notepad? mrtg don't restore any copy of result of its traffic. I need to to >> generate traffic of the server every month. >> Hi, Does it need

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Michael Cole
try this pipe the file to nl numbers each line then grep for starts with line number ^3 that may work.. On Thursday 15 November 2007 12:54:06 pm Nelson Serafica wrote: > Is there anyone knows how to grep certain row (like ROW3 and ROW6 only)? > > awk can print certain column, is there a binary

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread joebert jacaba
> shows the ff. How can I print ROW3 and ROW6 only? use a for loop and (modulo 3) + 1 as condition _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Se

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Nelson Serafica
Is there anyone knows how to grep certain row (like ROW3 and ROW6 only)? awk can print certain column, is there a binary that can print certain rows? Like the ff, when I do "cat 202.84.22.161_5.html | egrep "kb/s|b/s" it shows the ff. How can I print ROW3 and ROW6 only? Anyone suggest 231.

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Nelson Serafica
@ Rebs Does Cacti create a log file for its gathered data? I once installed cacti but used mrtg due to its ease of use. @Michael Cole I'll check ntop. Anyone used iptraf? - Original Message From: Rebs Guarina <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Thursday, November 15, 2

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread aris santillan
Hi Nelson try using RRDTool with PHP/MySQL frontend. you can extracted information directly from the database and dump it to a CVS or a text file.. Aris On Nov 15, 2007 10:47 AM, Nelson Serafica <[EMAIL PROTECTED]> wrote: > > > I used mrtg to monitor my catalysts's traffic. Do you know any ap

Re: [plug] how to get traffic every 5 mins.

2007-11-14 Thread Michael Cole
You could look at ntop it can create a log of data for you. On Thursday 15 November 2007 10:47:51 am Nelson Serafica wrote: > I used mrtg to monitor my catalysts's traffic. Do you know any applications > that instead of graph, it will dump the traffic's value to a certain file? > I need to monito

[plug] how to get traffic every 5 mins.

2007-11-14 Thread Nelson Serafica
I used mrtg to monitor my catalysts's traffic. Do you know any applications that instead of graph, it will dump the traffic's value to a certain file? I need to monitor the server's traffic but in a way like this: 8:00 - 100 Kbps 8:05 - 103 Kbps 8:10 - 200 Kbps 8:15 - 120 Kbps etc., Is there an

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread sflores
hi eric, he probably was. but we really tried, along with jay amorin and a friend, getting a cab for about 30 minutes along katipunan. we were supposed to just take a peek then exit. cheers. > hi junn, > > On Nov 14, 2007 5:02 PM, Junn Flores <[EMAIL PROTECTED]> wrote: >> nice work, gary. and

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread Gabriel H. Mercado
On Nov 14, 2007 5:02 PM, Junn Flores <[EMAIL PROTECTED]> wrote: > > > any bit discussed 'bout the IDs? Hi Junn, Could anyone enlighten us about these? No these weren't discussed but I seem to hear about this topic from time to time. It seems these were paid for and then... they weren't delivere

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread Kelsey Hartigan Go
On Nov 13, 2007 7:05 PM, ian sison (mailing list) <[EMAIL PROTECTED]> wrote: > I would believe though, that since Linux was released by Linus in > 1991, PLUG would probably have been formed after that time, and not > the late '80s. 1993 to be exact. 5 initial members. Dr. Pablo Manalastas, Rommel

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread Federico Sevilla III
On Wed, 2007-11-14 at 20:02 +0800, Jaime Tiongson wrote: > Is it possible to send the minutes again. I was not able to get the > attached file. Thanks. The archives have the message nicely (except of course that we've scrubbed all email addresses). You may check it out at http://archives.free.net.

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread Jaime Tiongson
Is it possible to send the minutes again. I was not able to get the attached file. Thanks. I reviewed the SEC requirements and called SEC too, the 1 million contribution is only for a foundation. If PLUG will be registered as an organization or association only, contributions of members duly certi

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread eric pareja
hi junn, On Nov 14, 2007 5:02 PM, Junn Flores <[EMAIL PROTECTED]> wrote: > nice work, gary. and thanks. > we were supposed to come, with marvin pascual, but wasn't able to get a > ride on time. :) > (excuses.. :) ) but wasn't marvin plastered that evening? trellis can do things to a man. :)) be

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread aris santillan
Hi All Im back, for so many years hows everything? speaking of ID? I remember that I paid for the ID' way back in feb 2002 meeting at UP diliman.. heheheheh On Nov 14, 2007 5:12 PM, Paolo Alexis Falcone <[EMAIL PROTECTED]> wrote: > Quoting Junn Flores <[EMAIL PROTECTED]>: > > > nice wor

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread Paolo Alexis Falcone
Quoting Junn Flores <[EMAIL PROTECTED]>: > nice work, gary. and thanks. > we were supposed to come, with marvin pascual, but wasn't able to get a > ride on time. :) > (excuses.. :) ) > > > any bit discussed 'bout the IDs? None yet, until a board of directors gets filled up (and better before

Re: [plug] PLUG Meeting Notes 11.09.07

2007-11-14 Thread Junn Flores
nice work, gary. and thanks. we were supposed to come, with marvin pascual, but wasn't able to get a ride on time. :) (excuses.. :) ) any bit discussed 'bout the IDs? Gabriel H. Mercado wrote: > On Nov 13, 2007 7:05 PM, ian sison (mailing list) <[EMAIL PROTECTED] >

Re: [plug] need help with ssh and ping in Mandriva

2007-11-14 Thread aris santillan
Hi try to do this on inline with your existing firestarter firewalla iptables -A INPUT -i lo -j ACCEPT iptables -A OUTPUT -o lo -j ACCEPT I suspected that your firestarter doesnot include icmp traffic with itself Thanks On Nov 14, 2007 4:12 PM, Daniel Ortega <[EMAIL PROTECTED]> wrote: > Try t

Re: [plug] need help with ssh and ping in Mandriva

2007-11-14 Thread Daniel Ortega
Try to use 'nmap' on your pc to see which port is open and you could configure your firewall with firestarter(previously configuring using gui messed up manually configured config files) that is if you haven't made or you're not the one who configured your iptables and this is a personal pc. Make s