HPE 9000 and HPE e3000 Servers
1748128 Members
3364 Online
108758 Solutions
New Discussion

Re: How to see PDT

 
SOLVED
Go to solution
Kavita Poonia
Regular Advisor

How to see PDT

Hello techies,

I want to see my PDT entries on one of our HP-UX server in CSTM. Can I have a command for that.

Thanks & regards,
Kavita
4 REPLIES 4
Ron Irving
Trusted Contributor

Re: How to see PDT

cstm>sall - select all
cstm>info - information
cstm>il - information log

choose 'q' for quit, and 'sa' for save as. you can 'vi' that file, and the memory information will be listed there, along with how many PDT entries.

HTH
Should have been an astronaut.
Torsten.
Acclaimed Contributor
Solution

Re: How to see PDT

The short version:

# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Prashanth.D.S
Honored Contributor

Re: How to see PDT

Hi Kavita,

You can check with these commands...

/var/opt/resmon/log/event.log
#echo "map selall info;wait infolog" | cstm > /tmp/cstm.txt  
#echo "gop cstmpager cat;scl type mem;info;wait;il"|cstm > /tmp/mem.out 
#echo "gop cstmpager cat;ru l\nvd\n"|cstm >> /tmp/mem.out

Best Regards,
Prashanth
Kavita Poonia
Regular Advisor

Re: How to see PDT

Thanks a lot to all of you for the replies. It really worked...........