Comment on Ask HN: Monitoring historical server resource usage on linux?Comments−lg16yYou probably know about sar, but a lot of people may not; it can get advanced with all the options, but for simple cpu spot checks: sar -u X Y prints Y lines of utilization info, one every X seconds.
Comments
You probably know about sar, but a lot of people may not; it can get advanced with all the options, but for simple cpu spot checks:
prints Y lines of utilization info, one every X seconds.