An open API service indexing awesome lists of open source software.

https://github.com/grandchild/logdiff

Show time differences in consecutive log entries to see quickly what takes the most time.
https://github.com/grandchild/logdiff

debugging diff log logging time timing

Last synced: 10 months ago
JSON representation

Show time differences in consecutive log entries to see quickly what takes the most time.

Awesome Lists containing this project

README

          

![Screenshot](https://raw.github.com/grandchild/logDiff/master/.img/screenshot.png)
##### [Use it here](https://grandchild.github.io/logDiff)

#### Usage
Paste log into left text field and click outside of it to (re)create diff on right side.

The following time formats are accepted:

| Format | Example |
| :---------- | :---------- |
| `YYYY-MM-DDTHH:mm:ss` | `2015-10-13T15:06:23` |
| `YYYY-MM-DD HH:mm:ss[.SSSS]` | `2015-10-13 15:06:23.466480` or `2015-10-13 15:06:23` |
| `YYYY/MM/DD HH:mm:ss[.SSSS]` | `2015/10/13 15:06:23.466480` or `2015/10/13 15:06:23` |
| `MMM DD HH:mm:ss[.SSSS]` | `Oct 13 15:06:23.466480` (month name locale-specific!) |
| `MMM DD YYYY HH:mm:ss[.SSSS]` | `Oct 13 2015 15:06:23.466480` (month name locale-specific!) |
| `x` (Unix Timestamp) | `1444742497` |