C,
Use the StateTimes output for the Server to calculate the appropriate measure for utilisation. You probably want (working time) / [(working time) + (idle time)]. In that attached model, I have given the Server the following CustomOutput:
{ util 'this.StateTimes("Working")/(this.StateTimes("Working")+this.StateTimes("Idle"))' }
and have changed the input to the Graph to plot that quantity.
Harry