storage_visualizer 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/storage_visualizer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1cedc011b8fe4e41150b228264ce33464395b90
|
4
|
+
data.tar.gz: 0d9ce186436247924543771afb3ce379963feb5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa7fdebb4f255a4f050606acb4fa21c7c59b26e47e9290afeb49c6770a3ea21c104e64ceac9a1073112817a3e1a16a4d40033c900fab7a37f79b696a26540c5b
|
7
|
+
data.tar.gz: d5f3670f4e9715b813d26da687a89813e6751517553373530b412ba2dffe7115c9e60a7e0693abba1b510d79df827217dc70aca7a8a803ee650bdc122c9a16f2
|
data/lib/storage_visualizer.rb
CHANGED
@@ -293,7 +293,7 @@ class StorageVisualizer
|
|
293
293
|
|
294
294
|
def get_basic_disk_info
|
295
295
|
# df -l gets info about locally-mounted filesystems
|
296
|
-
output = `df -
|
296
|
+
output = `df -k`
|
297
297
|
|
298
298
|
# OSX:
|
299
299
|
# Filesystem 1024-blocks Used Available Capacity iused ifree %iused Mounted on
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: storage_visualizer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terry Case
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This tool helps visualize which directories are occupying the most storage.
|
14
14
|
Any directory that occupies more than 5% of used disk space is added to a visual
|