1 /* Licensed to the public under the Apache License 2.0. */
5 return L.Class.extend({
6 title: _('Context Switches'),
8 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
10 title: "%H: Context switches",
13 number_format: "%5.0lf",
15 types: [ "contextswitch" ],
17 contextswitch: [ "value" ]
20 contextswitch: { color: "0000ff", title: "Context switches", noarea: true, overlay: true }