Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jazeved0 committed Sep 25, 2020
1 parent 8fd3c2a commit d3b9267
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radvisor"
version = "1.1.7"
version = "1.2.0"
authors = ["Joseph Azevedo <[email protected]>", "Bhanu Garg <[email protected]>"]
description = """\
Resource utilization monitor for Docker containers & Kubernetes pods
Expand Down
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

```yaml
---
Version: 1.1.7
Version: 1.2.0
Provider: docker
Created: "2020-03-24T07:27:49Z"
Command: "bash -c 'while true; do sleep 2; done'"
Expand Down Expand Up @@ -45,7 +45,7 @@ More information about what each column represents can be found in the [docs pag

```yaml
---
Version: 1.1.7
Version: 1.2.0
Provider: kubernetes
Uid: 9f0b1893-15e7-442a-966a-b0d19a35fc1c
Name: kube-proxy-hsplg
Expand Down Expand Up @@ -77,29 +77,25 @@ Many of the specific details of collection can be controlled via the command lin

```console
$ radvisor help
radvisor 1.1.2
Joseph Azevedo and Bhanu Garg
radvisor 1.1.7
Joseph Azevedo <[email protected]>, Bhanu Garg <[email protected]>
Monitors container resource utilization with high granularity and low overhead

USAGE:
radvisor [FLAGS] [OPTIONS] <SUBCOMMAND>

FLAGS:
-h, --help Prints help information
-q, --quiet whether to run in quiet mode (minimal output)
-v, --verbose whether to run in verbose mode (maximum output)
-q, --quiet Whether to run in quiet mode (minimal output)
-v, --verbose Whether to run in verbose mode (maximum output)
-V, --version Prints version information

OPTIONS:
-c, --color <color-mode> color display mode for stdout/stderr output [default: auto]
-d, --directory <directory> target directory to place log files in ({id}_{timestamp}.log) [default:
/var/log/radvisor/stats]
-i, --interval <interval> collection interval between log entries [default: 50ms]
-p, --poll <polling-interval> interval between requests to providers to get targets [default: 1000ms]
-c, --color <color-mode> Color display mode for stdout/stderr output [default: auto]

SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
run runs a collection thread that writes resource statistics to output CSV files
run Runs a collection thread that writes resource statistics to output CSV files
```

### 📇 Subcommands
Expand Down Expand Up @@ -156,10 +152,10 @@ cargo build --release --bins \
Compiling cfg-if v0.1.10
...
Compiling shiplift v0.6.0
Compiling radvisor v1.1.7 (/home/jazev/dev/radvisor)
Compiling radvisor v1.2.0 (/home/jazev/dev/radvisor)
Finished release [optimized] target(s) in 4m 52s
$ ./radvisor --version
radvisor 1.1.7
radvisor 1.2.0
```

## ⚖️ License
Expand Down
2 changes: 1 addition & 1 deletion build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radvisor-toolbox"
version = "1.1.7"
version = "1.2.0"
authors = ["Joseph Azevedo <[email protected]>"]
description = """\
Collection of related CLI tools for `rAdvisor`,
Expand Down
20 changes: 12 additions & 8 deletions man/radvisor-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARGS:

\<provider\>

: provider to use to generate collection targets (such as
: Provider to use to generate collection targets (such as
containers/pods)

FLAGS:
Expand All @@ -40,11 +40,11 @@ FLAGS:

**-q**, **\--quiet**

: whether to run in quiet mode (minimal output)
: Whether to run in quiet mode (minimal output)

**-v**, **\--verbose**

: whether to run in verbose mode (maximum output)
: Whether to run in verbose mode (maximum output)

**-V**, **\--version**

Expand All @@ -55,26 +55,30 @@ OPTIONS:

**-c**, **\--color** \<color-mode\>

> color display mode for stdout/stderr output \[default: auto\]
> Color display mode for stdout/stderr output \[default: auto\]
**-d**, **\--directory** \<directory\>

> target directory to place log files in ({id}\_{timestamp}.log) \[default: /var/log/radvisor/stats\]
> Target directory to place log files in ({id}\_{timestamp}.log) \[default: /var/log/radvisor/stats\]
**-i**, **\--interval** \<interval\>

> collection interval between log entries \[default: 50ms\]
> Collection interval between log entries \[default: 50ms\]
**-p**, **\--poll** \<polling-interval\>

> interval between requests to providers to get targets \[default: 1000ms\]
> Interval between requests to providers to get targets \[default: 1000ms\]
**-f**, **\--flush-log** \<flush-log\>

> (optional) Target location to write an buffer flush event log
ENVIRONMENT
===========

**DOCKER_HOST**

: Url of the docker daemon to use when running the **docker** provider.
: URL of the docker daemon to use when running the **docker** provider.
Defaults to `unix:///var/run/docker.sock`

BUGS
Expand Down
8 changes: 4 additions & 4 deletions man/radvisor.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ FLAGS:

**-q**, **\--quiet**

: whether to run in quiet mode (minimal output)
: Whether to run in quiet mode (minimal output)

**-v**, **\--verbose**

: whether to run in verbose mode (maximum output)
: Whether to run in verbose mode (maximum output)

**-V**, **\--version**

Expand All @@ -50,7 +50,7 @@ OPTIONS:

**-c**, **\--color** \<color-mode\>

: color display mode for stdout/stderr output \[default: auto\]
: Color display mode for stdout/stderr output \[default: auto\]

SUBCOMMANDS:
------------
Expand All @@ -61,7 +61,7 @@ help

run

: runs a collection thread that writes resource statistics to output CSV files
: Runs a collection thread that writes resource statistics to output CSV files

BUGS
====
Expand Down

0 comments on commit d3b9267

Please sign in to comment.