mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	"ARC prefetch metadata accesses:" appears twice in the output.
The first occurrence should be "ARC prefetch data accesses:" Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: ofthesun9 <olivier@ofthesun.net> Closes #15427
This commit is contained in:
		
							parent
							
								
									6e41aca519
								
							
						
					
					
						commit
						86c3ed40e1
					
				| @ -711,7 +711,7 @@ def section_archits(kstats_dict): | ||||
|     pd_total = int(arc_stats['prefetch_data_hits']) +\ | ||||
|         int(arc_stats['prefetch_data_iohits']) +\ | ||||
|         int(arc_stats['prefetch_data_misses']) | ||||
|     prt_2('ARC prefetch metadata accesses:', f_perc(pd_total, all_accesses), | ||||
|     prt_2('ARC prefetch data accesses:', f_perc(pd_total, all_accesses), | ||||
|           f_hits(pd_total)) | ||||
|     pd_todo = (('Prefetch data hits:', arc_stats['prefetch_data_hits']), | ||||
|                ('Prefetch data I/O hits:', arc_stats['prefetch_data_iohits']), | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 ofthesun9
						ofthesun9