Sponsored Content
Full Discussion: bandwidth
Special Forums IP Networking bandwidth Post 302098722 by msn22 on Wednesday 6th of December 2006 09:17:53 AM
Old 12-06-2006
Quote:
Originally Posted by Darwin_
To answer this question I would have to write a book. Could you please be a bit more specific?

Darwin

you are allright Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

bandwidth check?

I'm on T1, is there any way i can check my acctual bandwidth? Thank you all (3 Replies)
Discussion started by: solvman
3 Replies

2. IP Networking

Bandwidth Caping With PF

i have two questions actually... i need to block certain ports with openbsd and PF in a large lan, the firewall is supposed to be a router between the internet and the first lan switch. first of all, would this work at all in theory? second, i tried doing this a few days ago at a huge lan but i... (2 Replies)
Discussion started by: nocturnal
2 Replies

3. IP Networking

Bandwidth Regulation

Hello, I was wondering how one would go about regulating bandwidth of a server running RH Linux 8.0 and Apache. I am running a webserver, and want only one person to be able to download one file at a time. So, they can't click about 10 files and soak up lots of bandwidth. Plus, I would like to cap... (2 Replies)
Discussion started by: Phobos
2 Replies

4. UNIX for Dummies Questions & Answers

Bandwidth Monitoring.

Hi, I'm looking for some way to bring up in a shell window a realtime (or something that updates at 10 second intervals or whatever) bandwidth monitor. I just want something that shows me how much kbps is going in and how much is going out of each interface. Is there something that might... (2 Replies)
Discussion started by: d11wtq
2 Replies

5. UNIX for Advanced & Expert Users

Bandwidth monitoring

Hi Gurus, Need to have a way to monitor Bandwidth utilization on Linux servers, running squid . Have worked on 3rd party monitoring tools like Bandwidth d, Nagios etc. But we are working to find out a way to monitor this through Sitescope, for which we need to find a file where the... (4 Replies)
Discussion started by: Crazy_murli
4 Replies

6. IP Networking

Bandwidth montor

Hi all I have been running iptraf on a linux box for a few months monitoring bandwidth utilization realtime from mac address with port mirroring. Now I want to graph these bandwidth utilization. Is MRTG the right software? Any ideas? (4 Replies)
Discussion started by: palm101
4 Replies

7. UNIX for Dummies Questions & Answers

Using Variables for Bandwidth control

Hi, I am very new to scripting and have a question regarding variables and their use in a bandwidth monitoring script. I have identified a few primary variables being; Bandwidth CIR Download=32kbits <- these match as per the script below Bandwidth PIR Download=96kbits Bandwidth CIR... (1 Reply)
Discussion started by: vinnir
1 Replies

8. Programming

Bandwidth monitoring using python

I wish to develop an application to monitor the network traffic of my system. I wish to know which computer networked to me is using most of the bandwidth. I know the basics of python but do not know how to start the work.. please suggest some good methods to follow. (7 Replies)
Discussion started by: coderhs
7 Replies

9. IP Networking

New network bandwidth requirements

Many papers, articles and posts about network bandwidth requirements refer to network traffic rules-of-thumb when estimating bandwidth requirements for a new network with an unknown load. I've seen a couple rules for video and VoIP. I'd be thankful if someone could share any rules-of thumb they... (5 Replies)
Discussion started by: redrider
5 Replies
RIGSMTR(1)						      General Commands Manual							RIGSMTR(1)

NAME
rigsmtr - measure S-Meter vs azimuth using Hamlib SYNOPSIS
rigsmtr [OPTION]... [time_step] DESCRIPTION
rigsmtr uses Hamlib to control a rig to measure S-Meter vs azimuth: It rotates the antenna from minimum azimuth to maximum azimuth. Every second or time_step if specified in seconds, it retrieves the signal strength. Azimuth in degree and corresponding S-Meter level in dB relative to S9 are then printed on stdout. To work correctly, rigsmtr needs a rig that could measure S-Meter and a Hamlib backend that is able to get it, mounted on a Hamlib sup- ported rotator. Keep in mind that Hamlib is still BETA level software. A lof of stuff hasn't been tested thoroughly, and the API may change without publi- cised notice. Please report bugs and feedback at the e-mail address given in the REPORTING BUGS section. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -m, --model=id Select radio model number. See model list provided by rigctl. -r, --rig-file=device Use device as the file name of the radio to operate on. -s, --serial-speed=baud Set radio serial speed to baud rate. Uses maximal rig speed as default. -c, --civaddr=id Use id as the CI-V address to communicate with the rig. Only for Icom rigs. NB: the id is in decimal, unless prefixed by 0x, in which case it is hexadecimal. -C, --set-conf=parm=val[,parm=val]* Set radio config parameter. See -L option of rigctl for a list. -M, --rot-model=id Select radio model number. See model list provided by rotctl. -R, --rot-file=device Use device as the file name of the rotator to operate on. -S, --rot-serial-speed=baud Set rotator serial speed to baud rate. Uses maximal speed as default. -N, --rot-set-conf=parm=val[,parm=val]* Set rotator config parameter. See -L option of rotctl for a list. -v, --verbose Set verbose mode, cumulative (BUG, ERR, WARN, VERBOSE, TRACE). -h, --help Show summary of options and exit. -V, --version Show version of program and exit. RETURN VALUE
rigsmtr exits with: 0 if all operations went fine; 1 if there was an invalid command line option or arg; 2 if an error was returned by Ham- lib; 3 if the rig doesn't have the required capabilities. EXAMPLE
rigsmtr -m 209 -r /dev/ttyS1 -M 202 > csmtr Collect S-Meter readings on a TS850 while an EasycommII rotator makes a full 360o, and record measurements in file csmtr. After completion, csmtr file contains for example the following lines : 0 -47 30 -40 60 -22 90 -3 120 10 150 1 180 -11 210 -24 240 -35 270 -42 300 -48 330 -51 360 -49 Result could then be ploted with gnuplot: gnuplot set angles degrees set polar set grid polar 15. unset border unset param set style data line set rrange [-60:60] set xrange [-60:60] set yrange [-60:60] plot "csmtr" AUTHOR
Man page written by Stephane Fillod. BUGS
Need more testing. Reports are welcome. REPORTING BUGS
Report bugs to <hamlib-developer@users.sourceforge.net>. COPYRIGHT
Copyright (C) 2004-2009 Thierry Leconte & Stephane Fillod This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
hamlib(3),rigctl(1),rotctl(1) Hamlib January 5, 2008 RIGSMTR(1)
All times are GMT -4. The time now is 12:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy