sysresources 0.2.4 → 0.2.5

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: 60384673e461a504dd317365911273095c831c38
4
- data.tar.gz: 3df48f23af115a43dbc07edcc44ff723fcf2196f
3
+ metadata.gz: 7a43fc71c9148635fa3a22c4dd5fa7cce5efd4c8
4
+ data.tar.gz: aa9692756a7070b2255721d4fd78b61afec3d0aa
5
5
  SHA512:
6
- metadata.gz: e508f07be310ad520168307c8fbc846384cfc84860ee9bf311b905e753bd5e4d5a5ecc97515ebe7553c68a253d7bb8c2540c1aa01588c897d406843db169c7f7
7
- data.tar.gz: 57dd232b69810d2759dd4b4d1db33d93f540be7444006aaca0e131a41387ea205ad81c6a5639c9448b0ee01a7ea9aae2d99840c85fad54d0a45b0d24fe405626
6
+ metadata.gz: c054813860ca84a71373c2d99a5796b8c9098dab59079ed4dd12eba8ecce7d28fbe9923e39e2aaa6812f3368b1d4fba4c65d09ff3b7694610ccbad5d2c5e8e1a
7
+ data.tar.gz: 3cb1fc023524cab095c3f0d0c5e25dca90986b4df6ecbf8004088991261d2d24d9efaa6fec0f4c7d1c4ffdf9fa3d6b958a93e226ec0d5ccf92b233829670664b
data/README.md CHANGED
@@ -19,7 +19,25 @@ Or install it yourself as:
19
19
 
20
20
  ## Usage
21
21
 
22
- simply run 'sysresources' at the command line.
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
+
24
+ legend:
25
+
26
+ disk(G): remaining disk space on "/home" partition. Defaults to reading "/" if "/home" not found.
27
+ ram(G): memory AVAILABLE
28
+ cpu(%): percent cpu being spent at current point in time
29
+ uptime(s/m/h/d): system uptime
30
+ process(#): number of running processes
31
+
32
+ example output:
33
+
34
+ [ gb-i75930k current ]
35
+
36
+ xxxxxxxxx disk:370G
37
+ xxxxxxxxx ram:27G
38
+ xxxxxxxxx cpu:2.67%
39
+ xxxxxxxxx uptime:3 days
40
+ xxxxxxxxx process:278
23
41
 
24
42
  ## Development
25
43
 
@@ -1,3 +1,3 @@
1
1
  module Sysresources
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Sysresources
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sysresources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmcbride1
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-01 00:00:00.000000000 Z
11
+ date: 2017-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler