clusteringdl380g7
dl380g7 时间:2021-03-27 阅读:(
)
ORIGINALRESEARCHAnintelligentenergyoptimizationapproachforMPIbasedapplicationsinHPCsystemsBhavyasreeUnniNaziaParveenAnkitKumarB.
S.
BindhumadhavaReceived:4November2012/Accepted:26March2013/Publishedonline:16April2013CSIPublications2013AbstractEnergy-awarecomputingisgainingmoreandmoreattentioninhighperformancecomputing(HPC)environment.
Asanoutcomeofthis,variousenergy-awaretechniquesareexistingandmanyarebeingproposed.
Butitisdifculttohaveatechniquewhichsavesenergywithoutcompromisingtheperformance.
ThispapertalksaboutanovelenergyoptimizationapproachforMessagePassingInterface(MPI)applicationsrunningonHPCsystems.
OurapproachreliesonapplyingDynamicVoltageFrequencyScaling(DVFS)atnodelevelbyanoptimiza-tionagent.
WheneverMPIprocessesareidleorbusywithI/Ooperations,thecorrespondingCPUcoresrunathigherfrequencies,whichresultsinwastageofpower.
Duringthistime,CPUcoresfrequenciescanbereducedusingDVFSsothattheenergycanbesaved.
OurapproachisbasedonaMulti-agentbasedintelligentenergymanagementframe-work,whichusesanoptimizationagentforimplementingenergyoptimizationalgorithm.
Thekeyadvantageoftheproposedapproachisthattheperformancewillnotbecompromisedwhileachievingenergysavings.
KeywordsHPCEnergy-awarecomputingMPIDVFSMulti-agentsystemAutonomiccomputing1IntroductionEnhancingtheperformancewasthekeyconcernintheareaofhighperformancecomputing(HPC)duringpastyears,whereasenergymanagementwasinsecondplace.
ButnowthescenariohasreversedandtheenergymanagementhasemergedasthemostconsiderableaspectinHPCworld.
HPCsystemsconsumepowerinseveralmegawatts[1]andthishighpowerconsumptionmayleadtoproblemslikereducedreliability,increasedcost,lessstabilityetc.
Hencereducingpowerconsumptionforhighendcomputingbecomesacrucialissueatbothsystemlevelandapplica-tionlevel.
Generally,HPCsystemsareofdistributedmemoryarchitectureandMPIstandard[2]isoneofthemostcommonlyusedparallelprogrammingparadigminthistypeofmemoryarchitecture.
OurapproachisbasedonapplyingDVFSatnodelevelbyourenergyoptimizationtool,whichdependsonfollowingtwoconditions.
Firstoneis,wheneverthemasterprocessisexecutingandtheslaveprocessesareinwaitingstate.
Secondoneis,whenallprocessesarecarryingouttheI/Ooperations.
Inboththeconditions,thecorrespondingCPUcoresrunathigherfrequenciesthatsimplywastestheCPUcycleswhichinturn,resultsininefcientuseofpower.
Hence,ifwecanreducethepowerconsumptionduringthistime,thispowerwastagecanbeminimized.
Ourapproachusesthisprincipletominimisethepowerwastage.
Dynamicpowerconsumptionofprocessorispropor-tionaltotheproductofsquareofvoltageandfrequency[3].
Duringtheidleperiod,thedynamicpowerconsumptioncanbereducedbyusingDVFStechnique.
Themajorissues,whenthefrequencyofprocessoristobevariedandonwhichnodesarebeingaddressedbyourenergyB.
Unni(&)N.
ParveenA.
KumarB.
S.
BindhumadhavaRealTimeSystemsandSmartGridGroup,CentreforDevelopmentofAdvancedComputing,C-DACKnowledgepark,Bangalore,Indiae-mail:bhavyasreeu@cdac.
inN.
Parveene-mail:naziap@cdac.
inA.
Kumare-mail:ankitk@cdac.
inB.
S.
Bindhumadhavae-mail:bindhu@cdac.
in123CSIT(June2013)1(2):175–181DOI10.
1007/s40012-013-0012-6optimizationalgorithm.
Wehaveevaluatedouroptimiza-tionalgorithmusingIntelMPIBenchmarks(IMB)[4]andapseudocodewhichhasbeendevelopedbyus.
TheproposedMulti-agentbasedautonomicframeworkiscomposedofautonomiccomponents(agents)interactingwitheachother.
Anautonomiccomputingsystem[5]makesdecisionsonitsownandconstantlychecksandoptimizesitsstatusautomatically,adaptingitselftothechangingconditions.
Ouroptimizationagentisself-opti-mizing,i.
e.
itwillmonitorthesystemcontinuouslyandoptimizesdependingonthesystemstatusautomatically.
Thisframeworkprovidesintelligencetoouroptimizationapproachsothathumaninterventioncanbeavoided.
Inthispaper,wehaveusedbothtechnologiessothatenergyisintelligentlymanagedusingDVFSbyoptimiza-tionagentthatwilltakethedecisionwhenandwheretoapplyDVFSonnodes.
Therestofthepaperisorganizedasfollows.
Section2reviewstherelatedworks.
InSect.
3,weexplainedtheenergyoptimizationproblemandthealgorithmtosolveit.
WehavepresentedtheintelligentenergymanagementframeworkforenergyoptimizationinSect.
4.
InSect.
5,experimentalanalysisisdiscussed.
Finally,Sect.
6describestheconclusionsandfutureworks.
2RelatedworksRecently,therearelotsofresearchesbeingcarriedoutintheeldofpoweroptimizationinHPCsystems.
Inthissection,wefocusonpoweroptimizationintheareaofMPIapplicationsMostofthenodelevelenergymanagementtechniquesarebasedonDVFStechniques[6–8],becauseCPUisthemostpowerconsumingcomponentwithinanode[9].
In[10],DVFStechniqueisappliedtothenodeswithlesscomputationsoastoreducethepower.
TherearesomeresearchworkswhicharebasedontheenergyefcienttaskallocationofMPIjobs.
Y.
Maetal.
[11]explainshowefcientlytaskclusteringwithtaskduplicationcanbedonetoreduceenergyconsumption.
Thepaper[12]discussesabouttaskaggregationtosaveenergy.
SeveralresearchesarebeingcarriedoutinreducingtheCPUfrequencyduringthecommunicationphaseofMPIprograms.
Dongetal.
[13]focusedonscalingdowntheCPUfrequencyduringtheMPIcollectiveoperations.
Chenetal.
[14]presentedanAutomaticEnergyStatusControllingwhichcancontrolCPUfrequencyautomaticallybasedonthecommunicationlatencyinthenodes.
OurpaperisalsoconcernedaboutapplyingDVFStechniquesforenergyoptimizationinMPIapplications,butitmainlyfocusesonthestateoftheprocessesunderexecution.
3ProblemstatementMPIisacommonparallelprogramminginterfacewhichdistributesthetaskamongmultipleprocessors.
Processorsexecutethesetasksandcommunicatewitheachotherbymessagepassing.
MPIisbasedondistributedmemorymodelwhereeveryprocesshasitsownmemoryspacewhichcannotbeaccessedbyotherprocesses.
Basically,twotypesofMPIprogrammingmodelsareavailable,i.
e.
SPMD(SingleProgramMultipleData)andMPMD(MultipleProgramMultipleData)orMaster-Slave.
Ourtechniqueisapplicableintwosituations.
FirstoneisbasedonMPMDmodel,inwhich,usuallywhenthemasterprocessisexecutingitstask,alltheslaveprocessesareinwaitingstate.
Duringthisexecutiontime,alloftheslaveprocessesareidleandarewastingtheCPUcycles.
Eventhoughtheyareinwaitingstate,processorsoperateathighfrequencies.
Sinceprocessorsrunathighfrequencies,thisleadstohigherpowerconsumption.
Ourideaistoreducetheprocessorsfrequenciesonslavenodesaslongasslaveprocessesareidle,sothatthepowerwastagecanbeminimized.
SecondsituationiswhenprocessescarryouttheI/Ooperation,allthenodesonwhichtheseprocessesrun,operateathigherfrequencies.
ThepercentageofCPUutilizationislowduringexecution.
Hence,ifwecanreducethepowerconsumptionduringthistime,powerwastagecanbeminimized.
3.
1EnergymodelAllthemodernprocessorsareenabledwithDVFStech-nique.
ThissectiondescribesDVFSenabledsystemmodelintermsofenergyconsumption.
DVFSenabledprocessorcanworkonsetsofdifferentvoltageandfrequencyasgivenin(1)and(2).
Vvi;wheremin\i\max1Ffi;wheremin\i\max2viistheithoperatingvoltage.
fiistheithoperatingfrequency.
Theenergyconsumptionofaprocessoristhesumofstaticenergyanddynamicenergyconsumptionandisgivenin(3).
Energyconsumptionintermsofstaticanddynamicpowerisshownin(4).
EEdynamicEstatic3EPdynamicPstatic:Dt4Accordingto[15],totalenergyconsumptionequationcanbemodiedas(5).
EACv2fvIleak:Dt5176CSIT(June2013)1(2):175–181123where,Aisthepercentageofactivegates,Cisthecapacitanceloadofallgates,vistheoperatingvoltage,fistheprocessorfrequency,Ileakistheleakagecurrent,Dtisthetimeduration.
Unlikedynamicpower,staticpowerisnotactivitybased.
Byreducingtheprocessorsfrequencieswhentheyareinidlestate,thestaticpowerconsumptioncannotbedecreased.
Ontheotherhand,shuttingofftheinactivepartofthesystemdoeshelp,butitresultsinlossofstate.
DVFSmaybeusedtoreducethedynamicpowerconsumptionbychangingtheCPUclockfrequency-voltagesettingwithoutaffectingtheexecutiontime.
3.
2EnergyoptimizationalgorithmInthissection,weintroduceanovelenergyoptimizationalgorithmforMPIapplicationsinHPCenvironment.
Thisalgorithmmakesuseoftwofactors,i.
e.
thedifferenceintheexecutiontimeofmasterandslaveprocessesandthetimetakentocompletetheI/Otask.
Theamountofenergythatcanbesaveddependsonthetypeofapplication.
Usually,inHPCenvironmentnodesaregenerallynotsharedamongdifferentapplicationsthatiswholenodeisutilizedbyasinglejob.
TheworkowofthisalgorithmisdepictedinFig.
1.
Firststepofthealgorithmistoidentifythenodeswhichhasbeenallocatedforaparticularapplicationwiththehelpofscheduler.
Thisinformationcanbetakenfromthescheduler.
Inthenextstep,thealgorithmwillverifywhe-theralltheprocessesarecarryingoutI/Ooperations.
Ifitistrue,thenfrequencyofallthenodeswillbereduced.
Otherwise,itwillcheckforthesecondcondition,i.
e.
whethermasterisexecutingwithslavesonwaiting.
Ifthisconditionissatised,thenthenodeonwhichthemasterisrunningisfoundbyinteractingwiththeapplication.
Next,thefrequenciesoftheslaveprocessorsarereducedwhentheyareinwaitingstatebyusingDVFS.
WheneverslavesstartrunningortheI/Ooperationsareover,thefrequenciesoftheprocessorswillbeincreasedbyDVFSinthelaststep.
Thisalgorithmwillcontinuewiththeabovestepsandwillbeterminatedwhentheapplicationnishes.
4IntelligentenergymanagementframeworkforenergyoptimizationWehavedesignedandimplementedanIntelligentEnergyManagementframeworkwhichisbasedonMulti-agentsupportasshowninFig.
2.
AMulti-agentframework[16]consistsofloosely-coupledcomputationalautonomousagentsthatcanperformactions.
Thesehaveresourcesattheirdisposalandtheypossessknowledge.
Theyaresitu-atedinacommonenvironmentandtheycancommunicatethroughinteractionprotocols.
WehaveusedC-DACMulti-agentFramework(CMAF)[17]toprovidethesupportforagentexecutioninourarchitecture.
Forthisarchitecture,wehaveusedahybrid(reactiveandmobile)typeagent.
Areactiveagentreceivesinput,processesitandproducesoutput.
Amobileagentisacompleteself-containedbodyofcode,whichphysicallymovesfromonecomputertoanother.
Beforemigrating,themobileagentstopsexecutionatthesourceandresumesexecutionafterreachingthedestination.
ThisframeworkmainlyconsistsoftheTargetSystem(TS),whichisHPCSystem'scomputenodesandIntelli-gentEnergyManager(IEM).
TheframeworkisdeployedonHPCsystemwhereIEMisdeployedatHeadNodeandFig.
1FlowchartofenergyoptimizationapproachCSIT(June2013)1(2):175–181177123eachcomputenode(whichworksasTS)hostsanoptimi-zationagentthatexecutestheenergyoptimizationalgo-rithm.
OurIEMcomprisesofthreeparts,i.
e.
JobManager,LauncherandOptimizationagent.
JobManagerinteractswiththeschedulertogetdetailsaboutthejobs,i.
e.
onwhichnodeseachjobhasbeenallocated.
Itcollectsandupdatestheinformationregardingeachjobfromtheschedulerperiodically.
Foreveryjob,itpassesthecorrespondinginformationtotheLauncher.
Basedonthisinformation,Launcherinitiatestheoptimizationagentsonappropriatenodes.
Italsopassesthecorrespondingparameterstoeachagent.
Atnodelevel,thisagentinteractswiththeapplica-tionandcarriesouttheoptimizationaccordingtothealgorithmmentionedinSect.
3.
2.
Theoptimizationagentisterminatedwiththeendofapplication.
5ExperimentalanalysisInthissection,weevaluatedtheenergysavingsobtainedwithourenergyoptimizationalgorithm.
Theperformanceofenergyoptimizationalgorithmvariesaccordingtothenatureofapplicationi.
e.
whetheritisCPUboundorI/Obound,durationofexecution,no.
ofprocessesandnodesetc.
WehavecarriedoutourexperimentswithMPI-I/ObenchmarksofIMBpackageandourpseudocode.
Thefollowingsubsectionsdescribethedetailsoftheexperi-mentationdone.
5.
1ExperimentalenvironmentOurexperimentalplatformisequippedwiththreeHPDL380G7servers,eachhavingtwoIntelXeonE5645processorswithsixcores.
ThesethreesystemsareclusteredusingPBSresourcemanagerandMauischedulerwhereoneactsasaheadnodeandtheothertwoascomputenodes.
EachCPUcorehasmaximumfrequencyof2.
4GHzandminimumfrequencyof1.
6GHz.
EachnodehasRHEL6.
2operatingsystemandusesMPICH2-1.
4.
1libraryforMPI[18].
OurMulti-agentframeworkisloadedintotheheadnodeandcomputenodes.
Powermeasurementhasbeendoneusing''Watt-sUp.
NET''powermeter.
Theenergyconsumptionisestimatedbyintegratingtheactualpowermeasuresovertime.
TheexperimentalsetupforpowermeasurementisshowninFig.
3.
5.
2ExperimentalresultsWehaveevaluatedtheenergyoptimizationalgorithmusingtwoexperimentsinhighperformancemode.
Wecarriedoutrstexperimentwiththepseudocode,whichisbasedonMPMDmodelofMPI.
ItisCPUintensiveanddoesmatrixmultiplication.
Fig.
2ArchitectureofintelligentenergymanagementframeworkFig.
3Experimentalsetupforpowermeasurement178CSIT(June2013)1(2):175–181123Wehaveexecutedthisprogramontwoserverswith24processesbyrunning12processesoneachserver.
Wehaveexecutedtheprogramunderfourdifferentconditions,i.
e.
allprocessorsoperatingatmax.
frequency(2.
4GHz),allprocessorsoperatingatmin.
frequency(1.
6GHz),allprocessorsatmax.
frequencyandwithourenergyoptimi-zationtechnique,andallprocessorsatmax.
frequencyandwithourenergyoptimizationtechniquecombinedwithvaryingvoltagelevels.
Westeppeddownthevoltagelevelofprocessorsatmaximumfrequencybyonestep.
Inourenergyoptimizationtechnique,wheneverthemasterpro-cessisexecutingandtheslaveprocessesareinwaitingstate,thefrequencyofthenodes,onwhichslavesarerunning,isreducedfrom2.
4to1.
6GHz.
Thefrequencyisincreasedbackto2.
4GHzwhentheslaveprocessesstarttoexecute.
ThepowerconsumptionduringalltheconditionsforthisexperimentisshowninFig.
4.
TheenergyconsumptionandsavingsfortheaboveexperimentsareshownintheTable1.
Byutilizingourenergyoptimizationtechnique,weareabletoreducetheFig.
4PowerconsumptionwithpseudocodeTable1EnergyconsumptionandsavingsunderdifferentconditionsWithmaximumfrequencyWithminimumfrequencyWithenergyoptimizationtechniqueWithenergyoptimizationtechniqueandsteppeddownvoltageAvg.
Power(W)443.
33330.
66402.
11378.
96Energy(Ws)53,643.
355,881.
548,65647,370.
6Energysavings0%-4%9.
3%11.
7%Fig.
5PowerconsumptionwithP_write_privunderdifferentconditionCSIT(June2013)1(2):175–181179123energyconsumptionby9.
3%withoutaffectingtheper-formance.
Weachieved11.
7%energysavingswith3%increaseinexecutiontimebycombiningouroptimizationtechniquewithvaryingvoltagelevelsofprocessors.
ThesecondexperimentwasconductedwithP_write_-privbenchmark.
ItisoneoftheI/ObenchmarkofIMBpackage.
Inthiscase,allparticipatingprocessesperformconcurrentI/Otodifferent,privateles.
Wehaveexecutedthisprogramontwoserverswith24no.
ofprocesses,12oneachserver.
Thisexperimentwascarriedoutwithtwodifferentconditions,i.
e.
allprocessorswithmax.
operatingfrequency(2.
4GHz)andwithourenergyoptimizationtechnique.
WheneverallprocessesareperformingtheI/Oopera-tions,theprocessorfrequenciesofallthenodeswillbereducedfrom2.
4GHzto1.
6GHzinourenergyoptimi-zationtechnique.
TheexperimentresultswiththetwoconditionsduringtheexecutionofP_write_privbenchmarkisshowninFig.
5.
Theenergyconsumptionforbothexperimentsiscalculatedbyintegratingpowerreadingsovertheexecutiontime.
Thecorrespondingenergycon-sumptionandsavingsforthisexperimentareshowninTable2.
Byutilizingourenergyoptimizationtechnique,wecouldreducetheenergyconsumptionby11.
7%withoutaffectingtheperformance.
Asthenumberofprocessesandthenumberofnodesincrease,moreenergycanbesaved.
6ConclusionsandfutureworkInHPCenvironment,enormousamountofenergywastageoccursattheapplicationlevel.
Therefore,theneedforanefcientenergyoptimizationalgorithmisincreasingtre-mendously.
MostofthetechniquesarebasedonDVFS,whichisaproveneffectivewaytoreducepowerwastage.
OurresearchisbasedonminimizingtheenergywastageusingDVFSinMPIapplications.
Theproposedenergyoptimizationpolicyiseffectiveandcanautomaticallysetthefrequencyofprocessors,whichinturnleadstoreduc-tioninenergyconsumptionwithoutdegradingtheperfor-mance.
WehavealsodevelopedaMulti-agentbasedautonomicframeworkwhichhelpstoimplementouralgorithmonHPCsystems.
Infuture,wewilldeploythisalgorithmusingMulti-agentframeworkonliveHPCsystemsrunningMPIapplications.
AcknowledgmentsTheauthorswouldliketothankR.
K.
SenthilKumar,H.
V.
Raghu,SumitKumarSaurav,ManishaChauhanandB.
Jayanthfortheirvaluablesupportandsuggestionswhileconductingthisresearch.
References1.
GeR,FengX,PylaH,CameronK,FengKW(2007)PowermeasurementtutorialfortheGreen500ListJune27,20072.
TheMessagePassingInterface(MPI)Standard.
http://www-unix.
mcs.
anl.
gov/mpi/3.
GeR,FengX,CameronKW(2005)Performance-constraineddistributedDVSschedulingforscienticapplicationsonpower-awareclusters.
In:ProceedingsofACM/IEEEconferenceonsupercomputing(SC'05)'',20054.
IntelMPIBenchmarks-UsersGuideandMethodology.
http://www.
software.
intel.
com/en-us/articles/intel-mpi-benchmarks/5.
TewariV,MilenkovieM(2006)Standardsforautonomiccom-puting.
In:IntelTechnologyJournal,20066.
WangL,LaszewskiG,DayalJ,WangF(2010)TowardsenergyawareschedulingforprecedenceconstrainedparalleltasksinaclusterwithDVFS.
In:ProceedingsofIEEEsymposiumoncluster,cloudandgridComputing,CCGrid,20107.
LiD,SupinskiBR,SchulzM,CameronK,NikolopoulosDS(2010)HybridMPI/OpenMPpower-awarecomputing.
In:Pro-ceedingsofIEEEsymposiumonparallelanddistributedpro-cessing,IPDPS20108.
CameronKW,GeR,FengX(2005)High-performance,power-awaredistributedcomputingforscienticapplications.
In:IEEEcomputer,vol.
38,20059.
RoderoI,ChandraS,ParasharM,MuralidharR,SeshadriH,PooleS(2010)Investigatingthepotentialofapplication-centricaggressivepowermanagementforHPCworkloads.
In:Pro-ceedingsofIEEEconferenceonhighperformancecomputing,HiPC201010.
EtinskiM,CorbalanJ,LabartaJ,ValeroM,VeidenbaumA(2009)Power-AwareloadbalancingoflargescaleMPIapplica-tions.
In:ProceedingsofIEEEsymposiumonparallelanddis-tributedprocessing,IPDPS2009,doi:10.
1109/IPDPS.
2009.
516097311.
MaY,GongB,ZouL(2009)Energy-EfcientSchedulingAlgorithmofTaskDependentGraphonDVS-UnableClusterSystem.
In:ProceedingsofIEEE/ACMconferencegridcom-puting,doi:10/1109/GRID.
2009.
535305612.
LiD,NikolopoulosDS,CameronK,SupinskiBR,SchulzM(2010)Power-awareMPITaskAggregationPredictionforHigh-EndComputingSystems.
In:ProceedingsofIEEEsymposiumparallelanddistributedprocessingsymposium,IPDPS,201013.
DongY,ChenJ,YangX,YangCY,PengL(2008)LowPowerOptimizationforMPICollectiveOperations.
In:ProceedingsofIEEEconferenceyoungcomputerscientists,ICYCS2008,doi:10.
1109/ICYCS.
2008.
50014.
Y.
ChenandY.
Zeng(2011)''Automaticenergystatuscontrol-lingwithdynamicvoltagescalinginpowerawarehighperfor-mancecomputingcluster''.
Proc.
IEEEConf.
Parallelanddistributedcomputing,applicationsandtechnologies(PDCAT),Oct.
2011,pp.
412–416,doi:10.
1109/PDCAT.
2011.
2415.
KimNS,AustinTetal(2003)Leakagecurrent:Moore'slawmeetsstaticpower.
IEEEComputer,vol.
36,doi:10.
1109/MC.
2003.
1250885Table2EnergyconsumptionandsavingsunderdifferentconditionsWithmax.
frequencyWithourenergyoptimizationtechniqueAvg.
Power(W)317.
8280.
5Energy(Ws)54,35547,970.
7Energysavings0%11.
7%180CSIT(June2013)1(2):175–18112316.
AhmadHF(2002)Multi-agentsystems:overviewofanewpar-adigmfordistributedsystems.
InProceedingsofIEEEsympo-siumhighassurancesystemsengineering17.
VenkiteshS,BindhumadhavaBS,BhandariAA(2006)Imple-mentationofautomatedgridsoftwaremanagementtool:amobileagentbasedapproach.
InProceedingsofinternationalconferenceoninformationandknowledgeengineering18.
MPICH2-1.
4.
1.
http://www.
mcs.
anl.
gov/research/projects/mpich2/documentation/les/mpich2-1.
4.
1-userguide.
pdfCSIT(June2013)1(2):175–181181123
DiyVM是一家低调国人VPS主机商,成立于2009年,提供的产品包括VPS主机和独立服务器租用等,数据中心包括香港沙田、美国洛杉矶、日本大阪等,VPS主机基于XEN架构,均为国内直连线路,主机支持异地备份与自定义镜像,可提供内网IP。最近,商家对香港机房VPS提供5折优惠码,最低2GB内存起优惠后仅需50元/月。下面就以香港机房为例,分享几款VPS主机配置信息。CPU:2cores内存:2GB硬...
近日Friendhosting发布了最新的消息,新上线了美国迈阿密的云产品,之前的夏季优惠活动还在进行中,全场一次性45折优惠,最高可购买半年,超过半年优惠力度就不高了,Friendhosting商家的优势就是100Mbps带宽不限流量,有需要的朋友可以尝试一下。Friendhosting怎么样?Friendhosting服务器好不好?Friendhosting服务器值不值得购买?Friendho...
DogYun(中文名称狗云)新上了一批韩国自动化上架独立服务器,使用月减200元优惠码后仅需每月300元,双E5 CPU,SSD+NVMe高性能硬盘,支持安装Linux或者Windows操作系统,下单自动化上架。这是一家成立于2019年的国人主机商,提供VPS和独立服务器租用等产品,数据中心包括中国香港、美国洛杉矶、日本、韩国、德国、荷兰等。下面分享这款自动化上架韩国独立服务器的配置和优惠码信息。...
dl380g7为你推荐
工信部约谈电信我在工信部投诉了电信,什么时候才能回复?渣渣辉商标渣渣辉传奇哪个职业好地图应用看卫星地图哪个手机软件最好。西部妈妈网我爸妈在云南做非法集资了,钱肯定交了很多,我不恨她们。他们叫我明天去看,让我用心的看,,说是什么...原代码什么叫源代码,源代码有什么作用lunwenjiancepaperfree论文检测安全吗同一ip网站同IP的网站互相链接会被K吗?百度关键词分析怎样对关键词进行分析和选择网站检测请问论文检测网站好的有那些?5xoy.comhttp://www.5yau.com (舞与伦比),以前是这个地址,后来更新了,很长时间没玩了,谁知道现在的地址? 谢谢,
过期域名 便宜域名注册 hostmonster 美国主机推荐 60g硬盘 java空间 789电视 hinet adroit 美国堪萨斯 美国凤凰城 杭州电信宽带优惠 云服务是什么意思 重庆服务器 云销售系统 汤博乐 学生机 美国主机侦探 时间服务器 优惠服务器 更多