disk-free( [path a], [modus b,[unit c]] )
Group |
Checks the disk space of the partition as given by the local path a. The optional mode parameter b and the optional unit parameter c can modify the output.
Note: See also area Dashboard and section System Monitoring with Profiles.
Description of Parameters
Parameter |
Description |
a |
(optional) Path name, absolute or relative to the Integration Server installation folder. Default: ./, i.e. the installation directory of the Lobster Integration Server. |
b |
(optional) Mode [total|used|free|all|header]. Default: all. Note: Mode header only shows a header line for mode all: total, used, free. Note: Mode all shows three values (in bytes), separated by commas: <total memory>,<used memory>,<free memory>. |
c |
(optional) Unit [byte|kbyte|Mbyte|%]. Default: byte. Note: Parameter c is evaluated only within the mode total, used or free. |
Note: Both the mode b, as well as the unit c can be set with the first character.
Example
Parameter a |
Parameter b |
Parameter c |
Result |
Description |
./temp/myfile.txt |
f |
% |
64% |
Free disk space under the relative path in percent of total space. |
D:/ |
total |
M |
75295 M |
Total space on drive D:/ in Mbytes. |