Service graphs
	
Graph Information
This graph shows the number of processes
	| Field | Internal name | Type | Warn | Crit | Info | 
	| sleeping | sleeping | gauge |  |  | The number of processes that are sleeping for less than about 20 seconds. | 
	| idle | idle | gauge |  |  | The number of processes that are idle (sleeping for longer than about 20 seconds). | 
	| stopped | stopped | gauge |  |  | The number of stopped or traced processes. | 
	| zombie | zombie | gauge |  |  | The number of defunct ('zombie') processes (process terminated and parent not waiting). | 
	| lock | lock | gauge |  |  | The number of processes that are waiting to acquire a lock. | 
	| uninterruptible | uninterruptible | gauge |  |  | The number of uninterruptible processes (usually IO). | 
	| interrupt | interrupt | gauge |  |  | The number of idle interrupt threads. | 
	| runnable | runnable | gauge |  |  | The number of runnable processes (on the run queue). | 
	| total | processes | gauge |  |  | The total number of processes. |