Metadata-Version: 1.1
Name: timecat
Version: 2.0
Summary: a powerful tool for searching log files with binary search algorithm
Home-page: https://github.com/fanfank/timecat
Author: xuruiqi
Author-email: reetsee.xu@gmail.com
License: MIT
Description: Usage: timecat -s '2016-01-02 20:13:14' -e '2016-01-02 20:14:13', or: timecat -d '2016-01-02' -s '20:13:14' -e '20:14:13'. timecat output contents within the specified [start, end) range, saving huge amounts of disk I/Os. Timecat supports popular datetime formats say syslog, apache, nginx, timestamp, etc. Datetime formats of -s and -e do not need to be consistent with that in file.
Keywords: log binary search tool
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Text Processing :: Filters
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
