-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding output to json to monitor status. #168
Comments
Hello,
|
This is when I want to get all the data from the screenshot as an updatable json file which will be stored (and updated) in
Yes, I remember. I wanted to show how I'm going to retrieve this file from a running P.S. Forgive my English, I use deepl. UPD. That's what I mean:
{
"partclone": {
"vesion": "0.3.17",
"site": "http://partclone.org",
"action": "restore-image",
"device": "/dev/sda1",
"calculating-bitmap": {
"human": "done",
"bool": true
},
"file-system": "ntfs",
"device-size": {
"human": 51.9,
"blocks": 14417919
},
"space-in-use": {
"human": 25.9,
"blocks": 6324579
},
"free-space": {
"human": 33.2,
"blocks": 8093340
},
"units-of-measurement": {
"device": "GB",
"block": "B",
"rate": "MB/s",
"process": "%",
"elapsed": "HH:MM:SS",
"remaining": "HH:MM:SS"
},
"block-size": 4096,
"elapsed": "00:03:32",
"remaining": "00:45:30",
"rate": 528.24,
"current-block": 460488,
"total-block": 14417919,
"data-block-process": 7.2,
"total-block-process": 3.19
}
} |
thanks for the update. I could try to add this function. |
Hi!
I want to monitor installation status via curl\jq\watch (my computer) + ocs_daemonon="lighttpd" (the Clonzilla instance). Can you add:
Thanks in advance.
The text was updated successfully, but these errors were encountered: