使用率
This commit is contained in:
parent
ba6b3496d5
commit
fb771ae29c
|
|
@ -47,10 +47,10 @@ public class LargeScreenServiceImpl implements LargeScreenService {
|
|||
if (re1>0){
|
||||
idle80++;
|
||||
//30<=使用率<=80
|
||||
}if (re1<=0 && re2>=0){
|
||||
}else if (re1<=0 && re2>=0){
|
||||
idle3080++;
|
||||
//使用率<30
|
||||
}if (re2<0){
|
||||
}else if (re2<0){
|
||||
idle30++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue