mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
63 lines
681 B
Markdown
63 lines
681 B
Markdown
# YAO-scheduler
|
|
|
|
|
|
## API
|
|
|
|
**GetHeartCounter**
|
|
|
|
```
|
|
?action=get_counter
|
|
```
|
|
|
|
**GetJobTaskStatusJHL**
|
|
|
|
```
|
|
?action=jhl_job_status&job=
|
|
```
|
|
|
|
**GetBindings**
|
|
|
|
GPU is occupied by which job(s)
|
|
|
|
```
|
|
?action=get_bindings
|
|
```
|
|
|
|
**EnableSchedule**
|
|
```
|
|
?action=debug_enable
|
|
```
|
|
|
|
**DisableSchedule**
|
|
```
|
|
?action=debug_disable
|
|
```
|
|
|
|
**UpdateMaxParallelism**
|
|
```
|
|
?action=debug_update_parallelism¶llelism=5
|
|
```
|
|
|
|
|
|
**getAllPredicts**
|
|
```
|
|
?action=debug_get_predicts
|
|
```
|
|
|
|
|
|
**getAllGPUUtils**
|
|
```
|
|
?action=debug_get_gpu_utils
|
|
```
|
|
|
|
|
|
**SetShareRatio**
|
|
```
|
|
?action=debug_update_enable_share_ratio&ratio=0.75
|
|
```
|
|
|
|
|
|
**SetPreScheduleRatio**
|
|
```
|
|
?action=debug_update_enable_pre_schedule_ratio&ratio=0.95
|
|
``` |