Sponsored Content
Top Forums Shell Programming and Scripting Calculate packet in/out interval script Post 302581808 by samer.odeh on Wednesday 14th of December 2011 05:40:22 AM
Old 12-14-2011
Many thanks for reply.

Would you please let me know what would be FS when we type:
Code:
-F '[: ]*' '

Best Regards


Moderator's Comments:
Mod Comment Please use code tags!

Last edited by zaxxon; 12-14-2011 at 10:42 AM.. Reason: code tags, see PM
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Script Run Interval to be dynamic

Hi All. I have a script which has to be run periodically. The frequency of its run will be decided by a Database stored value PollRate. e.g. If PollRate value is 300secs, then the script should be executed every 5 minutes, if it's 1500secs, it should execute every 15 minutes. Is there... (5 Replies)
Discussion started by: rahulrathod
5 Replies

2. Shell Programming and Scripting

script to run repeatedly after a fixed interval of time

Hi , I am working on the following script . I want this script to run and scan the log file repeatedly after 3 hours. This script will run & scan just for the current date logs and after every 3 hours. Kindly advice what to add in this script for this purpose. #!/bin/sh diff common.log... (3 Replies)
Discussion started by: himvat
3 Replies

3. Shell Programming and Scripting

run script 1 minute interval without CronTab

I am using Solaris 9. I wish to run my script every 1 minute inteval. Though i can run it using below entry in crontab. * * * * /export/home/username/script/file_exist_&_run.sh in short above script will check whether a specific file exist in a directory. If it found it will inovke another... (10 Replies)
Discussion started by: thepurple
10 Replies

4. OS X (Apple)

interval in a launchd script

Hi, i'm planning a to automate my backup with a rsync user deamon in my launchd and let that run every 2 hours. my server contains a lot of video data which can expand rapidly , up to 1TB, in an interval of 2 hours. now i'm wondering what will happen when a rsync is running longer then the... (1 Reply)
Discussion started by: wessel
1 Replies

5. UNIX for Dummies Questions & Answers

Run script in the background with a time interval

I have a script I want to run in the background, and I have looked it up but I am not exactly sure how to do. First of all to run it in the background do you have to put something in the script or is it just a command when you go to run it. I found this solution to it but once again I am not to... (2 Replies)
Discussion started by: mauler123
2 Replies

6. Shell Programming and Scripting

compare the interval of 2 numbers of input2with interval of several numbers of input1

Help plz Does any one have any idea how to compare interval ranges of 2 files. finding 1-4 (1,2,3,4) of input2 in input1 of same key "a" values (5-10, 30-40, 45-60, 80-90, 100-120 ). Obviously 1-4 is not one of the range with in input1 a. so it should give out of range. finding 30-33(31,32,33)... (1 Reply)
Discussion started by: repinementer
1 Replies

7. Shell Programming and Scripting

How to run a script everyday between 7 and 8 pm with the time interval of 5 minutes?

Hi, Can someone help me in running a cronjob everyday between 7 and 8 pm with the time interval of 5 minutes in between to repeat that script. The script is so small and I need that to run daily between this time. Please if possible provide me the syntax for this logic. Thanks. (4 Replies)
Discussion started by: cya
4 Replies

8. Shell Programming and Scripting

Main script triggers second and it has to run at specific interval

Hi Friends, I am newbie to shell programming and I am stuck trying to accomplish following task.We use Bamboo CI which executes script1 passing parameters. This Main script executes script2 as backend process as part of one of it statements. Task of script2 is to essentially check whether a... (0 Replies)
Discussion started by: aditya206
0 Replies

9. Shell Programming and Scripting

Script (ksh) to get data in every 30 mins interval for the given date

Hello, Since I m new to shell, I had a hard time to sought out this problem. I have a log file of a utility which tells that batch files are successful with timestamp. Given below is a part of the log file. 2013/03/07 00:13:50 Apache/1.3.29 (Unix) configured -- resuming normal operations... (12 Replies)
Discussion started by: rpm120
12 Replies

10. AIX

Packet loss coming with big packet size ping

(5 Replies)
Discussion started by: Vishal_dba
5 Replies
QwtLinearScaleEngine(3) 					 Qwt User's Guide					   QwtLinearScaleEngine(3)

NAME
QwtLinearScaleEngine - A scale engine for linear scales. SYNOPSIS
#include <qwt_scale_engine.h> Inherits QwtScaleEngine. Public Types enum Attribute { NoAttribute = 0, IncludeReference = 1, Symmetric = 2, Floating = 4, Inverted = 8 } Public Member Functions int attributes () const virtual void autoScale (int maxSteps, double &x1, double &x2, double &stepSize) const virtual QwtScaleDiv divideScale (double x1, double x2, int numMajorSteps, int numMinorSteps, double stepSize=0.0) const double lowerMargin () const double reference () const void setAttribute (Attribute, bool on=true) void setAttributes (int) void setMargins (double lower, double upper) void setReference (double reference) bool testAttribute (Attribute) const virtual QwtScaleTransformation * transformation () const double upperMargin () const Protected Member Functions QwtDoubleInterval align (const QwtDoubleInterval &, double stepSize) const QwtDoubleInterval buildInterval (double v) const bool contains (const QwtDoubleInterval &, double val) const double divideInterval (double interval, int numSteps) const QwtValueList strip (const QwtValueList &, const QwtDoubleInterval &) const Detailed Description A scale engine for linear scales. ight The step size will fit into the pattern $t 1,2,5 Member Enumeration Documentation enum QwtScaleEngine::Attribute [inherited] .IP o 2 IncludeReference Build a scale which includes the reference() value. o Symmetric Build a scale which is symmetric to the reference() value. o Floating The endpoints of the scale are supposed to be equal the outmost included values plus the specified margins (see setMargins()). If this attribute is *not* set, the endpoints of the scale will be integer multiples of the step size. o Inverted Turn the scale upside down. See also: setAttribute(), testAttribute(), reference(), lowerMargin(), upperMargin() Member Function Documentation QwtDoubleInterval QwtLinearScaleEngine::align (const QwtDoubleInterval &interval, doublestepSize) const [protected] Align an interval to a step size. The limits of an interval are aligned that both are integer multiples of the step size. Parameters: interval Interval stepSize Step size Returns: Aligned interval int QwtScaleEngine::attributes () const [inherited] Return the scale attributes See also: Attribute, setAttributes(), testAttribute() void QwtLinearScaleEngine::autoScale (intmaxNumSteps, double &x1, double &x2, double &stepSize) const [virtual] Align and divide an interval Parameters: maxNumSteps Max. number of steps x1 First limit of the interval (In/Out) x2 Second limit of the interval (In/Out) stepSize Step size (Out) See also: setAttribute() Implements QwtScaleEngine. QwtDoubleInterval QwtScaleEngine::buildInterval (doublev) const [protected, inherited] Build an interval for a value. In case of v == 0.0 the interval is [-0.5, 0.5], otherwide it is [0.5 * v, 1.5 * v] bool QwtScaleEngine::contains (const QwtDoubleInterval &interval, doublevalue) const [protected, inherited] Check if an interval 'contains' a value Parameters: interval Interval value Value See also: QwtScaleArithmetic::compareEps() double QwtScaleEngine::divideInterval (doubleintervalSize, intnumSteps) const [protected, inherited] Calculate a step size for an interval size Parameters: intervalSize Interval size numSteps Number of steps Returns: Step size QwtScaleDiv QwtLinearScaleEngine::divideScale (doublex1, doublex2, intmaxMajSteps, intmaxMinSteps, doublestepSize = 0.0) const [virtual] Calculate a scale division. Parameters: x1 First interval limit x2 Second interval limit maxMajSteps Maximum for the number of major steps maxMinSteps Maximum number of minor steps stepSize Step size. If stepSize == 0, the scaleEngine calculates one. See also: QwtScaleEngine::stepSize(), QwtScaleEngine::subDivide() Implements QwtScaleEngine. double QwtScaleEngine::lowerMargin () const [inherited] Returns: the margin at the lower end of the scale The default margin is 0. See also: setMargins() double QwtScaleEngine::reference () const [inherited] Returns: the reference value See also: setReference(), setAttribute() void QwtScaleEngine::setAttribute (Attributeattribute, boolon = true) [inherited] Change a scale attribute Parameters: attribute Attribute to change on On/Off See also: Attribute, testAttribute() void QwtScaleEngine::setAttributes (intattributes) [inherited] Change the scale attribute Parameters: attributes Set scale attributes See also: Attribute, attributes() void QwtScaleEngine::setMargins (doublelower, doubleupper) [inherited] Specify margins at the scale's endpoints. Parameters: lower minimum distance between the scale's lower boundary and the smallest enclosed value upper minimum distance between the scale's upper boundary and the greatest enclosed value Margins can be used to leave a minimum amount of space between the enclosed intervals and the boundaries of the scale. Warning: o QwtLog10ScaleEngine measures the margins in decades. See also: upperMargin(), lowerMargin() void QwtScaleEngine::setReference (doubler) [inherited] Specify a reference point. Parameters: r new reference value The reference point is needed if options IncludeReference or Symmetric are active. Its default value is 0.0. See also: Attribute QwtValueList QwtScaleEngine::strip (const QwtValueList &ticks, const QwtDoubleInterval &interval) const [protected, inherited] Remove ticks from a list, that are not inside an interval Parameters: ticks Tick list interval Interval Returns: Stripped tick list bool QwtScaleEngine::testAttribute (Attributeattribute) const [inherited] Check if a attribute is set. Parameters: attribute Attribute to be tested See also: Attribute, setAttribute() QwtScaleTransformation * QwtLinearScaleEngine::transformation () const [virtual] Return a transformation, for linear scales Implements QwtScaleEngine. double QwtScaleEngine::upperMargin () const [inherited] Returns: the margin at the upper end of the scale The default margin is 0. See also: setMargins() Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 5.2.2 Mon Aug 1 2011 QwtLinearScaleEngine(3)
All times are GMT -4. The time now is 10:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy