import React from 'react'; import faker from 'faker/locale/en_US'; import { Container, Row, Card, CardBody, UncontrolledTooltip, Progress, Table, Nav, NavItem, NavLink, CardTitle, ListGroup, ListGroupItem, UncontrolledCollapse, Col } from './../../../components'; import { setupPage } from './../../../components/Layout/setupPage'; import { HeaderMain } from "../../components/HeaderMain"; import { TinyLineChart } from "./components/TinyLineChart"; import { TinyAreaChart } from "./components/TinyAreaChart"; import { TinyArcChart } from "./components/TinyArcChart"; /*eslint-disable */ const progressCompletion = [ "25", "50", "75", "97" ]; /*eslint-enable */ const Reports = () => ( Temperatures Settings Add Processor Show/Hide Section

39º

102º F
Core 0 86º
Core 1 40º
Core 2 86º
Core 3 40º
Graphics Show/Hide Section

68º

102º F
Core 86º
Storage Show/Hide Section
Samsung 850 PRO 512GB
SSD 0 31º
WD Black 1TB
HDD 1 81º
Quantum PCI 2TB
SSD 3 21º
Usage Settings Add Processor Show/Hide Section
CPU
Intel Core i7
Base (Turbo)
4 GHz (4.4 GHz)
Cores (Threads)
4 (8)
Usage (Load) Show/Hide Section

78%

Cores 1 2 3
Usage % 27 78 13
Tendency
Graphics Show/Hide Section
GPU Name
NVIDIA GTX 980
Bus Width
4 GHz (4.4 GHz)
Memory
4096 GDDR5
Usage (Load) Show/Hide Section

85%

Current Core Clock 390Mhz
Current Memory Clock 160MHz
Memory Usage (%) 306MB (7%)
Tendency
Allocation Settings Add RAM Show/Hide Section
Installed
16GB DDR3
DRAM Freq
4 GHz (4.4 GHz)
Cores (Threads)
4 (8)
In Use 796MB
In Cache 180MB
Available 1672MB
Cooling Settings Add Fans Show/Hide Section
Left Fontal Fan 120mm 250RPM
Right Fontal Fan 120mm 250RPM
Activity Settings Add
Operating System
Windows 10 x64
Build
9876
Admin
John Malkovich
Network
Wireless Network
Process Read Threads CPU GPU Memory Tend
Chrome 30MB/s 20 24% 56% 7.9GB Show Details
{ faker.internet.ip() }
Photoshop 40MB/s 60 25% 10% 1.1GB Show Details
{ faker.internet.ip() }
Chrome 60MB/s 60 19% 56% 2.4GB Show Details
{ faker.internet.ip() }
Safari 10MB/s 40 19% 56% 1.1GB Show Details
{ faker.internet.ip() }
Chrome 30MB/s 10 27% 27% 9.1GB Show Details
{ faker.internet.ip() }
System 70MB/s 30 10% 19% 8.8GB Show Details
{ faker.internet.ip() }
); export default setupPage({ pageTitle: 'Reports' })(Reports);