Monitoring AFM to cloud object storage download and upload
You can use the mmafmcosctl command to monitor AFM to cloud object storage download and upload operations.
You can use the mmafmcosctl command to upload and download the objects. When the command is run, the upload or download stats are shown immediately and it progresses as the operation runs on the fileset.
- Download the
objects.
# mmafmcosctl fs1 singlewriter /gpfs/fs1/singlewriter download --all
A sample output is as follows:Queued Failed AlreadyCached TotalData (approx in Bytes) 8 0 4 1133881 Object Download successfully queued at the gateway.
Here, queued and failed objects are shown along with cached objects, which is not fetched from the cloud object storage and the total data is the data download approximately in Bytes.
- Upload the
objects.
# mmafmcosctl fs1 localupdates /gpfs/fs1/localupdates/ download --all
A sample output is as follows:Queued Failed AlreadyCached TotalData (approx in Bytes) 3 0 0 6816 Object Download successfully queued at the gateway.
The numbers of objects, that are uploaded, are queued to the gateway and shown under the Queued field.