Difference between revisions of "Number devices.system.totalSpace"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<i>number</i> <code>devices.system.totalSpace</code> | <i>number</i> <code>devices.system.totalSpace</code> | ||
+ | |||
=== Value === | === Value === |
Latest revision as of 19:39, 18 April 2017
Returns total space on the socket's disk (in MB).
number devices.system.totalSpace
Value
number socket's disk capacity
Usage
-- log used space logf("Space used: %dMB", devices.system.totalSpace - devices.system.freeSpace)
See also
- devices.system.freeSpace - free space on the socket's disk