HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: Identifying the source of pagouts
 
Operating System - HP-UX
        1840158
        Members
    
    
        3181
        Online
    
    
        110162
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		Topic Options
			
				
					
	
			
		
	- 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
 
06-20-2003 04:59 PM
06-20-2003 04:59 PM
The VMSTAT po value is telling me that my host is paging fairly substantially. Is there any way of finding the root-cause of this paging?
That is, pages from many processes may be paged out but only because of one or more rogue processes demanding buffers. Is there any way to identify...
a) those processes having their pages paged out?
b) the process(s) demanding free pages causing a) ?
Thank-you
Dan
Solved! Go to Solution.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-20-2003 05:39 PM
06-20-2003 05:39 PM
Solution
			
				
					
					
						Use ps -efl and the first column will show swapped processes as 0, in-core processes as 1. ps is not really aware of process deactivation or paging so this is a crude metric. As far as the processes that are using RAM currently, a quick method is:
UNIX95= ps -eo "flags,vsz,pid,args"|sort -rnk1,2 | more
This sorts processes according to the ps flags column, then by the amount of RAM used. See the man page for flag meanings. NOTE: you may be paging due to memory mapped files, not processes being deactivated and paged out.
	
Bill Hassell, sysadmin
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
UNIX95= ps -eo "flags,vsz,pid,args"|sort -rnk1,2 | more
This sorts processes according to the ps flags column, then by the amount of RAM used. See the man page for flag meanings. NOTE: you may be paging due to memory mapped files, not processes being deactivated and paged out.
Bill Hassell, sysadmin
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-21-2003 02:12 AM
06-21-2003 02:12 AM
			
				
					
						
							Re: Identifying the source of pagouts
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Glancw will also be helpful for you in this case. you can try #glance -f >/tmp/glancefile and then chack that file.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP