HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Thread identification in Glance
 
Operating System - HP-UX
        1840127
        Members
    
    
        4040
        Online
    
    
        110161
        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
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
 
02-22-2001 02:30 AM
02-22-2001 02:30 AM
			
				
					
						
							Thread identification in Glance
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Using pthreads in HP-UX 11.00, we use pthread_self() to get a threads own thread ID (TID) for tracing. Since these TIDs are only unique for threads within the same process, the ints returned are always low numbers, i.e. 1-2 digits.
However when looking at our thread stats with Glance the TIDs all have 4-5 digits, looking much more like process IDs. Is there any way we can match these two to know which thread is doing what?
		
		
	
	
	
However when looking at our thread stats with Glance the TIDs all have 4-5 digits, looking much more like process IDs. Is there any way we can match these two to know which thread is doing what?
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-22-2001 11:03 AM
02-22-2001 11:03 AM
			
				
					
						
							Re: Thread identification in Glance
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						There is no direct corralation between tid and the index number. However, as TID's are allocated seqentially, it should tie up nicely, until they get to 30000, when they wrap around back to 0.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
02-22-2001 11:11 AM
02-22-2001 11:11 AM
			
				
					
						
							Re: Thread identification in Glance
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						pthread_self() generates the ID at compile time (yukkie). You could use the pstat() system call and get the real TID at runtime. much more useful. Your interested in lwp_lwpid.
Andy
		
		
	
	
	
Andy
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