Show total I/O in graphs
This commit is contained in:
@@ -1064,13 +1064,13 @@
|
||||
</div>
|
||||
<button class="btn btn-sm btn-outline pull-right" style="margin-right: 5px" ng-click="graphs.show()" ng-disabled="graphs.busy"><i class="fas fa-sync-alt" ng-class="{ 'fa-spin': graphs.busy }"></i></button>
|
||||
<label style="margin-top: 10px;">Memory</label>
|
||||
<canvas id="graphsMemoryChart" style="width: 100%;"></canvas>
|
||||
<canvas id="graphsMemoryChart" style="width: 100%; margin-bottom: 10px;"></canvas>
|
||||
<label style="margin-top: 10px;">CPU</label>
|
||||
<canvas id="graphsCpuChart" style="width: 100%;"></canvas>
|
||||
<label style="margin-top: 10px;">Disk I/O</label>
|
||||
<canvas id="graphsDiskChart" style="width: 100%;"></canvas>
|
||||
<label style="margin-top: 10px;">Network I/O</label>
|
||||
<canvas id="graphsNetworkChart" style="width: 100%;"></canvas>
|
||||
<canvas id="graphsCpuChart" style="width: 100%; margin-bottom: 10px;"></canvas>
|
||||
<label style="margin-top: 10px; display: block;">Disk I/O <span class="pull-right text-small">total: read {{ graphs.blockReadTotal }} / write {{ graphs.blockWriteTotal }}</span></label>
|
||||
<canvas id="graphsDiskChart" style="width: 100%; margin-bottom: 10px;"></canvas>
|
||||
<label style="margin-top: 10px; display: block;">Network I/O <span class="pull-right text-small">total: read {{ graphs.networkReadTotal }} / write {{ graphs.networkWriteTotal }}</span></label>
|
||||
<canvas id="graphsNetworkChart" style="width: 100%; margin-bottom: 10px;"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user