import React from 'react'; import { Container, Row, Card, CardBody, Badge, Table, CardTitle, Progress, Col } from './../../../components'; import { setupPage } from './../../../components/Layout/setupPage'; import { HeaderMain } from "../../components/HeaderMain"; import { TinyDonutChart } from "../../components/Monitor/TinyDonutChart" import { TinyDonutChartBig } from "../../components/Monitor/TinyDonutChartBig" import { TrTableMonitor } from "../../components/Monitor/TrTableMonitor" import { TinyAreaChart } from "../../components/Monitor/TinyAreaChart" /*eslint-disable */ const progressCompletion = [ "25", "50", "75", "97" ]; /*eslint-enable */ const Monitor = () => ( System Monitoring
CPU

Intel Celeron G1610 @2.60Ghz

Core 0 86%
Core 1 40%
Memory (Ram)

GSkill 2 x 8 GB DDR3 @1333 Mhz

52 GB

Total Memory
Allocated
48,7 MB
79%
In Cache
26,9 MB
65%
Available
2,7 MB
34%
Interface Traffic (re0)

Intel Celeron G1610 @2.60Ghz

Network Monitoring
Interface Traffic (re0)

Intel Celeron G1610 @2.60Ghz

Hardware Temperature
CPU (idle)
Min: 19ºC
Min: 26ºC
Min: 32ºC
HDD1 WD30EZRX (ada0)
Min: 19ºC
Min: 26ºC
Min: 32ºC
HDD1 WD30EZRX (ada1)
Min: 19ºC
Min: 26ºC
Min: 32ºC

Nesciunt odit eius nihil molestiae tenetur earum enim quidem. Aperiam non sapiente voluptatum in doloremque rerum magnam quae sed. Quisquam eos non voluptate sapiente qui temporibus harum in illo. Aliquid at dolor labore. Qui error modi.

Volume Status
Path
/mtn/volume1

2.24 TiB

Volume Size
Used Space
483,7 MB
79%
Free Space
269,3 MB
65%
Path
/mtn/volume1

5.07 TiB

Volume Size
Used Space
48,7 MB
79%
Free Space
26,9 MB
65%
Path
/mtn/volume1

3.16 TiB

Volume Size
Used Space
483,3 MB
79%
Free Space
262,9 MB
65%
Path
/mtn/volume1

9.27 TiB

Volume Size
Used Space
482,7 MB
79%
Free Space
26,9 MB
65%
Mounted Devices
Description RAID Capacity Usage Status
); export default setupPage({ pageTitle: 'Monitor' })(Monitor);