Skip to content

Commit

Permalink
Merge "Storage raw disk stats"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jan 5, 2016
2 parents 9867ec8 + 5adb851 commit 7eff7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analytics/viz.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@ const list<stat_table> _STAT_TABLES = [
{ 'name' : 'info_stats.write_kbytes', 'datatype': 'int', 'index' : false},
{ 'name' : 'info_stats.iops', 'datatype': 'int', 'index' : false},
{ 'name' : 'info_stats.bw', 'datatype': 'int', 'index' : false},
{ 'name' : 'info_stats.op_r_latency', 'datatype': 'int', 'index' : false},
{ 'name' : 'info_stats.op_w_latency', 'datatype': 'int', 'index' : false},
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions src/storage/stats-daemon/storage.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ struct DiskStats {
4: u64 write_kbytes;
5: u64 iops;
6: u64 bw;
7: u64 op_r_latency;
8: u64 op_w_latency;
}

struct ComputeStorageDisk {
Expand Down

0 comments on commit 7eff7c3

Please sign in to comment.