Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-load
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Gumerov
system-load
Commits
ba936326
Unverified
Commit
ba936326
authored
Jan 28, 2019
by
Vladislav Gumerov
Committed by
GitHub
Jan 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
baa8618a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
README.md
README.md
+13
-6
No files found.
README.md
View file @
ba936326
# system-load
A web application that displays the current load on a Linux system in real time.
-
CPU load;
-
total amount of RAM and amount of free RAM;
# system-load
Веб-приложение, которое отображает текущую нагрузку на Linux-систему в реальном времени, а именно:
-
процент загрузки CPU;
-
общее количество RAM и количество доступной RAM;
-
load average.
## Deployment
The public folder from the repository is placed on the server. In the server settings, specify the path to the folder.
## Развёртывание
1.
Скачать репозиторий.
2.
Файл data.php из папки server разместить на сервере.
3.
В файле src/address.js в переменную 'URL' поместить адрес до файла data.php (Например http://77.246.159.121/server/data.php)
4.
Открыть консоль в репозитории и прописать 'npm i' для установки модулей, а затем 'npm start' для запуска локального сервера.
5.
Перейти в браузере по адресу http://localhost:3000/
##
Screenshot
##
Скриншот
![
screenshot
](
https://github.com/AstR0x/system-load/blob/master/img/screenshot.png
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment