Re: periodic trim for ufs2 ssds

From: void <void_at_f-m.fm>
Date: Thu, 07 Dec 2023 15:33:59 UTC
On Thu, Dec 07, 2023 at 04:25:37PM +0100, Ronald Klop wrote:
>>A tool like "gstat -d" will show columns for deletion which means trim.
>>
>>Regards,
>>Ronald.
>This can give you some info too.
>
>$ sysctl -a | grep trim
><118>Creating and/or trimming log files.
>kern.cam.da.1.trim_ticks: 0
>kern.cam.da.1.trim_goal: 0
>kern.cam.da.1.trim_lbas: 0
>kern.cam.da.1.trim_ranges: 0
>kern.cam.da.1.trim_count: 0
>kern.cam.da.0.trim_ticks: 0
>kern.cam.da.0.trim_goal: 0
>kern.cam.da.0.trim_lbas: 75835864
>kern.cam.da.0.trim_ranges: 62293
>kern.cam.da.0.trim_count: 57020

thanks for both of those suggestions
--