payload ( -- byte-array )


Vocabulary
broadcast-server

Inputs
None

Outputs
byte-arrayan object


Definition


: payload ( -- byte-array )
[
computer-name "computer-name" ,, os unparse "os" ,,
os-version "os-version" ,, cpu unparse "cpu" ,,
cell-bits "cell-bits" ,, username "username" ,,
build "build" ,, vm-git-id "git-id" ,,
version-info "version-info" ,, vm-path "vm-path" ,,
vm-path file-info size>> "vm-size" ,,
image-path "image-path" ,,
image-path file-info size>> "image-size" ,,
cpus "cpus" ,, cpu-mhz "cpu-mhz" ,,
physical-mem "physical-mem" ,, vm-path file-system-info
[ total-space>> "disk-total-size" ,, ]
[ free-space>> "disk-free-size" ,, ] bi
] { } make ;