Lines Matching full:cached
4 # Print out statistics for all cached dmu buffers. This information
45 bincompat = ["cached", "direct", "indirect", "bonus", "spill"]
47 dhdr = ["pool", "objset", "object", "dtype", "cached"]
49 "bsize", "lvls", "dholds", "blocks", "dsize", "cached", "direct",
56 thdr = ["pool", "objset", "dtype", "cached"]
57 txhdr = ["pool", "objset", "dtype", "cached", "direct", "indirect",
76 "state": [5, -1, "state of buffer (read, cached, etc)"],
103 "cached": [6, 1024, "bytes cached for all blocks"],
104 "direct": [6, 1024, "bytes cached for direct blocks"],
105 "indirect": [8, 1024, "bytes cached for indirect blocks"],
106 "bonus": [5, 1024, "bytes cached for bonus buffer"],
107 "spill": [5, 1024, "bytes cached for spill block"],
192 sys.stderr.write("\tdbufstat -d -f pool,object,objset,dsize,cached\n")
383 if col not in ['bonus', 'cached', 'direct', 'indirect', 'spill']:
417 d[pool][objset][key]['cached'] = 0
422 d[pool][objset][key]['cached'] += dbsize + usize