The sge_share_log table contains information about the N1GE(EE) sharetree configuration and usage.
Further information can be found in the N1GE manual sharetree(5).
|
Column |
Type |
Description |
|---|---|---|
|
sl_id |
Integer |
Unique identifier for share log record |
|
sl_curr_time |
timestamp |
Current time |
|
sl_usage_time |
timestamp |
Usage time |
|
sl_node |
text |
Node name in the sharetree |
|
sl_user |
text |
Name of the user (job owner) References the user table. |
|
sl_project |
text |
Name of the project References the project table. |
|
sl_shares |
integer |
shares configured in sharetree |
|
sl_job_count |
integer |
number of jobs that are considered for share tree policy |
|
sl_level |
double |
share in % within this tree level |
|
sl_total |
double |
total share in % within whole sharetree |
|
sl_long_target_share |
double |
targeted long term share in % |
|
sl_short_target_share |
double |
targeted short term share in % |
|
sl_actual_share |
double |
actual share in % |
|
sl_usage |
double |
combined usage, weight of cpu, mem and io can be configured |
|
sl_cpu |
double |
cpu usage in seconds |
|
sl_mem |
double |
integral memory usage in Gbyte seconds |
|
sl_io |
double |
The amount of data transferred in input/output operations. |
|
sl_ltcpu |
double |
long term cpu |
|
sl_ltmem |
double |
long term mem |
|
sl_ltio |
double |
long term io |