Skip to content

Commit

Permalink
New homepage image
Browse files Browse the repository at this point in the history
  • Loading branch information
zix99 committed Sep 25, 2022
1 parent b53177e commit f266977
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/images/README.md
Expand Up @@ -16,6 +16,18 @@ export PS1="$ "
export PATH="./:$PATH"
```

### Main Image Script

```bash
head -n 1 access.log | rare filter --match '(\d{3}) (\d+)'

rare histo -m '(\d{3}) (\d+)' -e '{1}' -x access.log

rare bars --stacked -m '\[(.+?)\].*" (\d+)' -e '{buckettime {1} month}' -e '{2}' access.log

rare heatmap -m '\[(.+?)\].*" (\d+)' -e "{timeattr {time {1}} yearweek}" -e "{timeformat {time {1}} hour}" access.log
```

### Recording

```bash
Expand Down
Binary file modified docs/images/rare.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f266977

Please sign in to comment.