Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6681
  • 博文数量: 4
  • 博客积分: 55
  • 博客等级: 民兵
  • 技术积分: 30
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-09 23:20
文章分类

全部博文(4)

文章存档

2023年(1)

2014年(3)

我的朋友

分类: 其他UNIX

2014-01-21 11:28:03

tusc HP-UX下安装

1、查看tusc是否安装在默认目录 

引用# which tusc


2、下载tusc 

3、上传至服务器,并将其解压 

引用# gunzip tusc-8.0-ia64-11.23.depot.gz 
# ll tusc-8.0-ia64-11.23.depot* 
-rw-r--r--   1 root       sys         983040 Jun 13 15:55 tusc-8.0-ia64-11.23.depot


4、对于depot文件有两种安装方法推荐用第一种 
1)使用swinstall安装 

引用#swinstall -s rx2600:/tmp/tusc-8.0-ia64-11.23.depot


2)直接解压安装 

引用#tar xvf /tmp/tusc-8.0-ia64-11.23.depot


5、安装完成之后即可调用tusc进行进程调度跟踪 

引用#/tmp/tusc/tusc-RUN/usr/local/bin/tusc -aefo /tmp/tusc.out sqlplus "/as sysdba"



附:tusc用法 

引用Usage: 
tusc [-] -OR-  

Most common options: 
    -f: follow forks 
    -p: print pid values 
    -e: show environment variables 
    -a: show arguments to the exec() call 
    -o file : send output to file 
    -v: verbose output for calls that have this instrumented 
    -T format: print timestamps in the given format 
               see 'man 3c strftime' for possible formats 

Typical invocations: 
    1. execute sqlplus, and follow children. Send output to /tmp/tusc.out 
       % tusc -faepo /tmp/tusc.out sqlplus scott/tiger 

    2. as (1), but be verbose 
       % tusc -faepo /tmp/tusc.out -v sqlplus scott/tiger 

    3. as (1), but print timestamps    
       % tusc -faepo /tmp/tusc.out -T %H:%M:%S sqlplus scott/tiger 

    4. attach to a running process. Send output to /tmp/tusc.out 
       % tusc -faepo /tmp/tusc.out -p  


    Unless advised otherwise, the minimum options used should be: 
       % tusc -faepo .... 
阅读(580) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~