X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Ftable%2Fcolumns.js;h=db6b72793da3ed97d6d2417c7334c757a7bed92a;hb=a38b7921e68e9f0b6cd290457302ef744f3be1fe;hp=daf64d604adef4fabf1cb87c3ca04fbc0af93919;hpb=bbdd2d949c4f1dc8db02dcc184d651f534a7b2a5;p=plewww.git diff --git a/plekit/table/columns.js b/plekit/table/columns.js index daf64d6..db6b727 100644 --- a/plekit/table/columns.js +++ b/plekit/table/columns.js @@ -77,6 +77,11 @@ var sourceCN = 'Source: '+sourceComon; var valuesCN = 'The number of CPUs on the node. For reference, the '+hardwareReqs+' is 1 (if quad core) or 2 (if dual core).'; var descCN = ''+titleCN+'

'+valuesCN+'

'+sourceCN; +var titleCPC = 'Number of cores per CPU'; +var sourceCPC = 'Source: '+sourceComon; +var valuesCPC = 'The number of cores per CPU on the node.'; +var descCPC = ''+titleCPC+'

'+valuesCPC+'

'+sourceCPC; + var titleCR = 'CPU clock rate'; var detailCR = 'The clock rate for the CPUs on the node. For reference, the '+hardwareReqs+' is 2.4 GHz.'; var sourceCR = 'Source: '+sourceComon; @@ -99,6 +104,12 @@ var sourceDA = 'Source: '+sourceMyPLC; var detailDA = ' The date that the noded was added to PlanetLab.'; var descDA = ''+titleDA+'

'+detailDA+'

'+sourceDA; +var titleDL = 'Deployment'; +var detailDL = 'The deployment status.'; +var valuesDL = 'Values: alpha, beta, production, n/a'; +var sourceDL = 'Source: '+sourceMyPLC; +var descDL = ''+titleDL+'

'+detailDL+'

'+valuesDL+'

'+sourceDL; + var titleDS = 'Disk size'; var detailDS = 'The size of the hard disk available on the node. For reference, the '+hardwareReqs+' is 500 GB.'; var sourceDS = 'Source: '+sourceComon; @@ -106,15 +117,15 @@ var valuesDS = 'Unit: GB'; var descDS = ''+titleDS+'

'+detailDS+'

'+valuesDS+'

'+sourceDS; var titleDU = 'Current disk utilization'; -var sourceDU = 'Source: '+sourceComon+' (via '+sourceMySlice+')'; +var sourceDU = 'Source: '+sourceComon; var valuesDU = 'Unit: GB'; -var detailDU = ' The amount of disk space currently consumed (checked daily).'; +var detailDU = ' The amount of disk space currently consumed.'; var descDU = ''+titleDU+'

'+detailDU+'

'+valuesDU+'

'+sourceDU; var titleDF = 'Disk space free'; -var sourceDF = 'Source: '+sourceComon+' (via '+sourceMySlice+')'; -var valuesDF = 'Unit: GB'; -var detailDF = ' The amount of disk space currently available (checked daily).'; +var sourceDF = 'Source: '+sourceComon; +var valuesDF = 'Unit: GB.'; +var detailDF = ' The amount of disk space currently available.'; var descDF = ''+titleDF+'

'+detailDF+'

'+valuesDF+'

'+sourceDF; var titleHC = 'Hop count (pairwise)'; @@ -171,7 +182,7 @@ var titleMS= 'Memory size'; var detailMS = 'The memory size (RAM) available on the node. For reference, the '+hardwareReqs+' is 4 GB.'; var sourceMS = 'Source: '+sourceComon; var valuesMS = 'Unit: GB.'; -var descMS = ''+titleMS+'

'+valuesMS+'

'+sourceMS; +var descMS = ''+titleMS+'

'+detailMS+'

'+valuesMS+'

'+sourceMS; var selectPeriodMU = 'Select period: '; var titleMU = 'Memory utilization'; @@ -255,6 +266,11 @@ var valuesS = 'Unit: %'; var detailS = 'Average number of active slices over the selected period for which CoMon reports a value. The period is the most recent for which data is available, with CoMon data being collected by MySlice daily.'; var descS = ''+titleS+'

'+detailS+'

'+selectPeriodS+'

'+valuesS+'

'+sourceS; +var titleSM= 'Slices in memory'; +var detailSM = 'The total number of slices in memory (both active and inactive).'; +var sourceSM = 'Source: '+sourceComon; +var descSM = ''+titleSM+'

'+detailSM+'

'+sourceSM; + var titleSN = 'Site name'; var sourceSN = 'Source: '+sourceMyPLC; var descSN = ''+titleSN+'

'+sourceSN;