logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lat_fs - measure file system create/delete performance

Description

lat_fs  is  a  program  that  creates  a  number of small files in the current working directory and then
       removes the files.  Both the creation and removal of the files is timed.

Name

       lat_fs - measure file system create/delete performance

Options

       If dir is specified, lat_fs will change to that directory first and do the  creates  and  deletes  there.
       Otherwise the creates and deletes are done in $PWD.

Output

       The  results  are  in terms of creates per second and deletes per second as a function of file size.  The
       output is in 4 column form and is the size of the file, the number created, the creations per second, and
       the removals per second.  Output format looks like:

       0k500130427401k50090416634k500861164710k5006741516

See Also

lmbench(8).

(c)1994 Larry McVoy                                  $Date$                                            LAT_FS(8)

Synopsis

lat_fs [ dir ]

See Also