Go Back   HostGator Peer Support Forums > HostGator Peer Support Forums > Linux VPS Support

Notices

Reply
 
Thread Tools
  #1  
Old 01-02-2012, 11:37 AM
bcaa8ra bcaa8ra is offline
Junior Croc
 
Join Date: Aug 2008
Location: Sarasota, FL
Posts: 106
Default How can I cehck VPS bandwidth usage LINUX Command Line

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
Reply With Quote
  #2  
Old 01-02-2012, 06:23 PM
freeman's Avatar
freeman freeman is online now
Swamp Croc
 
Join Date: Jan 2006
Location: Montreal, QC, Canada
Posts: 308
Default Re: How can I cehck VPS bandwidth usage LINUX Command Line

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
Regards,
George B.
__________________
Beneficium accipere, libertatem est vendere

Last edited by freeman; 01-02-2012 at 06:26 PM.
Reply With Quote
  #3  
Old 01-06-2012, 03:05 PM
naushad naushad is offline
Junior Croc
 
Join Date: Aug 2007
Posts: 103
Default Re: How can I cehck VPS bandwidth usage LINUX Command Line

What is the service (the common one) on a vps that eats up a lot of bandwidth?
Reply With Quote
  #4  
Old 01-16-2012, 03:28 PM
naushad naushad is offline
Junior Croc
 
Join Date: Aug 2007
Posts: 103
Default Re: How can I cehck VPS bandwidth usage LINUX Command Line

no one there?
Reply With Quote
  #5  
Old 01-16-2012, 05:36 PM
quietFinn's Avatar
quietFinn quietFinn is offline
Veteran Croc
 
Join Date: Feb 2005
Posts: 3,556
Default Re: How can I cehck VPS bandwidth usage LINUX Command Line

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
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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.