If you are curious how many people are in that window.. you can run this in your server console and it'll output how many people in your console.
lua_run print( #sql.Query( "SELECT * FROM utime WHERE lastvisit < " .. os.time() - 365*24*60*30) or {"NONE"} )