File tree 1 file changed +5
-0
lines changed
Documentation/5.4/Raven.Documentation.Pages/server/administration/monitoring
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ The following is a list of JSON fields returned by the endpoints:
81
81
| ` databases ` | ` storage_indexes_used_data_file_in_mb ` | Index storage used size in MB |
82
82
| ` databases ` | ` storage_total_allocated_storage_file_in_mb ` | Total storage size in MB |
83
83
| ` databases ` | ` storage_total_free_space_in_mb ` | Remaining storage disk space in MB |
84
+ | ` databases ` | ` storage_io_read_operations ` | Storage I/O Read operations<br >Optional, Linux only |
85
+ | ` databases ` | ` storage_io_write_operations ` | Storage I/O Write operations<br >Optional, Linux only |
86
+ | ` databases ` | ` storage_read_throughput_in_kb ` | Storage Read throughput in KB<br >Optional, Linux only |
87
+ | ` databases ` | ` storage_write_throughput_in_kb ` | Storage Write throughput in KB<br >Optional, Linux only |
88
+ | ` databases ` | ` storage_queue_length ` | Storage queue length<br >Optional, Linux only |
84
89
| ` databases ` | ` time_since_last_backup_in_sec ` | LastBackup |
85
90
| ` databases ` | ` uptime_in_sec ` | Database up-time |
86
91
| ` indexes ` | ` entries_count ` | Number of entries in the index |
You can’t perform that action at this time.
0 commit comments