<div dir="ltr">As Sven suggests, this is easy to gather once you turn on file heat. I run this heat.pol file against a file systems to gather the values:<div><br></div><div>-- heat.pol --</div><div><br></div><div><div>define(DISPLAY_NULL,[CASE WHEN ($1) IS NULL THEN '_NULL_' ELSE varchar($1) END])</div><div><br></div><div>rule fh1 external list 'fh' exec ''</div><div>rule fh2 list 'fh' weight(FILE_HEAT) show( DISPLAY_NULL(FILE_HEAT) || '|' || varchar(file_size) )</div><div><br></div><div>-- heat.pol --</div><div><br></div><div>Produces output similar to this:</div><div><br></div><div><div>/gpfs/.../specFile.pyc 535089836 5892</div><div>/gpfs/.../syspath.py 528685287 806</div><div>/gpfs/---/bwe.py 528160670 4607</div></div><div><br></div><div>Actual GPFS file path redacted :)</div><div><br></div><div>After that it's a relatively straightforward process to go thru the values. There is no documentation on what the values really mean, but it does give you some overall indication of which files are getting the most hits.</div><div><br></div><div>I have other information to share; drop me a note at my work email:</div><div><br></div><div><a href="mailto:robert.oesterlin@nuance.com">robert.oesterlin@nuance.com</a></div><div><div dir="ltr"><br><div>Bob Oesterlin</div><div>Sr Storage Engineer, Nuance Communications</div></div></div>
</div></div>