Hi Roberto, On Fri, 2020-04-24 at 16:07 +0200, Roberto Sassu wrote: > This patch introduces the stats interface in securityfs to return useful > information about the measurement list and the hash table. It provides the > following output: > > Runtime measurements: <value> > Violations: <value> > Slots (used/available): <value>/<value> > Max depth hash table: <value> Knowing the max hash table depth is a good start, but I think what we really want to know is if the distribution is uniform. thanks! Mimi