sysresources 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/lib/sysresources/lib/sysresources/version.rb +1 -1
- data/lib/sysresources/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c78942ccc9f315d9dc900a562ad6dee35570437
|
4
|
+
data.tar.gz: 77cf60d992bcd5becaacfff802dc0605dc0e71c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f53e8673cf2f93d9178c2b6c5bd4cb0a84003a0341fe91348422415d7ca794e35566ba50673aa3687a4a60072c1d93bea22daa577424f3938e56e33c8e38bab0
|
7
|
+
data.tar.gz: 3b8e91cdea59ac1e8c6b0ed0056a5395175b10b021cb6a663fe96dc811c95375f7fc59d6ed842312bee4c615899b240c0893701f8491c6eead27aaa36b584227
|
data/README.md
CHANGED
@@ -20,17 +20,17 @@ Or install it yourself as:
|
|
20
20
|
## Usage
|
21
21
|
|
22
22
|
simply run 'sysresources' at the command line. may be a good idea to alias this command as 'stats' or 'system' to make things shorter.
|
23
|
-
|
23
|
+
|
24
24
|
legend:
|
25
|
-
|
25
|
+
```ruby
|
26
26
|
disk(G): remaining disk space on "/home" partition. Defaults to reading "/" if "/home" not found.
|
27
27
|
ram(G): memory AVAILABLE
|
28
28
|
cpu(%): percent cpu being spent at current point in time
|
29
29
|
uptime(s/m/h/d): system uptime
|
30
30
|
process(#): number of running processes
|
31
|
-
|
31
|
+
```
|
32
32
|
example output:
|
33
|
-
|
33
|
+
```ruby
|
34
34
|
[ gb-i75930k current ]
|
35
35
|
|
36
36
|
xxxxxxxxx disk:370G
|
@@ -38,6 +38,7 @@ example output:
|
|
38
38
|
xxxxxxxxx cpu:2.67%
|
39
39
|
xxxxxxxxx uptime:3 days
|
40
40
|
xxxxxxxxx process:278
|
41
|
+
```
|
41
42
|
|
42
43
|
## Development
|
43
44
|
|
data/lib/sysresources/version.rb
CHANGED