|
#1
|
|||
|
|||
|
I have several scripts running on my VPS monitoring resources of memory, inodes and disk space. Is there someway I can check bandwidth usage from the command line?
__________________
Bernie Clark MAKO Web Sales LLC Sarasota Florida’s Only Certified Paypal Developer! Sarasota: 941-870-2271 Toll Free: 877-625-6932 http://www.makoweb.com |
|
#2
|
||||
|
||||
|
Try simple: netstat -N -i
or Code:
netstat -N -i | awk '{if ($1 > 0 && $4 > 0) print $1,$4,$8}' | grep -i -v name | uniq
George B.
__________________
Beneficium accipere, libertatem est vendere Last edited by freeman; 01-02-2012 at 06:26 PM. |
|
#3
|
|||
|
|||
|
What is the service (the common one) on a vps that eats up a lot of bandwidth?
|
|
#4
|
|||
|
|||
|
no one there?
|
|
#5
|
||||
|
||||
|
I believe not anyone understood your question.
At least I didn't...
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java command line | gemal | Shared Hosting Support | 0 | 06-26-2008 09:46 AM |
| Can I use cpan from the command line? | gaarai | Shared Hosting Support | 2 | 07-07-2007 05:27 PM |
| Command line access | o0CAPPI0o | Shared Hosting Support | 9 | 03-11-2005 09:55 AM |
| [Closed] Cron jobs and Linux command line | abstraktMedia | Shared Hosting Support | 1 | 06-16-2004 07:35 PM |
All times are GMT -5. The time now is 08:04 AM.









