- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Script to monitor Memory Utilisation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 10:31 PM
07-03-2001 10:31 PM
Script to monitor Memory Utilisation
I wanted to monitor the Memory utilisation of my system (HPUX 11.00), with some time intervals (may be every one hour) in a day, with time stamp.
Any good script to do this? With maximum possible details of memory (used/free/percentage of Util).
Can anyone have this already kindly help me.
Thanks in Advance,
VChozhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 11:12 PM
07-03-2001 11:12 PM
Re: Script to monitor Memory Utilisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 11:55 PM
07-03-2001 11:55 PM
Re: Script to monitor Memory Utilisation
# /usr/sam/lbin/getmem
might give you something interesting although top and glance would be the prefered utils to use although they don't apply well for scripting purposes.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 12:21 AM
07-04-2001 12:21 AM
Re: Script to monitor Memory Utilisation
You may execute the following command :
1.
vmstat -S n1 n2
-> n1 : frequency expressed in seconds.
-> n2 : Number of times the output reporting will be displayed.
This gives information about
- swap in
- swap out
- page in
- page out
- active virtual memory
-
2. top command, and have a look on :
- Real memory.
- Virual memory.
- Free memory.
Beside, there is a wonderful software it's name is " View Point " of Datametric, which collect information about nearly every thing :
CPU, Memory, Disks, Network and all its subcomponents.
I used it and I'm really satisfied.
Hope this could help.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 12:33 AM
07-04-2001 12:33 AM
Re: Script to monitor Memory Utilisation
I'd use glance like the following:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb96d37f45ef7d4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf6ffa12d6d27d5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x5793663ce855d511abcd0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 12:39 AM
07-04-2001 12:39 AM
Re: Script to monitor Memory Utilisation
Of course bill and federico, glance would be the best to do this task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 01:23 AM
07-04-2001 01:23 AM
Re: Script to monitor Memory Utilisation
adb /stand/vmunix /dev/kmem | tail -1 | awk '{print $2}'`
echo "selclass qualifier memory;info;wait;infolog"|cstm