When running Accumulo 1.10 on a large cluster with a very high scan rate, the "Scan (Entries/s)" graph flatlined at 2,147,483,647. Looking at the Monitor code, it appears that the queryRateOverTime and scanRateOverTime lists use an Integer instead of a Long to store the rates. Changing to a Long should solve the problem.