A command-line tool for generating histograms from timestamped logs
Project description
Histy
Histy is a command line tool for generating histogram plots from timestamped logs. Timestamps must be in ISO format. Histy is useful for quick visual analysis of log frequencies from the command line
Installation (Requires Python 3.6+ and pip)
pip install histy
Parameters:
--bucket_time_s
or -b
: the duration of each histogram bucket in seconds
Sample usage:
cat server.log | histy -b 60
docker logs my-app --since "2020-01-06 12:37:30" --until "2020-01-06 12:38:30" | histy -b 10
Output:
Histogram:
2020-01-15T03:13:01 : ######### 63
2020-01-15T03:13:11 : ###### 41
2020-01-15T03:13:21 : #### 28
2020-01-15T03:13:31 : ##### 34
2020-01-15T03:13:41 : ############# 88
2020-01-15T03:13:51 : ######### 61
2020-01-15T03:14:01 : ########################## 181
2020-01-15T03:14:11 : ###################################################################### 470
2020-01-15T03:14:21 : #### 31
2020-01-15T03:14:31 : ######## 54
2020-01-15T03:14:41 : ####### 48
2020-01-15T03:14:51 : 5
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
histy-1.0.3.tar.gz
(4.3 kB
view details)
Built Distribution
histy-1.0.3-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file histy-1.0.3.tar.gz
.
File metadata
- Download URL: histy-1.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b4a1ece0495fe93aaf62cce6db460125ff2504d9b8be4d056f310778aaef9d |
|
MD5 | 114e24a88e611d27dbf458a1a35b4c18 |
|
BLAKE2b-256 | c4ea47a15534d2a943580a8b7c307e9bba24b77db2fbb1642300e6bac1ab986a |
File details
Details for the file histy-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: histy-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13e815d81d87f0a9f0a4c122826f5ffbef29fcd9b9067ee5e61fe6b9a0f73743 |
|
MD5 | ebb625604e9aab7349a7cc692c0bbd5a |
|
BLAKE2b-256 | 5e1e6ce254b44d93c4d0d7aafc138180c78b8c8d6f9f0ba230d83c1d3aeb1cc8 |