Обновить README.md
This commit is contained in:
28
README.md
28
README.md
@@ -1,3 +1,27 @@
|
|||||||
# server-performance-stats
|
# Server performance stats
|
||||||
|
> The script to analyse basic server performance stats.
|
||||||
|
|
||||||
The script to analyse basic server performance stats.
|
## Getting started
|
||||||
|
|
||||||
|
### Installing
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.inotfail.com/ami-chuu/server-performance-stats
|
||||||
|
mv server-performance-stats/server-stats.sh ~/server-stats.sh
|
||||||
|
chmod +x ~/server-stats.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
### Run on login
|
||||||
|
|
||||||
|
```
|
||||||
|
echo "bash $HOME/server-stats.sh" >> $HOME/.bashrc
|
||||||
|
```
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- Repository: https://git.inotfail.com/ami-chuu/server-performance-stats
|
||||||
|
- Issue tracker: https://git.inotfail.com/ami-chuu/server-performance-stats/issues
|
||||||
|
|
||||||
|
## Licensing
|
||||||
|
|
||||||
|
The code in this project is licensed under MIT license.
|
||||||
Reference in New Issue
Block a user