Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • secure crt settings Linux/Unix
  • Removing first line Linux/Unix
  • create database syntax Oracle
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • DBMS_Shared_pool pinning triggers Oracle
  • Import and export statements Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • Create type and Grant on it. Oracle
  • find checksum of a file. Linux/Unix
  • fuser to check who is using diretory Linux/Unix
  • MYSQL for Oracle DBA MYSQL
  • Unix split command to split files Linux/Unix
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Oracle Support Metalink ID 161818.1 Oracle

get_aix_vmstat.ksh

Posted on 18-Nov-2010 By Admin No Comments on get_aix_vmstat.ksh

#!/bin/ksh -x

# First, we must set the environment . . . .

ORACLE_SID=fdprod

export ORACLE_SID

ORACLE_HOME=/orastdbybin/fdprod/product/10.2

export ORACLE_HOME

PATH=$ORACLE_HOME/bin:$PATH

export PATH

SERVER_NAME=`hostname`

typeset -u SERVER_NAME

export SERVER_NAME

# sample every two minutes (120 seconds) . . . .

SAMPLE_TIME=30

while true

do

vmstat ${SAMPLE_TIME} 2 > /tmp/msg$$

cat /tmp/msg$$|sed 1,7d | awk ‘{ printf(“%s %s %s %s %s %s %sn”, $1, $6, $7, $14, $15, $16, $17 ) }’ | while read RUNQUE PAG

E_IN PAGE_OUT USER_CPU SYSTEM_CPU IDLE_CPU WAIT_CPU

do

$ORACLE_HOME/bin/sqlplus fdba/dba101<execute fdba.vmstat3(sysdate, $SAMPLE_TIME, ‘vafddbprod2’, $RUNQUE, $PAGE_IN, $PAGE_OUT, $USER_CPU, $SYSTEM_CPU, $IDLE_CPU,

$WAIT_CPU);

EXIT

EOF

done

done

rm /tmp/msg$$

Oracle, SQL scripts

Post navigation

Previous Post: Processes Parameter decision
Next Post: CPU speed on solaris

Related Posts

  • This is im telling Kishore Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Library cahe Latches and internal explaination Oracle
  • sid_wise_sql.sql Further explaination Oracle
  • ext#.sql Oracle
  • pvm_metric.sql for gathering report from vmstat tables Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Generate SSH without password authentication. Linux/Unix
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Good RAC & Standby Notes Oracle
  • Changing default shell Linux/Unix
  • To Find Orphan OS processes. Linux/Unix
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • Roles and Stored Procs II Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme