![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do i get current bandwidth usage via shell script? | scarfake | Shell Programming and Scripting | 2 | 05-25-2008 07:27 PM |
| User History and commnad log | jaydeep_sadaria | UNIX for Dummies Questions & Answers | 5 | 02-11-2008 12:01 AM |
| How to apply the awk commnad ? | preethgideon | UNIX for Dummies Questions & Answers | 3 | 10-30-2006 05:32 PM |
| grep commnad | props | Shell Programming and Scripting | 5 | 12-14-2004 03:50 PM |
| How does commnad tail implement | chenhao_no1 | High Level Programming | 1 | 08-22-2002 10:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Commnad for getting bandwidth usage
Hi all
Wanted to know if there is a command that gives me the bandwidth used at any point of time (in mbps). I pay for the bandwidth I have used and need to be alerted everytime I corss over a certain limit. Regards KS |
| Forum Sponsor | ||
|
|
|
||||
|
Some other options (since you do not post what OS you are using)
netstat -i (should work with HP-UX, AIX, and Solaris) Tools for Linux |
|
|||
|
Hello,
Can I use the same method to get the bandwidth usage in Solaris. The netstat ( netstat -I interface seconds ) gives the packets traffic. So, say if the packet at one point of time is 25, to get traffic in terms of bytes, ( 1500 [ ie mtu ] * 25 ) / 8 I hope MTU is in units of bits. Is this correct ?.. Thanks in advance... |
|||
| Google The UNIX and Linux Forums |