Re: performance issue after porting aufs+squashfs to Android

2014-04-28 Thread zaheer
Hi Mr.Dandiest, I am planning to create squashfs for android. Could you please let know the exact toolchain. Which you had used to compile mksquashfs and make a successful squashfs image. I used arm2009q toolchain to compile squashfs tool, when i execute mksquashfs in adb shell, it is throwing

Re: performance issue after porting aufs+squashfs to Android

2011-04-04 Thread Gregoire Gentil
> > > Forwarded Message > > From: dandiest > > To: sf...@users.sourceforge.net > > Cc: aufs-users@lists.sourceforge.net > > Subject: Re: performance issue after porting aufs+squashfs to > > Android > > Date: Mon,

Re: performance issue after porting aufs+squashfs to Android

2011-04-04 Thread sfjro
Hi, dandiest: > attached please find the package including config.gz, dmesg, traces. Unfortunately I don't understand what you want to say by these files. Particularly dmesg(last_kmsg) doesn't contain the aufs messages. It just reports - error or info from devices - oom killer activated and some

Re: performance issue after porting aufs+squashfs to Android

2011-04-04 Thread sfjro
dandiest: > <4>[] (filemap_fault+0x0/0x438) from [] > (aufs_fault+0xc4/0x1 > 04) > <4>[] (aufs_fault+0x0/0x104) from [] > (__do_fault+0x58/0x40c) These lines must be a part of stacktrace in the crash message. Can you post the whole crash message (from "--- cut here ---")? Cuttrently my eyes are

Re: performance issue after porting aufs+squashfs to Android

2011-04-04 Thread dandiest
Hi J.R, thanks for your prompt reply, the information as below: for android, which is using the touch UI, what I can describe is that some times, when touch the screen, it totally has not response for a while before it starting to move. since it is determined by using the syst

Re: performance issue after porting aufs+squashfs to Android

2011-04-04 Thread sfjro
Hello dandiest, dandiest: > can anybody give us some idea how to improve? thanks. I'd suggest you to - decide one method to measure how the performance is bad. - strace it and find which systemcall take long time (or memory). - then I will track down inside of the systemcall. And these info are