Re: procps can work

2024-12-17 Thread via Cygwin
So, there is a big performance difference between windows and linux? On linux, 3000 processes just take about 0.1 second. On Fri, Dec 13, 2024 at 10:22 AM 凯夏 wrote: > After I upgraded to 3.6.0-0.287.g1d1451ccd2a6, procps can work now. > It doesn't just hang for a short time, I have a crontab job

Re: procps can work

2024-12-12 Thread via Cygwin
After I upgraded to 3.6.0-0.287.g1d1451ccd2a6, procps can work now. It doesn't just hang for a short time, I have a crontab job to log process information into file every minute, and I found ps running for hours, so I have to stop the job. On Thu, Dec 12, 2024 at 9:56 PM Takashi Yano wrote: > On

Re: procps can work

2024-12-12 Thread via Cygwin
31@21:47:19#xiakai1@tp/~> /usr/bin/ps|wc -l 146 31@21:47:21#xiakai1@tp/~> about 146 processes On Thu, Dec 12, 2024 at 8:54 PM Takashi Yano wrote: > On Thu, 12 Dec 2024 17:01:38 +0800 > 凯夏 wrote: > > yes, 3.6.0-0.280.g2a1f407b091, > > I use timeout 3 strace procps -h &> procps.strace and split p

Re: procps can work

2024-12-12 Thread via Cygwin
yes, 3.6.0-0.280.g2a1f407b091, I use timeout 3 strace procps -h &> procps.strace and split procps.strace into two files: https://pastebin.com/PQ5FuiLX https://pastebin.com/i30c271t On Thu, Dec 12, 2024 at 4:09 PM Takashi Yano wrote: > On Thu, 12 Dec 2024 14:05:29 +0800 > 凯夏 wrote: > > Yes cannot

procps can work

2024-12-11 Thread via Cygwin
procps can work, how can i debug this? https://imgur.com/a/V5KPWmc -- 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

Re: cpu issue on when using less

2024-12-11 Thread via Cygwin
cygwin 3.6.0-0.280.g2a1f407b0919 On Thu, Dec 12, 2024 at 11:53 AM Takashi Yano wrote: > On Thu, 12 Dec 2024 11:24:40 +0800 > 凯夏 via Cygwin wrote: > > When I use less read from pipe,even i just output a empty new line to > less, > > the bash running less gets high cpu usage

cpu issue on when using less

2024-12-11 Thread via Cygwin
When I use less read from pipe,even i just output a empty new line to less, the bash running less gets high cpu usage ( picture 1, picture 2 ), and less itself didn't use many cpu, when i quit less, cpu usage of bash drop to normal ( picture 3 ) When I use less read from file,the bash running less