From 8c874b0fcf27584896d002da41373993dc9f9dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Thu, 22 Jun 2017 08:33:54 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@518 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- utils/system_daemon/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/system_daemon/main.cpp b/utils/system_daemon/main.cpp index 381e9076..290795c6 100755 --- a/utils/system_daemon/main.cpp +++ b/utils/system_daemon/main.cpp @@ -221,6 +221,7 @@ public: line += ns.expandLeftTo(5, ' ') + " %, u "; ns = PIString::fromNumber(sys_mon.statistic().cpu_load_user).replaceAll(",", "."); ns = ns.left(ns.find('.') + 2); line += ns.expandLeftTo(5, ' ') + " %"; + tile->content << TileList::Row("PID: " + PIString(sys_mon.statistic().ID), CellFormat()); tile->content << TileList::Row(line, CellFormat()); tile->content << TileList::Row("Threads:", CellFormat()); piForeachC (PISystemMonitor::ThreadStats & t, ts)