HP -UX 11.31 monitoring


 
Thread Tools Search this Thread
Operating Systems HP-UX HP -UX 11.31 monitoring
# 1  
Old 04-18-2015
HP -UX 11.31 monitoring

Hi,
i have joined newly as a hp-ux admin... previously worked in linux environment


can anyone tell me how to monitor memory and cpu utilization in hpux??
hp-ux is not as flexible as linux as i understand... please help me out by giving the commands needed and way of troubleshooting if the problem arises.




Thanks you all... im in a hurry please help me out

---------- Post updated at 08:12 PM ---------- Previous update was at 06:06 PM ----------

SmilieSmilieSmilieSmilie
Quote:
Originally Posted by Prasad@hp-ux
Hi,
i have joined newly as a hp-ux admin... previously worked in linux environment


can anyone tell me how to monitor memory and cpu utilization in hpux??
hp-ux is not as flexible as linux as i understand... please help me out by giving the commands needed and way of troubleshooting if the problem arises.




Thanks you all... im in a hurry please help me out
# 2  
Old 04-22-2015
How do you do this in Linux?
# 3  
Old 04-23-2015
I normaly use top,sar ,vmstat commands....
but in hp-ux the top command options are not available ,we can't toggle or sort out the processes based on memory or CPU .i.e the Shift+o doesnt work in hp-ux.
# 4  
Old 04-23-2015
Code:
glance

might have capabilities like top.
Info
Code:
man glance

# 5  
Old 04-24-2015
Thanks that worked
im surprised to see that most of the servers arer running above 95% memory utilization.
A production server is showing 100%..... is this a serious concern??
# 6  
Old 04-24-2015
That's not a problem if
Code:
swapinfo -ta

shows 0% for the dev (swap device).
See also the total (virtual memory) line.
# 7  
Old 04-25-2015
This is the output


Code:
# swapinfo -ta
                 Kb          Kb           Kb   PCT      START/          Kb
TYPE          AVAIL        USED         FREE  USED       LIMIT     RESERVE  PRI  NAME
dev       209715200    10283200    199432000    5%           0           -    1  /dev/vg00/lvol2
reserve           -   123027456   -123027456
memory    167141248   156953600     10187648   94%
total     376856448   290264256     86592192   77%       -           0    -
#


any conclusions??

Last edited by Scott; 04-27-2015 at 04:21 PM.. Reason: Code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question