View | Details | Raw Unified | Return to bug 207638
Collapse All | Expand All

(-)minimunin 2016-02-26 09:55:03.323047290 +0000 (-1 / +1 lines)
Lines 239-245 Link Here
239
EOF
239
EOF
240
;;
240
;;
241
cpu)
241
cpu)
242
    cdef=`get_sys kern.clockrate` ; cdef=${cdef#*stathz =}; cdef=${cdef% *}",/,100,*"
242
    cdef=`get_sys kern.clockrate` ; cdef=${cdef#*stathz = }; cdef=${cdef% *}",/,100,*"
243
cat <<-EOF
243
cat <<-EOF
244
       graph_title CPU usage
244
       graph_title CPU usage
245
       graph_order system interrupt user nice idle
245
       graph_order system interrupt user nice idle

Return to bug 207638