cancel
Showing results for 
Search instead for 
Did you mean: 

Help on monitoring memory usage of data

Former Member
0 Kudos

Since I am working on projects - data management on mobile applications and devices, so I want to test the exact memeory usage of our application data on those mobile devices. Can anyone tell me which tools I can use to monitor that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think the answer depends on which kind of mobile devices you are using.

1) mobile phone: Java Wireless Toolkit already includes a memry monitor, and you can use that to detect your memory usage in the emulator

2) windows mobile: The PocketPC Battery and Memory Monitor tool can help you detect the memory usage on the real devices

3) laptop: you can choose any existing java profiler tools like JProfiler to monitor memory.

Hope it can help you.

Answers (0)