Operating System - HP-UX
1753814 Members
7611 Online
108805 Solutions
New Discussion юеВ

Re: Average memory utilization

 
SOLVED
Go to solution
Vishu
Trusted Contributor

Re: Average memory utilization

Well Nido,

Here are the outputs of the commands :-

root # mwa status
MeasureWare scope status:
WARNING: scopeux is not active (MWA data collector)

MeasureWare background daemon status:
(Should always be running when the system is up)
Running ttd (Transaction Tracker daemon) pid 1372

MeasureWare server status:
WARNING: alarmgen is not active (alarm generator)
WARNING: agdbserver is not active (alarm database server)
Running perflbd (location broker) pid 28562

The following data sources have running repository servers:
PID DATA SOURCE
Running rep_server 29803 SCOPE
root #


root # cd /var/opt/perf/datafiles
root # ll log*
-rw-r--r-- 1 root root 3348296 Jul 1 18:55 logappl
-rw-r--r-- 1 root root 10431046 Jul 1 18:55 logdev
-rw-r--r-- 1 root root 1391798 Jul 1 18:55 logglob
-rw-r--r-- 1 root root 3192 Jul 1 18:55 logindx
-rw-r--r-- 1 root root 20882164 Jul 1 18:55 logproc
-rw-r--r-- 1 root root 3954348 Jul 1 18:55 logtran
root # date
Wed Jul 1 19:18:37 CDT 2009
root #

root # ps -ef | grep -i mwa
root 4611 4284 0 19:19:33 pts/tb 0:00 grep -i mwa
root #


One query, i grep for mwa process, but did not find any. then how come the log files are updated till 1st July. Plz put some light on it.

thanks
Nido
Trusted Contributor

Re: Average memory utilization

Hi Vishu,

>>>>WARNING: scopeux is not active (MWA data collector)
>>>>WARNING: alarmgen is not active (alarm generator)
>>>>WARNING: agdbserver is not active (alarm database server)

Try restarting mwa:
mwa stop ; mwa start

If its not solving the problem:
Then first copy all log files to different location and empty the logs.

ll /var/opt/perf/datafiles/log*

Try restarting mwa again:

Let me know hows the extract output.

Good Luck!!
" Let Villagers Be Happy!! "
Karl oliver
Frequent Advisor

Re: Average memory utilization

hi Vishu
I use a utility
memdetail . I think i got the utility from this forum. sample output below
You could put this in crontab .
The output from this is the same as glance provides
memdetail

Memory Stat total used avail %used
physical 16357.0 11153.1 5203.9 68%
active virtual 5279.8 4959.4 320.4 94%
active real 4438.3 4203.1 235.1 95%
memory swap 16357.0 6995.2 9361.8 43%
device swap 16384.0 4662.4 11721.6 28%
Vishu
Trusted Contributor

Re: Average memory utilization

Karl,

Can you please provide the full path to this memdetail utility. and the syntax to use it.

Thanks
Karl oliver
Frequent Advisor

Re: Average memory utilization

sorry I dont know location of code . But someone on this forum will.
Maybe you could open a thred asking this ?
Karl
Vishu
Trusted Contributor

Re: Average memory utilization


Can anyone help in getting this memdetail utility and usage syntax, which Karl is telling about.

Thanks
Dennis Handly
Acclaimed Contributor
Solution

Re: Average memory utilization

>Can anyone help in getting this memdetail?

Using a forums search finds Geoff's reply:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1179723
Vishu
Trusted Contributor

Re: Average memory utilization

Thanks Dennis...

i got what is required... Really helpful..full points.

Thanks everyone for your inputs on it.
Vishu
Trusted Contributor

Re: Average memory utilization

closing the thread.

Thanks