-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92b8846
commit ed10b85
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,41 @@ | ||
# ResourceMgrForRasPi | ||
## 概要 | ||
ラズベリーパイ上で動く、簡易的なリソースモニターです。<br> | ||
 <br> | ||
...今思ったのですがこれ"マネージャー"ではないきg(((((<br> | ||
|
||
## ファイル説明 | ||
ResourceMgrForRasPiフォルダー内のファイルは本体の、<br> | ||
RMFRInstallerフォルダー内のファイルはインストーラーの<br> | ||
ソース(一部)が入っています<br> | ||
|
||
## 使用方法 | ||
### Setup | ||
1. リリースから最新のバージョンをダウンロードします | ||
2. RaspberryPi上で、インストーラーを**sudoで**実行します | ||
3. インストールを画面の指示に従って進めます | ||
4. インストール終了後、(/usr/bin内に保存した場合は) | ||
`rmfr`で実行できます | ||
|
||
### Use | ||
- Rキーでリフレッシュ | ||
- Eキーで終了 | ||
ができます。 | ||
|
||
### Color(CPU,Mem) | ||
CPU、Memのテキストカラーの色は、 | ||
- 緑・・・0~20% | ||
- 黄・・・21~70% | ||
- 赤・・・71~90% | ||
- 背景赤・91~100% | ||
を表しています<br> | ||
|
||
### Color(Internet) | ||
Internetのテキストカラーの色は、 | ||
- 赤・・・非アクティブ | ||
- 緑・・・アクティブ | ||
を表しています<br> | ||
|
||
|
||
## CopyRight | ||
Copyright © 2024 Syobosyobonn(Zisty) All Right Reserved. |