Only released in EOL distros:
srv_tools: bag_tools | launch_tools | plot_tools | pointcloud_tools | tf_tools
Package Summary
 Documented 
ROS tools and scripts relates to tf
- Author: Stephan Wirth and Miquel Massot
 - License: BSD
 - Source: git https://github.com/srv/srv_tools.git (branch: fuerte)
 
srv_tools: bag_tools | launch_tools | plot_tools | pointcloud_tools | tf_tools
Package Summary
 Documented 
ROS tools and scripts relates to tf
- Maintainer: Miquel Massot <miquel.massot AT uib DOT es>
 - Author: Stephan Wirth <stwirth AT uib DOT es>, Miquel Massot <miquel.massot AT uib DOT es>
 - License: BSD
 - Source: git https://github.com/srv/srv_tools.git (branch: groovy)
 
srv_tools: bag_tools | launch_tools | plot_tools | pointcloud_tools | tf_tools
Package Summary
 Documented 
ROS tools and scripts relates to tf
- Maintainer: Miquel Massot <miquel.massot AT uib DOT es>
 - Author: Stephan Wirth <stwirth AT uib DOT es>, Miquel Massot <miquel.massot AT uib DOT es>
 - License: BSD
 - Source: git https://github.com/srv/srv_tools.git (branch: hydro)
 
srv_tools: bag_tools | launch_tools | plot_tools | pointcloud_tools | tf_tools
Package Summary
 Released 
 Documented 
ROS tools and scripts relates to tf
- Maintainer status: maintained
 - Maintainer: Miquel Massot <miquel.massot AT uib DOT es>
 - Author: Stephan Wirth <stwirth AT uib DOT es>, Miquel Massot <miquel.massot AT uib DOT es>
 - License: BSD
 - Source: git https://github.com/srv/srv_tools.git (branch: indigo)
 
Package Summary
 Released 
 No API documentation 
ROS tools and scripts relates to tf
- Maintainer status: developed
 - Maintainer: Miquel Massot <miquel.massot AT uib DOT es>
 - Author: Stephan Wirth <stwirth AT uib DOT es>, Miquel Massot <miquel.massot AT uib DOT es>
 - License: BSD
 
tf_tools
tf_logger
tf_logger will record the changes of frames published through tf each with respect to a given reference frame.
Usage
$ rosrun tf_tools tf_logger FREQUENCY REF_FRAME LOG_FRAME [REF_FRAME LOG_FRAME ...]
E.g. if you want to log both the transforms /world -> /odom and /odom -> /base_link at a frequency of 5 Hz, run
$ rosrun tf_tools tf_logger 5 /world /odom /odom /base_link
You can log as many transformations as you wish.