Memory usage of the app under test

Asked by Dmitry

Greetings,

my question is same as this one from 2011
https://answers.launchpad.net/sikuli/+question/151008

Any suggestions how can i get amount of system memory usage of the app under test?

This can work when using Sikuli api in java development kits
https://visualvm.github.io/plugins.html

but what about SikuliX IDE? are there any tools that I could use?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Dmitry
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Since SikuliX generally is running as a Java application in a JVM and the Python scripting uses Jython as interpreter, you can use any Java libraries, that are on classpath at runtime.

For information about how to access the Java level from your SikuliX script please consult the net:
e.g. with
http://www.lmdfdg.com/?q=java+from+jython

Revision history for this message
Dmitry (november) said :
#2

thank you, i will try to use java utils