Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yandex/yandex-tank
Browse files Browse the repository at this point in the history
  • Loading branch information
direvius committed Jan 25, 2016
2 parents 285bcc0 + 9a4f4e5 commit 63a0be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ to stop eventually. Example:

loop = 1000000
startup_schedule = periodic(2, 10, 50)
user_schedule = unlimited
user_schedule = unlimited()
shared_schedule = 0

Start 2 users every 10 seconds. Every user will shoot without any limits (next request is sended
Expand Down
2 changes: 1 addition & 1 deletion yandextank/plugins/Monitoring/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def get_host_config(self, host, names, target_hint):
'CPU': 'user,system,iowait',
'Memory': 'free,cached,used',
'Disk': 'read,write',
'Net': 'recv,send',
'Net': 'recv,send,rx,tx',
}

default_metric = ['CPU', 'Memory', 'Disk', 'Net']
Expand Down

0 comments on commit 63a0be6

Please sign in to comment.