!7 p { OSProcess process; repeat 5 { time "oshi_operatingSystem" { oshi_operatingSystem(); }} repeat 5 { time "oshi_currentProcess" { process = oshi_currentProcess(); }} while licensed { time "getResidentSetSize" { print(process.getResidentSetSize()); } sleep(500); } }