RoadRunner 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/bin/controller.rb +3 -3
- data/bin/{host_mgr.rb → hostmgr.rb} +0 -0
- data/controller/mysql.rb +7 -6
- data/controller/wrap.rb +14 -40
- data/test/mysql_processes.rb +66 -0
- metadata +4 -34
- data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/ifstat.log +0 -239
- data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/iostat_3.log +0 -668
- data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/vmstat_3.log +0 -81
- data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +0 -2248
- data/log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +0 -719
- data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/ifstat.log +0 -245
- data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/iostat_3.log +0 -677
- data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/vmstat_3.log +0 -83
- data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +0 -2276
- data/log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +0 -737
- data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/ifstat.log +0 -246
- data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/iostat_3.log +0 -677
- data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/vmstat_3.log +0 -83
- data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +0 -2195
- data/log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +0 -737
- data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/ifstat.log +0 -247
- data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/iostat_3.log +0 -686
- data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/vmstat_3.log +0 -84
- data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +0 -2386
- data/log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +0 -828
- data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/ifstat.log +0 -249
- data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/iostat_3.log +0 -686
- data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/vmstat_3.log +0 -84
- data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +0 -2304
- data/log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +0 -664
- data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/ifstat.log +0 -240
- data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/iostat_3.log +0 -1334
- data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/vmstat_3.log +0 -82
- data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log +0 -9048
- data/log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log +0 -968
- data/log/stdout.log.20100307 +0 -349
data/Rakefile
CHANGED
data/bin/controller.rb
CHANGED
@@ -60,11 +60,11 @@ include RoadRunnerModule
|
|
60
60
|
|
61
61
|
case args('t')
|
62
62
|
when /dd/ then
|
63
|
-
RRMonitor.monit($czservers,$log,"DD-Performance"){
|
63
|
+
RRMonitor.monit($czservers,$log,"DD-Performance"){Wrap.work(3,$log,File.join(File.dirname(__FILE__),'..','controller','dd.sh'))}
|
64
64
|
when /mysql/ then
|
65
|
-
RRMonitor.monit($czservers,$log,"MySQL-Performance"){
|
65
|
+
RRMonitor.monit($czservers,$log,"MySQL-Performance"){Wrap.work(3,$log,File.join(File.dirname(__FILE__),'..','controller','mysql.sh'))}
|
66
66
|
when /svn/ then
|
67
|
-
RRMonitor.monit($czservers,$log,"SVN-Performance"){
|
67
|
+
RRMonitor.monit($czservers,$log,"SVN-Performance"){Wrap.work(1,$log,File.join(File.dirname(__FILE__),'..','controller','svn.sh'))}
|
68
68
|
when /test/ then
|
69
69
|
RRMonitor.monit([],$log,"Test-Performance"){$log.info "Test Performance Start.....";sleep 60*2;$log.info "Test END."}
|
70
70
|
else
|
File without changes
|
data/controller/mysql.rb
CHANGED
@@ -36,14 +36,14 @@ end
|
|
36
36
|
# N => count of iterations.
|
37
37
|
N=10000
|
38
38
|
|
39
|
-
class
|
39
|
+
class RRData < ActiveRecord::Base
|
40
40
|
set_table_name "qa_posts"
|
41
41
|
set_primary_key "ID"
|
42
42
|
end
|
43
43
|
|
44
44
|
def insert_records(x=N)
|
45
|
-
qp=
|
46
|
-
|
45
|
+
qp=RRData.new
|
46
|
+
RRData.columns.each do |c|
|
47
47
|
qp.send(c.to_s+"=",rand(x)) unless c=="ID"||c=='id'
|
48
48
|
end
|
49
49
|
ts=Benchmark.measure{qp.save!}
|
@@ -54,7 +54,7 @@ end
|
|
54
54
|
|
55
55
|
def select_record(id=1)
|
56
56
|
qp=nil
|
57
|
-
ts=Benchmark.measure{qp=
|
57
|
+
ts=Benchmark.measure{qp=RRData.find_by_id(id)}
|
58
58
|
$log.debug qp.inspect
|
59
59
|
$log.info "One Record Select. ts=>#{ts.inspect}"
|
60
60
|
end
|
@@ -64,8 +64,9 @@ $log.info "#{N} iterations start.".center(60,'*')
|
|
64
64
|
|
65
65
|
ts = Benchmark.measure{
|
66
66
|
N.times do |x|
|
67
|
-
|
68
|
-
|
67
|
+
# insert_records(x)
|
68
|
+
# select_record(rand(3000)*2)
|
69
|
+
# RRData.find_by_sql()
|
69
70
|
end
|
70
71
|
}
|
71
72
|
|
data/controller/wrap.rb
CHANGED
@@ -1,48 +1,22 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
+
require File.join(File.dirname(__FILE__),'..','lib','roadrunner.rb')
|
3
4
|
module RoadRunnerModule
|
4
5
|
|
5
|
-
|
6
|
-
|
7
|
-
def
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
6
|
+
module Wrap
|
7
|
+
|
8
|
+
def self.work(n,log,sh)
|
9
|
+
worker=RoadRunner.new
|
10
|
+
|
11
|
+
worker.users=n
|
12
|
+
worker.iterations=1
|
13
|
+
worker.log=log
|
14
|
+
|
15
|
+
worker.action{log.info `sh #{@sh} 2>&1`}
|
16
|
+
|
17
|
+
worker.run
|
18
|
+
worker.report
|
13
19
|
end
|
14
|
-
|
15
|
-
|
16
|
-
def start!
|
17
|
-
@log.info "DSMP perftest start!".center(60,'*')
|
18
|
-
|
19
|
-
@NUM.times do|i|
|
20
|
-
@log.info "sh #{@SHELL} >> #{@SHLOG} 2>&1"
|
21
|
-
@PIDS << Process.fork do
|
22
|
-
@log.info `sh #{@SHELL} 2>&1`
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
@log.info "Waiting Processes => #{@PIDS.inspect}"
|
27
|
-
Process.waitall
|
28
|
-
@log.info "Processes down."
|
29
|
-
end
|
30
|
-
|
31
|
-
|
32
|
-
def end!
|
33
|
-
@PIDS.each do |x|
|
34
|
-
@log.debug %x"kill -9 #{x}"
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
end
|
39
|
-
|
40
|
-
|
41
|
-
module Work
|
42
|
-
def self.work(n,log,sh)
|
43
|
-
svn=Wrap.new({:n=>n,:log=>log,:sh=>sh })
|
44
|
-
svn.start!
|
45
|
-
end
|
46
20
|
end
|
47
21
|
|
48
22
|
|
@@ -0,0 +1,66 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
$:.unshift File.join(File.dirname(__FILE__),'..','lib')
|
4
|
+
|
5
|
+
require 'roadrunner'
|
6
|
+
|
7
|
+
require 'rubygems'
|
8
|
+
require 'activerecord'
|
9
|
+
require 'benchmark'
|
10
|
+
require 'logger'
|
11
|
+
require 'pp'
|
12
|
+
|
13
|
+
mysql=RoadRunner.new
|
14
|
+
|
15
|
+
=begin
|
16
|
+
RoadRunner::mode =>
|
17
|
+
/thread/,/t/
|
18
|
+
/process/,/p/
|
19
|
+
else.
|
20
|
+
Defined in run.rb
|
21
|
+
当mode为进程的时候,RoadRunner将产生最真实的压力
|
22
|
+
=end
|
23
|
+
|
24
|
+
mysql.mode='p'
|
25
|
+
|
26
|
+
begin
|
27
|
+
ActiveRecord::Base.establish_connection(
|
28
|
+
:adapter =>"mysql",
|
29
|
+
:username => "houyi",
|
30
|
+
:password =>"111111",
|
31
|
+
:database => "SNS",
|
32
|
+
:host =>"10.250.6.30"
|
33
|
+
)
|
34
|
+
$log.info "mysql Connect Success."
|
35
|
+
rescue => e
|
36
|
+
$log.error "mysql Connect Failed!"
|
37
|
+
$log.error e.to_s
|
38
|
+
end
|
39
|
+
|
40
|
+
class RRData < ActiveRecord::Base
|
41
|
+
set_table_name "qa_posts"
|
42
|
+
# set_primary_key "ID"
|
43
|
+
end
|
44
|
+
|
45
|
+
mysql.init do
|
46
|
+
# users决定同时有多少并发用户一起执行action
|
47
|
+
# iterations决定每个用户执行多少次
|
48
|
+
mysql.users,mysql.iterations=100,10000
|
49
|
+
end
|
50
|
+
|
51
|
+
SQL=""
|
52
|
+
|
53
|
+
mysql.action do
|
54
|
+
# ts = Benchmark.measure{
|
55
|
+
RRData.find_by_sql(SQL)
|
56
|
+
# }
|
57
|
+
# mysql.log.error "RRData.find_by_sql #{SQL} ts => #{ts}"
|
58
|
+
end
|
59
|
+
|
60
|
+
mysql.ended do
|
61
|
+
end
|
62
|
+
|
63
|
+
mysql.run
|
64
|
+
mysql.report
|
65
|
+
|
66
|
+
p "Tps could get : RoadRunner::tps => #{mysql.tps}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: RoadRunner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Cui
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-03-
|
12
|
+
date: 2010-03-12 00:00:00 +08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -27,7 +27,7 @@ files:
|
|
27
27
|
- README
|
28
28
|
- Rakefile
|
29
29
|
- bin/controller.rb
|
30
|
-
- bin/
|
30
|
+
- bin/hostmgr.rb
|
31
31
|
- bin/nbd_prepare.sh
|
32
32
|
- lib/action.rb
|
33
33
|
- lib/db.rb
|
@@ -47,38 +47,7 @@ files:
|
|
47
47
|
- controller/wrap.rb
|
48
48
|
- log/dd.log
|
49
49
|
- log/log.rb
|
50
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/ifstat.log
|
51
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/iostat_3.log
|
52
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/vmstat_3.log
|
53
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log
|
54
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.26/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log
|
55
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/ifstat.log
|
56
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/iostat_3.log
|
57
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/vmstat_3.log
|
58
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log
|
59
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.27/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log
|
60
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/ifstat.log
|
61
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/iostat_3.log
|
62
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/vmstat_3.log
|
63
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log
|
64
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.28/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log
|
65
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/ifstat.log
|
66
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/iostat_3.log
|
67
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/vmstat_3.log
|
68
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log
|
69
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.29/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log
|
70
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/ifstat.log
|
71
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/iostat_3.log
|
72
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/vmstat_3.log
|
73
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log
|
74
|
-
- log/monitor/Pi-Monitor-Performance/10.250.3.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log
|
75
|
-
- log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/ifstat.log
|
76
|
-
- log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/iostat_3.log
|
77
|
-
- log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/vmstat_3.log
|
78
|
-
- log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-d_3_10__done.log
|
79
|
-
- log/monitor/Pi-Monitor-Performance/10.250.6.30/Pi-Monitor-Performance/while__1_0___do_sar_-u_-n_DEV_3_10__done.log
|
80
50
|
- log/stdout.log
|
81
|
-
- log/stdout.log.20100307
|
82
51
|
- log/svn.log
|
83
52
|
- test/baidu.rb
|
84
53
|
- test/blog.rb
|
@@ -89,6 +58,7 @@ files:
|
|
89
58
|
- test/get19Lou.rb
|
90
59
|
- test/getHawaii.rb
|
91
60
|
- test/httpclient-rfuzz-vs-httparty.rb
|
61
|
+
- test/mysql_processes.rb
|
92
62
|
- test/pi.rb
|
93
63
|
- test/pi_db.rb
|
94
64
|
- test/pi_monitor.rb
|
@@ -1,239 +0,0 @@
|
|
1
|
-
eth0
|
2
|
-
KB/s in KB/s out
|
3
|
-
0.00 0.00
|
4
|
-
0.00 0.00
|
5
|
-
0.00 0.00
|
6
|
-
0.00 0.00
|
7
|
-
0.00 0.00
|
8
|
-
0.00 0.00
|
9
|
-
0.00 0.00
|
10
|
-
0.00 0.00
|
11
|
-
0.00 0.00
|
12
|
-
0.00 0.00
|
13
|
-
0.00 0.00
|
14
|
-
0.00 0.00
|
15
|
-
0.00 0.00
|
16
|
-
0.00 0.00
|
17
|
-
0.00 0.00
|
18
|
-
0.00 0.00
|
19
|
-
0.00 0.00
|
20
|
-
0.00 0.00
|
21
|
-
0.00 0.00
|
22
|
-
0.00 0.00
|
23
|
-
0.00 0.00
|
24
|
-
0.00 0.00
|
25
|
-
eth0
|
26
|
-
KB/s in KB/s out
|
27
|
-
0.00 0.00
|
28
|
-
0.00 0.00
|
29
|
-
0.00 0.00
|
30
|
-
0.00 0.00
|
31
|
-
0.00 0.00
|
32
|
-
0.00 0.00
|
33
|
-
0.00 0.00
|
34
|
-
0.00 0.00
|
35
|
-
0.00 0.00
|
36
|
-
0.00 0.00
|
37
|
-
0.00 0.00
|
38
|
-
0.00 0.00
|
39
|
-
0.00 0.00
|
40
|
-
0.00 0.00
|
41
|
-
0.00 0.00
|
42
|
-
0.00 0.00
|
43
|
-
0.00 0.00
|
44
|
-
0.00 0.00
|
45
|
-
0.00 0.00
|
46
|
-
0.00 0.00
|
47
|
-
0.00 0.00
|
48
|
-
0.00 0.00
|
49
|
-
eth0
|
50
|
-
KB/s in KB/s out
|
51
|
-
0.00 0.00
|
52
|
-
0.00 0.00
|
53
|
-
0.00 0.00
|
54
|
-
0.00 0.00
|
55
|
-
0.00 0.00
|
56
|
-
0.00 0.00
|
57
|
-
0.00 0.00
|
58
|
-
0.00 0.00
|
59
|
-
0.00 0.00
|
60
|
-
0.00 0.00
|
61
|
-
0.00 0.00
|
62
|
-
0.00 0.00
|
63
|
-
0.00 0.00
|
64
|
-
0.00 0.00
|
65
|
-
0.00 0.00
|
66
|
-
0.00 0.00
|
67
|
-
0.00 0.00
|
68
|
-
0.00 0.00
|
69
|
-
0.00 0.00
|
70
|
-
0.00 0.00
|
71
|
-
0.00 0.00
|
72
|
-
0.00 0.00
|
73
|
-
eth0
|
74
|
-
KB/s in KB/s out
|
75
|
-
0.00 0.00
|
76
|
-
0.00 0.00
|
77
|
-
0.00 0.00
|
78
|
-
0.00 0.00
|
79
|
-
0.00 0.00
|
80
|
-
0.00 0.00
|
81
|
-
0.00 0.00
|
82
|
-
0.00 0.00
|
83
|
-
0.00 0.00
|
84
|
-
0.00 0.00
|
85
|
-
0.00 0.00
|
86
|
-
0.00 0.00
|
87
|
-
0.00 0.00
|
88
|
-
0.00 0.00
|
89
|
-
0.00 0.00
|
90
|
-
0.00 0.00
|
91
|
-
0.00 0.00
|
92
|
-
0.00 0.00
|
93
|
-
0.00 0.00
|
94
|
-
0.00 0.00
|
95
|
-
0.00 0.00
|
96
|
-
0.00 0.00
|
97
|
-
eth0
|
98
|
-
KB/s in KB/s out
|
99
|
-
0.00 0.00
|
100
|
-
0.00 0.00
|
101
|
-
0.00 0.00
|
102
|
-
0.00 0.00
|
103
|
-
0.00 0.00
|
104
|
-
0.00 0.00
|
105
|
-
0.00 0.00
|
106
|
-
0.00 0.00
|
107
|
-
0.00 0.00
|
108
|
-
0.00 0.00
|
109
|
-
0.00 0.00
|
110
|
-
0.00 0.00
|
111
|
-
0.00 0.00
|
112
|
-
0.00 0.00
|
113
|
-
0.00 0.00
|
114
|
-
0.00 0.00
|
115
|
-
0.00 0.00
|
116
|
-
0.00 0.00
|
117
|
-
0.00 0.00
|
118
|
-
0.00 0.00
|
119
|
-
0.00 0.00
|
120
|
-
0.00 0.00
|
121
|
-
eth0
|
122
|
-
KB/s in KB/s out
|
123
|
-
0.00 0.00
|
124
|
-
0.00 0.00
|
125
|
-
0.00 0.00
|
126
|
-
0.00 0.00
|
127
|
-
0.00 0.00
|
128
|
-
0.00 0.00
|
129
|
-
0.00 0.00
|
130
|
-
0.00 0.00
|
131
|
-
0.00 0.00
|
132
|
-
0.00 0.00
|
133
|
-
0.00 0.00
|
134
|
-
0.00 0.00
|
135
|
-
0.00 0.00
|
136
|
-
0.00 0.00
|
137
|
-
0.00 0.00
|
138
|
-
0.00 0.00
|
139
|
-
0.00 0.00
|
140
|
-
0.00 0.00
|
141
|
-
0.00 0.00
|
142
|
-
0.00 0.00
|
143
|
-
0.00 0.00
|
144
|
-
0.00 0.00
|
145
|
-
eth0
|
146
|
-
KB/s in KB/s out
|
147
|
-
0.00 0.00
|
148
|
-
0.00 0.00
|
149
|
-
0.00 0.00
|
150
|
-
0.00 0.00
|
151
|
-
0.00 0.00
|
152
|
-
0.00 0.00
|
153
|
-
0.00 0.00
|
154
|
-
0.00 0.00
|
155
|
-
0.00 0.00
|
156
|
-
0.00 0.00
|
157
|
-
0.00 0.00
|
158
|
-
0.00 0.00
|
159
|
-
0.00 0.00
|
160
|
-
0.00 0.00
|
161
|
-
0.00 0.00
|
162
|
-
0.00 0.00
|
163
|
-
0.00 0.00
|
164
|
-
0.00 0.00
|
165
|
-
0.00 0.00
|
166
|
-
0.00 0.00
|
167
|
-
0.00 0.00
|
168
|
-
0.00 0.00
|
169
|
-
eth0
|
170
|
-
KB/s in KB/s out
|
171
|
-
0.00 0.00
|
172
|
-
0.00 0.00
|
173
|
-
0.00 0.00
|
174
|
-
0.00 0.00
|
175
|
-
0.00 0.00
|
176
|
-
0.00 0.00
|
177
|
-
0.00 0.00
|
178
|
-
0.00 0.00
|
179
|
-
0.00 0.00
|
180
|
-
0.00 0.00
|
181
|
-
0.00 0.00
|
182
|
-
0.00 0.00
|
183
|
-
0.00 0.00
|
184
|
-
0.00 0.00
|
185
|
-
0.00 0.00
|
186
|
-
0.00 0.00
|
187
|
-
0.00 0.00
|
188
|
-
0.00 0.00
|
189
|
-
0.00 0.00
|
190
|
-
0.00 0.00
|
191
|
-
0.00 0.00
|
192
|
-
0.00 0.00
|
193
|
-
eth0
|
194
|
-
KB/s in KB/s out
|
195
|
-
0.00 0.00
|
196
|
-
0.00 0.00
|
197
|
-
0.00 0.00
|
198
|
-
0.00 0.00
|
199
|
-
0.00 0.00
|
200
|
-
0.00 0.00
|
201
|
-
0.00 0.00
|
202
|
-
0.00 0.00
|
203
|
-
0.00 0.00
|
204
|
-
0.00 0.00
|
205
|
-
0.00 0.00
|
206
|
-
0.00 0.00
|
207
|
-
0.00 0.00
|
208
|
-
0.00 0.00
|
209
|
-
0.00 0.00
|
210
|
-
0.00 0.00
|
211
|
-
0.00 0.00
|
212
|
-
0.00 0.00
|
213
|
-
0.00 0.00
|
214
|
-
0.00 0.00
|
215
|
-
0.00 0.00
|
216
|
-
0.00 0.00
|
217
|
-
eth0
|
218
|
-
KB/s in KB/s out
|
219
|
-
0.00 0.00
|
220
|
-
0.00 0.00
|
221
|
-
0.00 0.00
|
222
|
-
0.00 0.00
|
223
|
-
0.00 0.00
|
224
|
-
0.00 0.00
|
225
|
-
0.00 0.00
|
226
|
-
0.00 0.00
|
227
|
-
0.00 0.00
|
228
|
-
0.00 0.00
|
229
|
-
0.00 0.00
|
230
|
-
0.00 0.00
|
231
|
-
0.00 0.00
|
232
|
-
0.00 0.00
|
233
|
-
0.00 0.00
|
234
|
-
0.00 0.00
|
235
|
-
0.00 0.00
|
236
|
-
0.00 0.00
|
237
|
-
0.00 0.00
|
238
|
-
0.00 0.00
|
239
|
-
0.00 0.00
|