Returns the percentage of memory used in the execution of the tag <runtime.exec />.

1 runtime.getPercentMemoryUsed

<runtime.getPercentMemoryUsed />
Example
Copy
<xsql-script name='runtime_MemoryUsed_sample1'>
    <body>
        <runtime.exec>
            <string>/bin/mkdir /tmp/test</string>
        </runtime.exec>

        <println>
            <runtime.getPercentMemoryUsed/>
        </println>
    </body>
</xsql-script>