Sponsored Content
Full Discussion: HP -UX 11.31 monitoring
Operating Systems HP-UX HP -UX 11.31 monitoring Post 302942263 by Prasad@hp-ux on Monday 27th of April 2015 02:35:49 AM
Old 04-27-2015
vmstat 3
Code:
         procs           memory                   page                              faults       cpu
    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id
    2     0     0  1445470   10682    1    0     4    0     0    0    13   4569   4127   413   0  0 100
    2     0     0  1445470   10666    0    0     3    0     0    0     7

Code:
ps -ef `vsz sz pid args`|sort -k2n|tail
sh: vsz:  not found.
  pe1adm 22428 22357  0  Apr  7  ?         3:44 dw.sapPE1_DVEBMGS03 pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1
    root 23039     0  0  Mar 30  ?         0:12 lvmpdevd
    root 23040     0  0  Mar 30  ?         0:00 lvmpattachd
    root 23041     0  0  Mar 30  ?         0:00 lvmpcbwd
  pe1adm 23810 22357  0 04:29:20 ?         0:00 dw.sapPE1_DVEBMGS03 pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1
  pe1adm 23903     1  0  Mar 30  ?        12:19 /usr/sap/PE1/DVEBMGS03/exe/sapstartsrv pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1 -D -u pe1adm
  pe1adm 24361 22357  0  Apr 25  ?         0:12 dw.sapPE1_DVEBMGS03 pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1
  pe1adm 24386 22357  0  Apr 25  ?         0:08 dw.sapPE1_DVEBMGS03 pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1
  pe1adm 27472 22357  0  Apr 22  ?        62:51 dw.sapPE1_DVEBMGS03 pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1
  pe1adm 27605 22357  0  Apr 24  ?         1:34 dw.sapPE1_DVEBMGS03 pf=/usr/sap/PE1/SYS/profile/PE1_DVEBMGS03_diPE1



here are the outputs ...we have sap apps running in the server .
pi stand to be 3 or 4 but po stand to be 0 all the time .

When i see the output from glance it shows 100% mem utilization whereas the swapinfo shows 95%.

how could i judge???
Thanks

Last edited by Scott; 04-27-2015 at 04:21 PM.. Reason: Code tags
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

monitoring script

i have a unix batch written in c, dealing with really time-consuming database operations i want to write a ksh script to monitor its performance. which items i should monitor? do you have any suggestions? 1)cputime 2)swap area 3)pmem 4) 5) what else? (1 Reply)
Discussion started by: gfhgfnhhn
1 Replies

2. UNIX for Advanced & Expert Users

Bandwidth monitoring

Hi Gurus, Need to have a way to monitor Bandwidth utilization on Linux servers, running squid . Have worked on 3rd party monitoring tools like Bandwidth d, Nagios etc. But we are working to find out a way to monitor this through Sitescope, for which we need to find a file where the... (4 Replies)
Discussion started by: Crazy_murli
4 Replies

3. Programming

file monitoring

Hi i am am monitioring a file every 60 seconds and checking if the file has changed and if it has changed i append the changes to another file. i am able to monitior the change in file size but i have a problem copying the changes made in the file to another file. i am using lseek to seek the last... (1 Reply)
Discussion started by: problems
1 Replies

4. AIX

Monitoring

Hi Can any one helpe me in obtaining commands , which enables me to know the following : Monitor Storage Monitor RAM & CPU Utilization Monitor Power Supply Best wishes (1 Reply)
Discussion started by: magasem
1 Replies

5. Shell Programming and Scripting

Please help with monitoring stuff

Hi, I am trying to write a script to do monitoring kind of stuff, requirement - when a server is given a start it updates a file called server.log, I need to keep on grepping the word "Running" and as soon as it comes , script should be exited with the message , "Server came up... (2 Replies)
Discussion started by: sunilmenhdiratt
2 Replies

6. Infrastructure Monitoring

Remote Monitoring

Hi All, I am writing a tool which remotely monitors network devices and sends an alarm if the device does not respond just like an NMS. Can I use Threads module and invoke a simultaneous ping/snmpwalk to 100 or more devices and raise an alarm if any of the devices do no respond? Please... (1 Reply)
Discussion started by: gurukottur
1 Replies

7. Shell Programming and Scripting

Monitoring Script

Hello All, I have written a script which will grep for error codes in a file and if the count for the same is about 500 it will send and smpp alert. Here is my code. #!/bin/bash #########################################################################################################... (3 Replies)
Discussion started by: Siddheshk
3 Replies

8. Shell Programming and Scripting

Help with a monitoring script

I currently have a shellscript to check the size of a filesystem and email me if the size is over a certain percentage (80%). I have this script on crontab and executes the shell every 10 mins. I have the above in place on 8 servers. It so happens that a file system on one of the servers is... (1 Reply)
Discussion started by: goddevil
1 Replies

9. Shell Programming and Scripting

IOSTAT monitoring

Does anyone have an example of IOSTAT -eE in a script??????? Need to see the syntax in a script (4 Replies)
Discussion started by: walnutpony123
4 Replies

10. Infrastructure Monitoring

MySQL DB monitoring

Hello, Can somebody suggest me any Free monitoring utility (preferably GUI) for Mysql DB(community edition). What i am looking at is something that can give me a trend of DB performance and suggest when to upgrade or add more DB resources to existing infra. Note - I tried mtop. but it... (3 Replies)
Discussion started by: Hari_Ganesh
3 Replies
All times are GMT -4. The time now is 09:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy