mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Oops - now the top parser will output the whole command.
This commit is contained in:
@@ -283,7 +283,7 @@ QJsonObject SysMgmt::procInfo() {
|
||||
values.insert("cpu", line.section(" ", 8, 8));
|
||||
values.insert("time", line.section(" ", 9, 9));
|
||||
values.insert("wcpu", line.section(" ", 10, 10));
|
||||
values.insert("command", line.section(" ", 11, 11));
|
||||
values.insert("command", line.section(" ", 11, -1));
|
||||
|
||||
// Add the PID object
|
||||
retObject.insert(pid, values);
|
||||
|
||||
Reference in New Issue
Block a user