SoftNAS API Guide
Menu
Index

3.44. diskstats

 
Description
 
This method is used to obtain network performance status information.
POST diskstats
 
 
 
 
Request
 
 
Response
 
 
Example
{
    "result": {
        "msg": "",
        "records": {
            "readMB": 0.00066332547169811,
            "writeMB": 0.014150943396226
        },
        "success": true,
        "total": 2
    },
    "session_id": 11255,
    "success": true
}
 
 
Made with help of Dr.Explain