summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/html/plugins/processcount.html
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/html/plugins/processcount.html')
-rw-r--r--glances/outputs/static/html/plugins/processcount.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/glances/outputs/static/html/plugins/processcount.html b/glances/outputs/static/html/plugins/processcount.html
new file mode 100644
index 00000000..a787edd3
--- /dev/null
+++ b/glances/outputs/static/html/plugins/processcount.html
@@ -0,0 +1,6 @@
+<span class="title">TASKS</span>
+<span>{{result["processcount"].total}} ({{result["processcount"].thread}} thr),</span>
+<span>{{result["processcount"].running}} run,</span>
+<span>{{result["processcount"].sleeping}} slp,</span>
+<span>{{result["processcount"].stopped}} oth</span>
+<span> sorted {{ sorter.auto ? 'automatically' : '' }} by {{ sorter.getColumnLabel(sorter.column) }}, flat view</span>