1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the disk io busy, can >1

This commit is contained in:
winlin 2014-07-27 17:23:07 +08:00
parent df8414af63
commit ef7a02e643
2 changed files with 2 additions and 2 deletions

View file

@ -339,7 +339,7 @@ public:
int out_KBps;
// @see: print_partition_stats() of iostat.c
// but its value is [0, 1], for instance, 0.1532 means 15.32%.
// but its value is [0, +], for instance, 0.1532 means 15.32%.
float busy;
public: