Issue Details (XML | Word | Printable)

Key: JASMINE-114
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Francois Waeselynck
Reporter: Francois Waeselynck
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JASMINe

Time filter (-t) of the replay command does not work

Created: 29/Jan/08 09:01 AM   Updated: 16/Mar/08 10:14 AM  Due: 31/Jan/08
Component/s: MBeanCmd
Affects Version/s: None
Fix Version/s: JASMINe 1.0 RC1

Environment: Windows XP - Java 1.5


 Description  « Hide
The '-t' option of the replay command does not work.

the syntax is : -t field type from to

Where:
- field is the title of the column used as absciss (time)
- type is either 'long', meaning that the time is expressed as the number of milliseconds since 1/1/1970. This is the type of the field.
- from, to: are the lower and higher bound of the time interval. The syntax must be : "yyyy/MM/dd HH:mm:ss" (see SimpleDateFormat).

The commands tries to parse from and to according to the 'type' definition, instead of the human readable form "yyyy/MM/dd HH:mm:ss".

TODO: fix the Outer.setTimeFilter method

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Francois Waeselynck added a comment - 29/Jan/08 10:22 AM
Done.