https://github.com/afrontend/logtimer
check the interval time in the log
https://github.com/afrontend/logtimer
Last synced: 9 months ago
JSON representation
check the interval time in the log
- Host: GitHub
- URL: https://github.com/afrontend/logtimer
- Owner: afrontend
- License: mit
- Created: 2019-03-19T13:21:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T18:21:18.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T11:15:55.140Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://agvim.wordpress.com/2018/05/08/generate-time-interval-data-from-log-file/
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logtimer [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> check the interval time in the log
## Installation
```sh
$ npm install -g @afrontend/logtimer
```
## Usage
```sh
$ adb logcat | logtimer -m "java.*Exception"
$ adb logcat | logtimer -m chrome
$ logtimer -d > test.json
$ adb logcat | logtimer -f test.json
```
## License
MIT © [Bob Hwang](https://afrontend.github.io/)
[npm-image]: https://badge.fury.io/js/logtimer.svg
[npm-url]: https://npmjs.org/package/logtimer
[travis-image]: https://travis-ci.org/afrontend/logtimer.svg?branch=master
[travis-url]: https://travis-ci.org/afrontend/logtimer
[daviddm-image]: https://david-dm.org/afrontend/logtimer.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/afrontend/logtimer
[coveralls-image]: https://coveralls.io/repos/afrontend/logtimer/badge.svg
[coveralls-url]: https://coveralls.io/r/afrontend/logtimer