Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/demogorgon1/graphtail int…
Browse files Browse the repository at this point in the history
…o master
  • Loading branch information
demogorgon1 committed Feb 6, 2023
2 parents e67c9b7 + be412fc commit aa2c847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,16 @@ Option|Description
```--x_step=<pixels>```| Instead of stretching graph to fit the width of the window, each data point will advance the specified number of pixels the x-axis. This option can be used in a group definition.
```--y_min=<min>```<br>```--y_max=<min>```| Clamp the graph y-axis to the specified range. Default is to stretch. This option can be used in a group definition.
```--histogram_threshold=<value>```| Histogram values must be higher than this to be rendered. Default is to not have a threshold. This option can be used in a group definition.
```--is_size```| Numbers will be shown with K/M/G suffixes if large enough. This option can be used in a group definition.
```--groups=<definition>```| Defines graph groups. See example below. If no groups are defined, all columns will get their own group automatically.
```--config=<path>```| Loads configuration from specified file. See below for an example of a configuration file.

## Keyboard shortcuts
Key|Action
-|-
ESC|Terminate program.
F1|Toggle x-axis stretching to fit window width.

## Group definitions
All graphs will be shown separately per default, but you can group specific ones together if you want to with the ```--groups``` option.

Expand Down

0 comments on commit aa2c847

Please sign in to comment.