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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a43fc71c9148635fa3a22c4dd5fa7cce5efd4c8
4
- data.tar.gz: aa9692756a7070b2255721d4fd78b61afec3d0aa
3
+ metadata.gz: 8c78942ccc9f315d9dc900a562ad6dee35570437
4
+ data.tar.gz: 77cf60d992bcd5becaacfff802dc0605dc0e71c3
5
5
  SHA512:
6
- metadata.gz: c054813860ca84a71373c2d99a5796b8c9098dab59079ed4dd12eba8ecce7d28fbe9923e39e2aaa6812f3368b1d4fba4c65d09ff3b7694610ccbad5d2c5e8e1a
7
- data.tar.gz: 3cb1fc023524cab095c3f0d0c5e25dca90986b4df6ecbf8004088991261d2d24d9efaa6fec0f4c7d1c4ffdf9fa3d6b958a93e226ec0d5ccf92b233829670664b
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
 
@@ -1,3 +1,3 @@
1
1
  module Sysresources
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Sysresources
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sysresources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmcbride1