Glance

HP/UX Performance Analysis: Glance, MeasureWare and PerfView


Outlined here are a few spare notes regarding performance analysis on HP/UX 10.20 to 11i.

Glance

Glance is an HP performance measuring tool, analogous to top. Unfortunately, it ironically can cause performance problems if run with too rapid a refresh rate. There, it can be useful to run it at a longer interval:
  # glance -j 60

Glance Shortcut Keys

KeyFunction
aall CPU detail
cCPU report
dDisk report (–> b: buffer cache page)
gglobal process list (initial screen)
iI/O by filesystem
jadjust data refresh interval
lLAN: Network by interface
mMemory report
MSingle process memory details
Nglobal NFS activity
nNFS by system
ochange process listing hresholds
ssingle process details
tsystem table utilisation
uI/O by disk
vI/O by logical volume
wswap report
Wsingle process wait states
yrenice a process

MeasureWare

MeasureWare does not always shut down completely cleanly. It can be shutdown like this:
    # mwa stop all
    # ttd -k
    # midaemon -T

PerfView

PerfView parameter: /var/opt/perf/parm
This specifies groups of processes. It can be viewed in glance with “A”. Will update glance immediately next time glance is run. Scopeux: process uses parm to log results in datafiles. Restart with:
# mwa restart scope

Extracting data (from logfiles)

  # extract -f ,purge -r /var/opt/perf/reptfile \
           -xp d-1 -A -G  (where A=application, G=global)

Generating alarm reports

  # utility -x  -D -b today -xa  (-e tomorrow)
SHARE

sangeethakumar

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment