1 /* Licensed to the public under the Apache License 2.0. */
6 return baseclass.extend({
7 title: _('Context Switches'),
9 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
11 title: "%H: Context switches",
14 number_format: "%5.0lf",
16 types: [ "contextswitch" ],
18 contextswitch: [ "value" ]
21 contextswitch: { color: "0000ff", title: "Context switches", noarea: true, overlay: true }