- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- free swap on HPUX
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-01-2004 07:17 PM
07-01-2004 07:17 PM
free swap on HPUX
I would like to know the command used to find out the free swap space in the server.
I am expecting the following outputs for the command;
freeswap memory and total swap memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 07:20 PM
07-01-2004 07:20 PM
Re: free swap on HPUX
# swapinfo -tam
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 07:27 PM
07-01-2004 07:27 PM
Re: free swap on HPUX
# /opt/perf/bin/glance -m
or
# swapinfo -tam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 07:34 PM
07-01-2004 07:34 PM
Re: free swap on HPUX
this should give the information about swap space.
One thing to note is that the reserve column which tells you the amount of Kb reserved in swap but not used.
Any process that is to execute in memory would reserve swap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 12:54 AM
07-02-2004 12:54 AM
Re: free swap on HPUX
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 74 950 7% 0 - 1 /dev/vg00/lvol2
dev 20000 4 19996 0% 0 - 2 /dev/vg52/lvswap
dev 6000 5 5995 0% 0 - 2 /dev/vg62/lvswap
reserve - 7645 -7645
memory 6326 1619 4707 26%
total 33350 9347 24003 28% - 0 -
man swapinfo for more info.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 12:57 AM
07-02-2004 12:57 AM
Re: free swap on HPUX
I think this should be sufficient:
# swapinfo -tam
Regards,