Android Tablets Forum banner

what app to use to make sure swap is working

1738 Views 2 Replies 3 Participants Last post by  linuxluver
hey i just made a linux swap file on my sd card for ecocotx firmware 1.3 what app can i use to make sure its working???
1 - 3 of 3 Posts
Run some terminal program (e.g. Better Terminal Emulator Pro)In terminal type command "free" with Enter after it.
Code:
$ free
After that you can see total and used physical and swap memory. If Android doesn't use swap you'll see 0 value in swap line, otherwise there will be a nonzero.
The output looks like this (from my linux PC with 4GBs of RAM): [email protected]:~$ free total used free shared buffers cachedMem: 4058604 3900876 157728 0 241136 2778084Swap: 2811332 3432 2807900
1 - 3 of 3 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top