!752 p { S bla = backtick("ps -u -p " + getProcessID()); S line = toLines(bla).get(1); L vals = toList(line.split(" +")); printStructure(vals); int processSize = parseInt(vals.get(5)); // hope for the best... print("Process size: " + processSize + " KB"); }