<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Adding nftables interval sets progressively gets slower and makes the nft CLI less responsive with each added set"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1735#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Adding nftables interval sets progressively gets slower and makes the nft CLI less responsive with each added set"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1735">bug 1735</a>
from <span class="vcard"><a class="email" href="mailto:phil@nwl.cc" title="Phil Sutter <phil@nwl.cc>"> <span class="fn">Phil Sutter</span></a>
</span></b>
<pre>(In reply to anton.khazan from <a href="show_bug.cgi?id=1735#c6">comment #6</a>)
<span class="quote">> 'nft -t list set' is also likely affected to some degree, as comparing the
> time it takes to list a small set (261 ip ranges) to a large set (11655 ip
> ranges), I'm noticing a significant difference - 0.01s vs 0.07s on my VM
> (the actual difference is likely higher but I'm limited to 0.01s measurement
> precision). Note that this is also with the '-t' option so it's not supposed
> to fetch elements (to my understanding).</span >
It is. To see for yourself, use --debug=netlink:
| nft --debug=netlink -t list set ...
If debug output contains lots of "element" lines while non-debug output
doesn't, there likely is a bug (with list-like commands at least).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>