Memory dirty/active/inactive

Command: sar -r
	kbactive
		Amount of active memory in kilobytes (memory that has been used
		more recently and usually not  reclaimed  unless  absolutely
		necessary).

	kbinact
		Amount  of  inactive  memory in kilobytes (memory which has been
		less recently used. It is more eligible to be reclaimed for
		other purposes).

	kbdirty
		Amount of memory in kilobytes waiting to get written back to the
		disk.