summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/html/plugins/processcount.html
blob: a787edd3dbd8d0ffc373130b5cfdbb5e01bda75a (plain)
1
2
3
4
5
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>