Hello ALL again, Has anyone tested the performance of GIT on HP-UX platform? Can someone please look into the issue we are seeing.
Thanks, Ibrahim -----Original Message----- From: Vanak, Ibrahim Sent: Tuesday, June 11, 2019 10:09 PM To: Jeff King <p...@peff.net> Cc: git@vger.kernel.org Subject: RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! Thank Peff. Unfortunately I am living with this issue, no one able to find out what is causing this significant delay. Re-initiating this thread if someone can help on this. Thanks & Regards, Ibrahim Vanak -----Original Message----- From: Jeff King [mailto:p...@peff.net] Sent: Thursday, May 30, 2019 5:28 PM To: Vanak, Ibrahim <ibrahim.va...@hpe.com> Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Wed, May 29, 2019 at 09:06:18AM +0000, Vanak, Ibrahim wrote: > After cloning when I tried to checkout a branch on HPUX and Linux, I > still significant time difference there as well even though network is > not involve here. Do you suspect anything with HPUX OS? Do you have > any mechanism to find out who is the causing gigantic delay ? If it's happening for just a local checkout operation, I'd suspect very poor filesystem performance. On Linux, I'd run it under "perf" to see where the time is going. Or possibly "strace -T" to time system calls. I don't know what tools are available under HP-UX for that kind of profiling. -Peff