pool.dataset.processes ====================== Return a list of processes using this dataset. Example return value: [ { "pid": 2520, "name": "smbd", "service": "cifs" }, { "pid": 97778, "name": "minio", "cmdline": "/usr/local/bin/minio -C /usr/local/etc/minio server --address=0.0.0.0:9000 --quiet /mnt/tank/wk" } ] .. raw:: html
The dataset ID (full path) to list processes for.
Array of processes currently using the dataset.
No Additional ItemsProcess ID of the process using the pool.
Name of the process using the pool.
Name of the service if this process belongs to a system service.
Full command line of the process.