nmon is short for Nigel's Performance Monitor It either shows you the stats on screen updating once a second or saves the data to a CSV file for later analysis and graphing. For details see the hom...
It is a memory profiling tool on linux for a performance tuning. It measures memory performance like L1/L2 cache miss, TLB miss, and so on using by the hardware performance monitoring counters. It ...