Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2022 04:59:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254763] grep very slow with 13.0-RC4
Message-ID:  <bug-254763-227-XtlXlPQsfT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254763-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254763-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254763

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #17 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Matteo Riondato from comment #15)

If this still occurs with /usr/bin/bsdgrep in 12.x, I think this is a
duplication.

However, I continue to feel that in 12.3-STABLE the performance of concurre=
nt
storage usage by multiple processes has been poor...


> /usr/bin/time -l cat access_log.txt | grep -F -v -f exclude_ips.txt > out=
put.log
                   ~~~~~~~~~~~~~~~~~~=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
~~~~~~~~~~~~
                        |                                                \__
writing
                         \__ reading

Thus, this is reading and writing at the same time.
Doesn't it matter?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254763-227-XtlXlPQsfT>