Sponsored Content
Full Discussion: Increment value (starttime)
Top Forums Shell Programming and Scripting Increment value (starttime) Post 302251396 by Amit.Sagpariya on Monday 27th of October 2008 03:53:36 AM
Old 10-27-2008
Increment value (starttime)

Hi All,

I have created a script...
Code:
#!/bin/sh
datafile=ABC2008101601.OUT
indfile=ABCIND20081016.1.OUT
waittime=600
starttime=0
while [ $starttime -le $waittime ]
do
 if [ -f $indfile ]
 then
  echo "Indicator file has arrived."
  break
 else
  sleep 10;
  ((starttime=$starttime+10))
  
  echo $starttime
  echo $waittime
  
  if [ $starttime -eq $waittime ]
  then
   echo "Waittime excceded"
   Get_feed_date=`sqlplus -s amit/amit@amit  <<END 
   set feedback off;
   set heading off;
   select to_char(feed_next_dt, 'YYYYMMDD') from FEED where  source_desc='ABC';
   exit;
   END`
   echo $Get_feed_date
   exit 0
  fi
 fi
done

by givinbg this... i want to increment srattime by 10 each time.... but it is not incrementing.
Code:
sleep 10;
((starttime=starttime+10))

if i put echo $starttime... it shows me 0 for each iteration... but if i execute it seperately on command mode... it is giving me desired result.. can some one tell me what is wrong with this expression

Last edited by otheus; 10-27-2008 at 06:52 AM.. Reason: added [code] tags
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

increment a Variable

hi, i want to increment a Variable but it doesnt work. here my codé COUNT=1 COUNT= 'expr $COUNT + 1' i've tried it in the prompt but it print me: expr: syntaxerror What does I make wrong? (4 Replies)
Discussion started by: cengiz
4 Replies

2. Shell Programming and Scripting

increment an integer

hi I want to echo the variable $i while it auto-increments till 21 I set initially i to 1 any idea how to do that? thank you (4 Replies)
Discussion started by: melanie_pfefer
4 Replies

3. Shell Programming and Scripting

auto increment

Hello Does anyone know how to auto-increment the value of a variable, preferably using awk or sed? I need to read values from a file and auto-increment those values to use them as line numbers I'd be doing: while read line do # auto-increment sed -n${line}p file> file1 done... (6 Replies)
Discussion started by: loperam
6 Replies

4. Shell Programming and Scripting

Increment of a variable

Hi All, I have a variable n that stores a number. Eg. echo $n comes out to be 120. I need to print 121 using echo command on n. Please advice. Thanks in advance !! (4 Replies)
Discussion started by: learning_skills
4 Replies

5. Shell Programming and Scripting

Increment in date

Hi, I have a variable lets say DATA_DATE. I have to pass some value to this variable in YYYYMMDD format. lets say today I have passed this variable as : DATA_DATE=20100107 Then pls help me how to calculate another variable DATA_DATE1 (which is DATA_DATE+1). The code should work... (3 Replies)
Discussion started by: 46019
3 Replies

6. Shell Programming and Scripting

Date increment

hi Friends, Today_Dt=`date "+%Y-%m-%d"` So the Today date is 2010-05-03 I have a file which has date values as below 2010-04-27 2010-04-02 2010-04-18 2010-04-28 2010-04-29 .. (1 Reply)
Discussion started by: Gopal_Engg
1 Replies

7. UNIX for Advanced & Expert Users

We have uptime but is there a starttime?

Hi gurus, Is it possible to get the time on when the server was re-started or does the output from who -b is the answer to my question? UNIX flavour is Solaris. The uptime command gives information on how long the server has been up but I want to know when the server was started. The output... (4 Replies)
Discussion started by: newbie_01
4 Replies

8. Shell Programming and Scripting

Increment Gawk

Hi, I have a small query with gawk which i'm unsure how to solve. My csv input data is as follows: 1 58352.9 34549 -469.323 LINE_149 2 58352.9 34499 -469.323 LINE_149 3 58352.9 34549 -469.323 LINE_151 4 58352.9 34503.4 -489.841 LINE_151 5 58352.9 34549 -469.323 LINE_152 6 58352.9... (1 Reply)
Discussion started by: theflamingmoe
1 Replies

9. Shell Programming and Scripting

Increment time

I have to increment time ... by sec but i am getting the output like this. for m in {2..3} > do > for (( i = 1; i <= 13; i++ )) > do > echo "$m:$i" > done > done 2:1 2:2 2:3 2:4 2:5 2:6 2:7 2:8 (2 Replies)
Discussion started by: kalyankalyan
2 Replies

10. Shell Programming and Scripting

Increment the password value

I want a script which increments the count when the script runs. Basically I want to send an password reset email notification for an application, the password value should be keep on changing whenever the script is executed for example, first time i execute it should be password1, second time... (2 Replies)
Discussion started by: JAGADESH GN
2 Replies
PMDUMPLOG(1)						      General Commands Manual						      PMDUMPLOG(1)

NAME
pmdumplog - dump internal details of a performance metrics archive log SYNOPSIS
pmdumplog [-adiLlmrstz] [-n pmnsfile] [-S starttime] [-T endtime] [-Z timezone] archive [metricname ...] pmdumplog [-v file] DESCRIPTION
pmdumplog dumps assorted control, metadata, index and state information from the files of a Performance Co-Pilot (PCP) archive log. The archive log has the base name archive and must have been previously created using pmlogger(1). Normally pmdumplog operates on the distributed Performance Metrics Name Space (PMNS), however if the -n option is specified an alternative local PMNS is loaded from the file pmnsfile. If any metricname arguments appear, the report will be restricted to information relevant to the named performance metrics. If metricname is a non-leaf node in the namespace (see pmns(5)), then pmdumplog will recursively descend the archive's namespace and report on all leaf nodes. The options control the specific information to be reported. -a Report everything, i.e. the flags -d, -i, -l, -m, -s and -t. -d Display the metadata and descriptions for those performance metrics that appear at least once in the archive: see pmLookupDesc(3) for more details on the metadata describing metrics. -i Display the instance domains, and any variations in their instance members over the duration of the archive: see pmGetInDom(3) for more details on instance domains. -l Dump the archive label, showing the log format version, the time and date for the start and (current) end of the archive, and the host from which the performance metrics values were collected. -L Like -l, just a little more verbose. -m Print the values for the performance metrics from the archive. This is the default display option. Metrics without an instance domain are reported as: [timestamp] metric-id (metric-name): value1 value2 Metrics with an instance domain are reported as: [timestamp] metric-id (metric-name): inst [internal-id or "external-id"] value1 value2 The timestamp is only reported for the first metric in a group of metrics sharing the same timestamp. -r Process the archive in reverse order, from most recent to oldest recorded metric values. -S When using the -m option, the report will be restricted to those records logged at or after starttime. Refer to PCPIntro(1) for a complete description of the syntax for starttime. -s Report the size in bytes of each physical record in the archive. -T When using the -m option, the report will be restricted to those records logged before or at endtime. Refer to PCPIntro(1) for a com- plete description of the syntax for endtime. -t Dump the temporal index that is used to provide accelerated access to large archive files. The integrity of the index will also be checked. If the index is found to be corrupted, the ``*.index'' file can be renamed or removed and the archive will still be accessible, however retrievals may take longer without the index. Note however that a corrupted temporal index is usually indicative of a deeper malaise that may infect all files in a PCP archive. -v Verbose mode. Dump the records from a physical archive file in hexadecimal format. In this case file is the name of a single file, usually a basename (as would otherwise appear as the archive command line argument), concatenated with ``.'' followed by one of meta (the metadata), index (the temporal index), or a digit (one of the volumes of metric values). Use of -v precludes the use of all other options and arguments. By default, pmdumplog reports the time of day according to the local timezone on the system where pmdumplog is run. The -Z option changes the timezone to timezone in the format of the environment variable TZ as described in environ(5). The -z option changes the timezone to the local timezone at the host that is the source of the performance metrics, as specified in the label record of the archive log. FILES
$PCP_VAR_DIR/pmns/* default local PMNS specification files $PCP_LOG_DIR/pmlogger/hostname Default directory for PCP archives containing performance metric values collected from the host hostname. PCP ENVIRONMENT
Environment variables with the prefix PCP_ are used to parameterize the file and directory names used by PCP. On each installation, the file /etc/pcp.conf contains the local values for these variables. The $PCP_CONF variable may be used to specify an alternative configura- tion file, as described in pcp.conf(5). SEE ALSO
PCPIntro(1), pmlogcheck(1), pmlogger(1), pmlogger_check(1), pmlogger_daily(1), pmloglabel(1), pmlogmerge(1), PMAPI(3), pmGetInDom(3), pmLookupDesc(3), pcp.conf(5), pcp.env(5) and pmns(5). Performance Co-Pilot PCP PMDUMPLOG(1)
All times are GMT -4. The time now is 09:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy