This is the cl-diskspace Reference Manual, version 0.3.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:50:19 2024 GMT+0.
cl-diskspace/cl-diskspace.asd
cl-diskspace/src/packages.lisp
cl-diskspace/src/utils.lisp
cl-diskspace/src/unix/grovel-statvfs.lisp
cl-diskspace/src/unix/cl-diskspace-list-all-disks-with-df.lisp
cl-diskspace/src/unix/cl-diskspace-statvfs.lisp
cl-diskspace/src/common.lisp
The main system appears first, followed by any subsystem dependency.
cl-diskspace
List disks, get disk total/free/usable space information.
Muyinliu Xing <muyinliu@gmail.com>
ISC
0.3.1
cffi-grovel
(system).
cffi
(system).
cl-ppcre
(system).
uiop
(system).
src
(module).
Modules are listed depth-first from the system components tree.
cl-diskspace/src
cl-diskspace
(system).
packages.lisp
(file).
utils.lisp
(file).
unix
(module).
common.lisp
(file).
cl-diskspace/src/unix
utils.lisp
(file).
src
(module).
grovel-statvfs.lisp
(file).
cl-diskspace-list-all-disks-with-df.lisp
(file).
cl-diskspace-statvfs.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-diskspace/cl-diskspace.asd
cl-diskspace/src/packages.lisp
cl-diskspace/src/utils.lisp
cl-diskspace/src/unix/grovel-statvfs.lisp
cl-diskspace/src/unix/cl-diskspace-list-all-disks-with-df.lisp
cl-diskspace/src/unix/cl-diskspace-statvfs.lisp
cl-diskspace/src/common.lisp
cl-diskspace/src/utils.lisp
packages.lisp
(file).
src
(module).
size-in-human-readable
(function).
cl-diskspace/src/unix/cl-diskspace-list-all-disks-with-df.lisp
grovel-statvfs.lisp
(file).
unix
(module).
list-all-disks
(function).
cl-diskspace/src/unix/cl-diskspace-statvfs.lisp
unix
(module).
disk-available-space
(function).
disk-free-space
(function).
disk-space
(function).
disk-total-space
(function).
cl-diskspace/src/common.lisp
unix
(module).
src
(module).
list-all-disk-info
(function).
Packages are listed by definition order.
cl-diskspace
diskspace
ds
cffi
.
cffi-grovel
.
common-lisp
.
disk-available-space
(function).
disk-free-space
(function).
disk-space
(function).
disk-total-space
(function).
list-all-disk-info
(function).
list-all-disks
(function).
size-in-human-readable
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Disk available space.
Disk free space.
Disk space information include total/free/available space.
Disk total space.
List disk information. example result:
((:DISK "/" :TOTAL 19993329664 :FREE 6154420224 :AVAILABLE 6154420224
:USE-PERCENT 69)
(:DISK "/mnt" :TOTAL 21136445440 :FREE 2048335872 :AVAILABLE 974667776
:USE-PERCENT 95))
((:DISK "/" :TOTAL "18.62 GB" :FREE "5.73 GB" :AVAILABLE "5.73 GB" :USE-PERCENT
69)
(:DISK "/mnt" :TOTAL "19.68 GB" :FREE "1.91 GB" :AVAILABLE "929.52 MB"
:USE-PERCENT 95))
List all physical disk use command line tool df. note: size in KB.
Jump to: | %
D F L S |
---|
Jump to: | %
D F L S |
---|
Jump to: | C F G M P S U |
---|
Jump to: | C F G M P S U |
---|