We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df85a7 commit 19daa1eCopy full SHA for 19daa1e
model/State/FastFetch.js
@@ -82,7 +82,7 @@ export async function getDiskIo() {
82
return data.result.map(i => {
83
i.rIO_sec = i.bytesRead
84
i.wIO_sec = i.bytesWritten
85
- i.name = `diskIO(${i.name.trim()})`
+ i.name = i.name.trim()
86
return i
87
})
88
} catch (error) {
0 commit comments