delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/06/26/22:50:38

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A7103858C41
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1687834190;
bh=2tBepvFr/yOyYl1rEWbANWTz6wqAEL9WCcVBSioxOUM=;
h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=vRUHtpQGRcauXVlVxQt0/zV7xRvthB+llQUzm/7/E1TvfuReybMm/pv4/mKUq0iow
pezuATQd9gogfxlV8SelYI8YBvBL30I528Zdshz8ulQGrPfPtDYDspxtDhoSj/fnpz
Q6fCaf2lQ8sQLnmL4D/5iYfYnTccp3sVMfzwy0/s=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EB1743858D20
X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=649a4e29
a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17
a=IkcTkHD0fZMA:10 a=PwHRVp-DMge62aEtmdQA:9 a=QEXdDO2ut3YA:10
Message-ID: <fc6e4536-c387-f910-3bc1-89117a6f6356@Shaw.ca>
Date: Mon, 26 Jun 2023 20:49:12 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Subject: Re: Slow cygwin programs on Windows
To: cygwin AT cygwin DOT com
References: <CH2PR02MB6024DCB2FAC12B5F134800BAE526A AT CH2PR02MB6024 DOT namprd02 DOT prod DOT outlook DOT com>
Organization: Inglis
In-Reply-To: <CH2PR02MB6024DCB2FAC12B5F134800BAE526A@CH2PR02MB6024.namprd02.prod.outlook.com>
X-CMAE-Envelope: MS4xfLk/VTkJUpu9qjWi93+KEN6SKO5brNtbp/UdIJkehfDpayrKEapMhikclpNXlPSZ/q9yMgIFK1hw0h+TPvDpg5w2nD4RVglM6IYyFIs191+uplXnyfYN
67jldnFV0Q3l8ruVJcjRR4HlwLsUo2x2xRRcToUl9AEfGQLSVj/DmrAIdQibiX+ehEbvYPytcl8uWGqbY0wXw0eRXfvN/v+qTkWrUtmvOx9ll81b1dBRJ+GS
X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW,
SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Brian Inglis via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Brian Inglis <Brian DOT Inglis AT Shaw DOT ca>, Derek Pagel <Derek DOT Pagel AT infor DOT com>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 35R2oDMg022211

On 2023-06-26 11:48, Derek Pagel via Cygwin wrote:
> We are seeing more instances of application slowness due to Cygwin programs
like 'cp' and 'mv' being executed. The files being 'cp' or 'mv' are not very big
and they stay on the same server. We have installed Cygserver which has improved
things a little bit but there are still many cases of slowness afterwards. We've
been seeing most issues after moving to Windows 2019. Has anyone else
encountered a similar issue?

Do you mean Win Server 2019 or W10 1904/19H1/1909/19H2?
Helps if you show at least the output from:

	$ uname -srvmo

so we can see your Cygwin and Windows releases.

Try running the same slow commands under strace e.g.

	$ strace -o cp-strace.out cp ...

and attach those outputs and

	$ cygcheck -hrsv > cygcheck.out

as text, and someone may be able to help you diagnose any issues.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019