Changes between Version 41 and Version 42 of OrgGrid


Ignore:
Timestamp:
Aug 11, 2008, 2:55:51 PM (16 years ago)
Author:
teleyinex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OrgGrid

    v41 v42  
    8888
    8989
     90
    9091the OGM must obtain per-host credit statistics from all the Projects using RPCs;
    9192it can then group these however it wants.
     
    110111  * os_version varchar(255)
    111112
    112 === pools ===
    113  * id INTEGER, KEY
    114  * name STRING
    115  * department STRING
    116  * prefs This field copes with all the BOINC preferences for one computer
    117 
    118 === host ===
    119  * id INTEGER, KEY
    120  * poolid INTEGER, INDEX
    121  * features This field copes with all the PC features (RAM, CPU, HD, etc.)
     113=== pool ===
     114  * id int(11)
     115  * name varchar(255)
     116  * supplier varchar(255)
     117  * start_hour varchar(5)
     118  * end_hour varchar(5)
     119  * suspend_while_on_batteries tinyint(1)
     120  * suspend_if_user_active tinyint(1)
     121  * idle_time_to_run int(11)
     122  * suspend_if_no_recent_input
     123  * leave_apps_in_memory tinyint(1)
     124  * cpu_scheduling_period_minutes int(11)
     125  * max_cpus int(11)
     126  * max_ncpus_pct int(11)
     127  * cpu_usage_limit int(11)
     128  * disk_max_used_gb float
     129  * disk_min_free_gb float
     130  * disk_max_used_pct int(11)
     131  * disk_interval int(11)
     132  * vm_max_used_pct int(11)
     133  * ram_max_used_busy_pct int(11)
     134  * ram_max_used_idle_pct int(11)
     135  * work_buf_min_days int(11)
     136  * work_buf_additional_days float
     137  * confirm_before_connecting tinyint(1)
     138  * hangup_if_dialed tinyint(1)
     139  * max_bytes_sec_down float
     140  * max_bytes_sec_up float
     141  * net_start_hour varchar(5)
     142  * net_end_hour varchar(5)
     143  * dont_verify_images tinyint(1)
    122144
    123145=== projects ===