Actions
Bug #14088
openlockstat(1M) should document the default record size
Status:
New
Priority:
Normal
Assignee:
-
Category:
manpage - manual pages
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
If you run lockstat, you may sometimes get this warning:
lockstat: warning: ran out of data records (use -n for more)
Unhelpfully, the man page doesn't tell you what the default is (10,000). Unless one does some source diving, you're just shooting in the dark. We should mention the default value in the man page.
Updated by Sachidananda Urs 5 months ago
Before:
-n nrecords Maximum number of data records. -T Trace (rather than sample) events [off by default].
After:
-n nrecords Maximum number of data records. The default is 10000. -T Trace (rather than sample) events [off by default]. A maximum of 10000 records are printed by default unless explicitly set to a different value using the -n option.
Actions