Actions
Feature #635
closed
DT
DG
snapshot list-output should report max-size setting
Feature #635:
snapshot list-output should report max-size setting
Start date:
09/18/2013
Due date:
% Done:
100%
Estimated time:
Description
Consider this:
$ lttng create session --snapshot
Session session created.
Default snapshot output set to: /home/username/lttng-traces/session-20130917-163254
Snapshot mode set. Every channel enabled for that session will be set in overwrite mode and mmap output.
$ lttng snapshot list-output
Snapshot output list for session session
[1] snapshot-1: /home/username/lttng-traces/session-20130917-163254
What the user was expecting is:
[...]
$ lttng snapshot list-output
Snapshot output list for session session
[1] snapshot-1: /home/username/lttng-traces/session-20130917-163254 (max-size: -1)
Actions