CN1908590A - 测量数据中心内的物理特征的方法和装置 - Google Patents
测量数据中心内的物理特征的方法和装置 Download PDFInfo
- Publication number
- CN1908590A CN1908590A CNA2006101083261A CN200610108326A CN1908590A CN 1908590 A CN1908590 A CN 1908590A CN A2006101083261 A CNA2006101083261 A CN A2006101083261A CN 200610108326 A CN200610108326 A CN 200610108326A CN 1908590 A CN1908590 A CN 1908590A
- Authority
- CN
- China
- Prior art keywords
- data center
- data
- sensor
- framework
- measurement
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 37
- 238000005259 measurement Methods 0.000 claims description 40
- 230000015654 memory Effects 0.000 claims description 16
- 238000004590 computer program Methods 0.000 claims description 10
- 238000013500 data storage Methods 0.000 claims description 9
- 238000010586 diagram Methods 0.000 claims description 8
- 230000007613 environmental effect Effects 0.000 abstract description 5
- 238000004891 communication Methods 0.000 description 19
- 238000001816 cooling Methods 0.000 description 19
- 230000008569 process Effects 0.000 description 12
- 239000000463 material Substances 0.000 description 6
- 230000006870 function Effects 0.000 description 5
- 230000005540 biological transmission Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 3
- 238000013461 design Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- 238000009423 ventilation Methods 0.000 description 3
- 235000004443 Ricinus communis Nutrition 0.000 description 2
- 238000004378 air conditioning Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 2
- 238000011156 evaluation Methods 0.000 description 2
- 238000002955 isolation Methods 0.000 description 2
- 239000000203 mixture Substances 0.000 description 2
- XKJMBINCVNINCA-UHFFFAOYSA-N Alfalone Chemical compound CON(C)C(=O)NC1=CC=C(Cl)C(Cl)=C1 XKJMBINCVNINCA-UHFFFAOYSA-N 0.000 description 1
- 241001269238 Data Species 0.000 description 1
- 229920006329 Styropor Polymers 0.000 description 1
- 239000007864 aqueous solution Substances 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 239000000919 ceramic Substances 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 150000001875 compounds Chemical class 0.000 description 1
- 239000012141 concentrate Substances 0.000 description 1
- 239000002826 coolant Substances 0.000 description 1
- 230000001186 cumulative effect Effects 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 230000005670 electromagnetic radiation Effects 0.000 description 1
- 238000010438 heat treatment Methods 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 239000007788 liquid Substances 0.000 description 1
- 230000003137 locomotive effect Effects 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 239000004033 plastic Substances 0.000 description 1
- 229920003023 plastic Polymers 0.000 description 1
- 229920000642 polymer Polymers 0.000 description 1
- 238000006116 polymerization reaction Methods 0.000 description 1
- 238000012797 qualification Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000007789 sealing Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 239000000126 substance Substances 0.000 description 1
- 230000002277 temperature effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01K—MEASURING TEMPERATURE; MEASURING QUANTITY OF HEAT; THERMALLY-SENSITIVE ELEMENTS NOT OTHERWISE PROVIDED FOR
- G01K1/00—Details of thermometers not specially adapted for particular types of thermometer
- G01K1/02—Means for indicating or recording specially adapted for thermometers
- G01K1/026—Means for indicating or recording specially adapted for thermometers arrangements for monitoring a plurality of temperatures, e.g. by multiplexing
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01K—MEASURING TEMPERATURE; MEASURING QUANTITY OF HEAT; THERMALLY-SENSITIVE ELEMENTS NOT OTHERWISE PROVIDED FOR
- G01K2213/00—Temperature mapping
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Arrangements For Transmission Of Measured Signals (AREA)
- Testing Or Calibration Of Command Recording Devices (AREA)
Abstract
Description
nx=31 ;***总的地砖x坐标 ny=29 ;***总的地砖y坐标 backtemp=20.0 ;***背景温度 dnu_files=579 ;***netlist中的文件数 gtemp=fltarr(nx*3,ny*3,9) gtemp(*,*,*)=backtemp cb=fltarr(3,3,9) lb=fltarr(3,3,2) rb=fltarr(3,3,2) ;***读netlist ;***co(0,*)文件名 ;***co(1,*)地砖x坐标 ;***co(2,*)地砖x坐标 ;***co(3,*)车的方向(E,W,N,S) ;***co(4,*)使用哪一面(R,L) ;***co(5,*)文件的目录 ;对于0,不使用任何面 ;对于1,使用左面 ;对于2,使用右面 co=strarr(7,nu_files) status=dc_read_free(′c:\...\netlist.txt′,co,/Column,Delim=′\011′) ;***假设netlist是从源保存的,并使用制表符作为定界符 ;***读取所有的温度文件并将它们放置在一个块中 for i=0,nu_files-1 do begin if co(5,i)EQ′1′then name=strcompress(′c:\...\POK_DataCenter1_0517/′+co(0,i)+′.txt′,/remove_all) if co(5,i)EQ′2′then name=strcompress(′c:\...\POK_DataCenter_0518\′+co(0,i)+′.txt′,/remove_all) if co(5,i)EQ′3′then name=strcompress(′c:\...\POK_DataCenter_0519/′+co(0,i)+′.txt′,/remove_all) status=dc_read_free(name,d) cb(*,*,*)=0.0 lb(*,*,*)=0.0 rb(*,*,*)=0.0 ;***对于中心块 q=0 for iz=0,8 do begin for ix=0,2 do begin for iy=0,2 do begin cb(ix,iy,iz)=d(q) q=q+1 end end end ;***对于左块 <!-- SIPO <DP n="12"> --> <dp n="d12"/> if co(4,i)EQ′L′or co(4,i)EQ′R,L′or co(4,i)EQ′L,R′then begin q=81 for iz=0,1 do begin for ix=0,2 do begin for iy=0,2 do begin ib(ix,iy,iz)=d(q) q=q+1 end end end end ;***对于右块 if co(4,i)EQ′R′or co(4,i)EQ′R,L′or co(4,i)EQ′L,R′then begin q=99 for iz=0,1 do begin for ix=0,2 do begin for iy=0,2 do begin rb(ix,iy,iz)=d(q) q=q+1 end end end end if co(4,i)EQ′L′then print,lb(*,*,*) tx=fix(co(1,i)) ty=fix(co(2,i)) if co(3,i)EQ′W′then ori=0 if co(3,i)EQ′S′then ori=1 if co(3,i)EQ′E′then ori=2 if co(4,i)EQ′N′then ori=3 gtemp(tx*3:tx*3+2,ty*3:ty*3+2,*)=rotate(cb(*,*,*),ori) ;***对于西的左和右(0) if co(4,i)EQ′L′and ori EQ 0 then begin gtemp((tx-1)*3:(tx-1)*3+2,ty*3:ty*3+2,7:8)=rotate(lb(*,*,*),ori) end if co(4,i)EQ′R′and ori EQ 0 then begin gtemp((tx+1)*3:(tx+1)*3+2,ty*3:ty*3+2,7:8)=rotate(rb(*,*,*),ori) <!-- SIPO <DP n="13"> --> <dp n="d13"/> end if(co(4,i)EQ′R,L′and ori EQ 0)or(co(4,i)EQ′L,R′and ori EQ 0)then begin gtemp((tx-1)*3:(tx-1)*3+2,ty*3:ty*3+2,7:8)=rotate(lb(*,*,*),ori) gtemp((tx+1)*3:(tx+1)*3+2,ty*3:ty*3+2,7:8)=rotate(rb(*,*,*),ori) end ;***对于南的左和右(1) if co(4,i)EQ′L′and ori EQ 1 then begin gtemp(tx*3:tx*3+2,(ty-1)*3:(ty-1)*3+2,7:8)=rotate(lb(*,*,*),ori) end if co(4,i)EQ′R′and ori EQ 1 then begin gtemp(tx*3:tx*3+2,(ty+1)*3:(ty+1)*3+2,7:8)=rotate(rb(*,*,*),ori) end if(co(4,i)EQ′R,L′and ori EQ 1)or(co(4,i)EQ′L,R′and ori EQ 1)then begin gtemp(tx*3:tx*3+2,(ty-1)*3:(ty-1)*3+2,7:8)=rotate(lb(*,*,*),ori) gtemp(tx*3:tx*3+2,(ty+1)*3:(ty+1)*3+2,7:8)=rotate(rb(*,*,*),ori) end ;***对于东的左和右(2) if co(4,i)EQ′L′and ori EQ 2 then begin gtemp((tx+1)*3:(tx+1)*3+2,ty*3:ty*3+2,7:8)=rotate(lb(*,*,*),ori) end if co(4,i)EQ′R′and ori EQ 2 then begin gtemp((tx-1)*3:(tx-1)*3+2,ty*3:ty*3+2,7:8)=rotate(rb(*,*,*),ori) end if(co(4,i)EQ′R,L′and ori EQ 2)or(co(4,i)EQ′L,R′and ori EQ 2)then begin gtemp((tx+1)*3:(tx+1)*3+2,ty*3:ty*3+2,7:8)=rotate(lb(*,*,*),ori) gtemp((tx-1)*3:(tx-1)*3+2,ty*3:ty*3+2,7:8)=rotate(rb(*,*,*),ori) end ;***对于北的左和右(3) if co(4,i)LT′L′and ori EQ 3 then begin gtemp(tx*3:tx*3+2,(ty+1)*3:(ty+1)*3+2,7:8)=rotate(lb(*,*,*),ori) end if co(4,i)GT′R′and ori EQ 3 then begin gtemp(tx*3:tx*3+2,(ty-1)*3:(ty-1)*3+2,7:8)=rotate(rb(*,*,*),ori) end if(co(4,i)EQ′R,L′and ori EQ 3)or(co(4,i)EQ′L,R′and ori EQ 3)then begin gtemp(tx*3:tx*3+2,(ty+1)*3:(ty+1)*3+2,7:8)=rotate(lb(*,*,*),ori) gtemp(tx*3:tx*3+2,(ty-1)*3:(ty-1)*3+2,7:8)=rotate(rb(*,*,*),ori) end end <!-- SIPO <DP n="14"> --> <dp n="d14"/> print,max(gtemp(*,*,*)),min(gtemp(*,*,*)) ;***xy按比例缩放显示数据中心的所有9层 for i=0,8 do begin Window,i,XSize=12*nx,YSize=12*ny TV, bytscl(smooth(rebin(gtemp(*,*,i),12*nx,12*ny),4),Min=min(gtemp(*,*,*)),Max=max(gte mp(*,*,*))) end ;***xy按比例缩放显示数据中心的所有7层 test=fltarr(252,6) for i=0,6 do begin Window,i,XSize=504,YSize=12 test=gtemp(*,3:8,i) TV,bytscl(smooth(rebin(test,504,12),6),Min=min(gtemp(*,*,*)),Max=max(gtemp(*,*,*))) end ;***显示行扫描整个数据中心 ;***x方向 v1x=fltarr(252) v2x=fltarr(252) voutx=fltarr(9,252) for i=0,8 do begin v1x(*)=gtemp(*,5,i) v2x(*)=gtemp(*,6,i) voutx(i,*)=smooth((v1x(*)+v2x(*))/2,3) end status=dc_write_free(′c:\...\linex.txt′,voutx(*,*),/column) ;***xy按比例缩放显示数据中心的中间层 h=fltarr(252,9) Window,0,XSize=504,YSize=18 h(*,*)=gtemp(*,5,*) info,h TVSCL,smooth(rebin(h,504,18),6) End
Claims (17)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/195,426 US7366632B2 (en) | 2005-08-02 | 2005-08-02 | Method and apparatus for three-dimensional measurements |
US11/195,426 | 2005-08-02 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1908590A true CN1908590A (zh) | 2007-02-07 |
CN100545582C CN100545582C (zh) | 2009-09-30 |
Family
ID=37699764
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2006101083261A Active CN100545582C (zh) | 2005-08-02 | 2006-08-01 | 测量数据中心内的物理特征的方法和装置 |
Country Status (2)
Country | Link |
---|---|
US (3) | US7366632B2 (zh) |
CN (1) | CN100545582C (zh) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101957888A (zh) * | 2009-07-14 | 2011-01-26 | 空中客车印度工程中心 | 用于对密封空间内的热舒适性进行数值评估的系统及方法 |
CN102741833A (zh) * | 2009-08-12 | 2012-10-17 | 国际商业机器公司 | 用于数据中心的基于知识的模型 |
CN102799148A (zh) * | 2011-05-24 | 2012-11-28 | 宏正自动科技股份有限公司 | 应用于具有机架配电单元的数据中心的安全有效的能源使用及节约系统及方法 |
CN102955467A (zh) * | 2011-08-23 | 2013-03-06 | 国际商业机器公司 | 传感器群集环境事件检测方法和系统 |
US8843354B2 (en) | 2008-06-19 | 2014-09-23 | Hewlett-Packard Development Company, L.P. | Capacity planning |
Families Citing this family (98)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7366632B2 (en) * | 2005-08-02 | 2008-04-29 | International Business Machines Corporation | Method and apparatus for three-dimensional measurements |
US7365973B2 (en) * | 2006-01-19 | 2008-04-29 | American Power Conversion Corporation | Cooling system and method |
US9568206B2 (en) | 2006-08-15 | 2017-02-14 | Schneider Electric It Corporation | Method and apparatus for cooling |
US8322155B2 (en) | 2006-08-15 | 2012-12-04 | American Power Conversion Corporation | Method and apparatus for cooling |
US8327656B2 (en) | 2006-08-15 | 2012-12-11 | American Power Conversion Corporation | Method and apparatus for cooling |
US7681404B2 (en) | 2006-12-18 | 2010-03-23 | American Power Conversion Corporation | Modular ice storage for uninterruptible chilled water |
US20080155441A1 (en) * | 2006-12-22 | 2008-06-26 | Long Bruce T | Method for performing a data center hardware upgrade readiness assessment |
US8425287B2 (en) * | 2007-01-23 | 2013-04-23 | Schneider Electric It Corporation | In-row air containment and cooling system and method |
US9251608B2 (en) * | 2007-04-30 | 2016-02-02 | Hewlett Packard Enterprise Development Lp | Data visualization of a datacenter |
EP2147585B1 (en) | 2007-05-15 | 2016-11-02 | Schneider Electric IT Corporation | Method and system for managing facility power and cooling |
US20080288193A1 (en) * | 2007-05-17 | 2008-11-20 | International Business Machines Corporation | Techniques for Analyzing Data Center Energy Utilization Practices |
US8009430B2 (en) * | 2007-05-17 | 2011-08-30 | International Business Machines Corporation | Techniques for data center cooling |
US10028415B1 (en) | 2007-06-14 | 2018-07-17 | Switch, Ltd. | Electronic equipment data center and server co-location facility configurations and method of using the same |
US8469782B1 (en) | 2007-06-14 | 2013-06-25 | Switch Communications Group, LLC | Data center air handling unit |
US9788455B1 (en) | 2007-06-14 | 2017-10-10 | Switch, Ltd. | Electronic equipment data center or co-location facility designs and methods of making and using the same |
US9622389B1 (en) | 2007-06-14 | 2017-04-11 | Switch, Ltd. | Electronic equipment data center and server co-location facility configurations and method of using the same |
US8523643B1 (en) | 2007-06-14 | 2013-09-03 | Switch Communications Group LLC | Electronic equipment data center or co-location facility designs and methods of making and using the same |
US9823715B1 (en) | 2007-06-14 | 2017-11-21 | Switch, Ltd. | Data center air handling unit including uninterruptable cooling fan with weighted rotor and method of using the same |
US9693486B1 (en) | 2007-06-14 | 2017-06-27 | Switch, Ltd. | Air handling unit with a canopy thereover for use with a data center and method of using the same |
US7792943B2 (en) * | 2007-07-11 | 2010-09-07 | International Business Machines Corporation | Identification of equipment location in data center |
US7856495B2 (en) * | 2007-07-11 | 2010-12-21 | International Business Machines Corporation | Identification of equipment location in data center |
US20090113323A1 (en) * | 2007-10-31 | 2009-04-30 | Microsoft Corporation | Data center operation optimization |
US7979250B2 (en) * | 2007-12-05 | 2011-07-12 | International Business Machines Corporation | Method of laying out a data center using a plurality of thermal simulators |
US8457938B2 (en) * | 2007-12-05 | 2013-06-04 | International Business Machines Corporation | Apparatus and method for simulating one or more operational characteristics of an electronics rack |
US7832925B2 (en) * | 2007-12-05 | 2010-11-16 | International Business Machines Corporation | Apparatus and method for simulating heated airflow exhaust of an electronics subsystem, electronics rack or row of electronics racks |
US7639486B2 (en) * | 2007-12-13 | 2009-12-29 | International Business Machines Corporation | Rack system providing flexible configuration of computer systems with front access |
US9055697B2 (en) * | 2008-02-08 | 2015-06-09 | Coolit Systems, Inc. | Air conditioning system control |
US7933739B2 (en) * | 2008-03-13 | 2011-04-26 | International Business Machines Corporation | Automated analysis of datacenter layout using temperature sensor positions |
US7974079B2 (en) * | 2008-06-17 | 2011-07-05 | International Business Machines Corporation | Integrated mounting system for communication and surveillance infrastructures |
US8527690B2 (en) * | 2008-06-26 | 2013-09-03 | Microsoft Corporation | Optimization of non-volatile solid-state memory by moving data based on data generation and memory wear |
US8306794B2 (en) * | 2008-06-26 | 2012-11-06 | International Business Machines Corporation | Techniques for thermal modeling of data centers to improve energy efficiency |
US8849630B2 (en) * | 2008-06-26 | 2014-09-30 | International Business Machines Corporation | Techniques to predict three-dimensional thermal distributions in real-time |
US8983675B2 (en) | 2008-09-29 | 2015-03-17 | International Business Machines Corporation | System and method to dynamically change data center partitions |
US8212817B2 (en) * | 2008-10-31 | 2012-07-03 | Hewlett-Packard Development Company, L.P. | Spatial temporal visual analysis of thermal data |
US8209056B2 (en) | 2008-11-25 | 2012-06-26 | American Power Conversion Corporation | System and method for assessing and managing data center airflow and energy usage |
US8160838B2 (en) * | 2009-04-30 | 2012-04-17 | Synapsense Corporation | Apparatus and method for visualizing environmental conditions in a data center using wireless sensor networks |
US8219362B2 (en) | 2009-05-08 | 2012-07-10 | American Power Conversion Corporation | System and method for arranging equipment in a data center |
US8249825B2 (en) | 2009-05-08 | 2012-08-21 | American Power Conversion Corporation | System and method for predicting cooling performance of arrangements of equipment in a data center |
US8521449B2 (en) * | 2009-06-06 | 2013-08-27 | International Business Machines Corporation | Three dimensional air flow sensors for data center cooling |
US8882572B2 (en) * | 2009-06-08 | 2014-11-11 | Hewlett-Packard Development Company, L.P. | Vent tile with an integrated thermal imaging sensor and controller |
US8397088B1 (en) | 2009-07-21 | 2013-03-12 | The Research Foundation Of State University Of New York | Apparatus and method for efficient estimation of the energy dissipation of processor based systems |
US8630724B2 (en) * | 2009-08-12 | 2014-01-14 | International Business Machines Corporation | Measurement and management technology platform |
US8229713B2 (en) | 2009-08-12 | 2012-07-24 | International Business Machines Corporation | Methods and techniques for creating and visualizing thermal zones |
US8639651B2 (en) * | 2009-10-30 | 2014-01-28 | Hewlett-Packard Development Company, L. P. | Manipulating environmental conditions in an infrastructure |
US8271639B2 (en) * | 2010-02-02 | 2012-09-18 | International Business Machines Corporation | Discovering physical server location by correlating external and internal server information |
US9230258B2 (en) | 2010-04-01 | 2016-01-05 | International Business Machines Corporation | Space and time for entity resolution |
US8972217B2 (en) | 2010-06-08 | 2015-03-03 | Schneider Electric It Corporation | System and method for predicting temperature values in a data center |
GB2481214B (en) * | 2010-06-15 | 2013-01-02 | 4Energy Ltd | Air flow measurement |
US8233274B2 (en) | 2010-07-21 | 2012-07-31 | International Business Machines Corporation | Computer chassis cooling sidecar |
US8270161B2 (en) | 2010-08-06 | 2012-09-18 | International Business Machines Corporation | Hot or cold aisle computer chassis |
US8509959B2 (en) | 2010-08-12 | 2013-08-13 | Schneider Electric It Corporation | System and method for predicting transient cooling performance for a data center |
US8457807B2 (en) | 2010-08-18 | 2013-06-04 | International Business Machines Corporation | Thermal relationships based workload planning |
US8855963B2 (en) | 2010-08-18 | 2014-10-07 | International Business Machines Corporation | Discovering thermal relationships in data processing environments |
US8996180B2 (en) | 2010-09-17 | 2015-03-31 | Schneider Electric It Corporation | System and method for predicting perforated tile airflow in a data center |
US8812275B2 (en) * | 2010-09-18 | 2014-08-19 | International Business Machines Corporation | Modeling movement of air under a floor of a data center |
US8825451B2 (en) | 2010-12-16 | 2014-09-02 | Schneider Electric It Corporation | System and methods for rack cooling analysis |
US8688413B2 (en) | 2010-12-30 | 2014-04-01 | Christopher M. Healey | System and method for sequential placement of cooling resources within data center layouts |
JP5460891B2 (ja) * | 2011-01-25 | 2014-04-02 | 三菱電機株式会社 | 制御装置、空調システム、制御方法及びプログラム |
US8744631B2 (en) | 2011-01-28 | 2014-06-03 | Hewlett-Packard Development Company, L.P. | Manipulating environmental conditions in an infrastructure |
US8594985B2 (en) | 2011-02-08 | 2013-11-26 | International Business Machines Corporation | Techniques for determining physical zones of influence |
US9223905B2 (en) | 2011-03-25 | 2015-12-29 | Schneider Electric It Corporation | Systems and methods for predicting fluid dynamics in a data center |
JP5427833B2 (ja) * | 2011-05-18 | 2014-02-26 | パナソニック株式会社 | クリーンルームの逆流防止装置 |
US8725307B2 (en) | 2011-06-28 | 2014-05-13 | Schneider Electric It Corporation | System and method for measurement aided prediction of temperature and airflow values in a data center |
WO2013091692A1 (en) * | 2011-12-21 | 2013-06-27 | Telecom Italia S.P.A. | System and method for temperature monitoring in a room |
AU2011384046A1 (en) | 2011-12-22 | 2014-07-17 | Schneider Electric It Corporation | Analysis of effect of transient events on temperature in a data center |
CN104137660B (zh) | 2011-12-22 | 2017-11-24 | 施耐德电气It公司 | 用于在电子系统中预测温度值的系统和方法 |
US9310251B2 (en) * | 2012-05-18 | 2016-04-12 | International Business Machines Corporation | Automated object classification using temperature profiles |
US10387780B2 (en) | 2012-08-14 | 2019-08-20 | International Business Machines Corporation | Context accumulation based on properties of entity features |
US8996193B2 (en) | 2012-08-20 | 2015-03-31 | International Business Machines Corporation | Computer room cooling control |
US9864417B2 (en) | 2013-03-08 | 2018-01-09 | International Business Machines Corporation | Server rack for improved data center management |
US9857235B2 (en) | 2013-03-08 | 2018-01-02 | International Business Machines Corporation | Real-time modeling of heat distributions |
US8705893B1 (en) | 2013-03-14 | 2014-04-22 | Palo Alto Research Center Incorporated | Apparatus and method for creating floor plans |
US9198331B2 (en) | 2013-03-15 | 2015-11-24 | Switch, Ltd. | Data center facility design configuration |
US9086432B1 (en) | 2013-06-07 | 2015-07-21 | The Boeing Company | Rapid configuration adapter |
JP6160314B2 (ja) * | 2013-07-08 | 2017-07-12 | 富士通株式会社 | ファン設置位置決定方法 |
US9270451B2 (en) | 2013-10-03 | 2016-02-23 | Globalfoundries Inc. | Privacy enhanced spatial analytics |
WO2015054384A1 (en) * | 2013-10-08 | 2015-04-16 | Vigilent Corporation | Method and apparatus for environment visualization in an electronic equipment facility |
US9347834B2 (en) * | 2013-11-04 | 2016-05-24 | Redwood Systems, Inc. | Infrared sensor array based temperature monitoring systems for data centers and related methods |
US9625366B2 (en) * | 2013-11-11 | 2017-04-18 | 3R Valo, société en commandite | Microwave resonator sensor and associated methods of sensing |
US9883009B2 (en) | 2013-12-27 | 2018-01-30 | International Business Machines Corporation | Automatic computer room air conditioning control method |
US9949410B1 (en) | 2014-03-21 | 2018-04-17 | Google Llc | Managing dependencies between data center computing and infrastructure |
US9346168B2 (en) | 2014-05-20 | 2016-05-24 | International Business Machines Corporation | Information technology asset type identification using a mobile vision-enabled robot |
US10001761B2 (en) | 2014-12-30 | 2018-06-19 | Schneider Electric It Corporation | Power consumption model for cooling equipment |
US10102313B2 (en) | 2014-12-30 | 2018-10-16 | Schneider Electric It Corporation | Raised floor plenum tool |
US9990448B2 (en) * | 2015-03-17 | 2018-06-05 | Ca, Inc. | Data center floor plan mapping using location-aware device |
US10122805B2 (en) | 2015-06-30 | 2018-11-06 | International Business Machines Corporation | Identification of collaborating and gathering entities |
JP6710938B2 (ja) * | 2015-11-05 | 2020-06-17 | 富士通株式会社 | データセンタシステム、データセンタシステムの制御方法及びプログラム |
GB2548870B (en) * | 2016-03-31 | 2018-12-05 | Ekkosense Ltd | Remote monitoring |
WO2018053200A1 (en) | 2016-09-14 | 2018-03-22 | Switch, Ltd. | Ventilation and air flow control |
US11076509B2 (en) | 2017-01-24 | 2021-07-27 | The Research Foundation for the State University | Control systems and prediction methods for it cooling performance in containment |
US20190057180A1 (en) * | 2017-08-18 | 2019-02-21 | International Business Machines Corporation | System and method for design optimization using augmented reality |
US11452243B2 (en) | 2017-10-12 | 2022-09-20 | Coolit Systems, Inc. | Cooling system, controllers and methods |
CN110068363A (zh) * | 2019-03-26 | 2019-07-30 | 淮北矿业股份有限公司 | 一种安全监控中心站机房的监控系统及其监控方法 |
US11178021B2 (en) * | 2019-07-23 | 2021-11-16 | Core Scientific, Inc. | System and method for visually managing computing devices in a data center |
US11295135B2 (en) * | 2020-05-29 | 2022-04-05 | Corning Research & Development Corporation | Asset tracking of communication equipment via mixed reality based labeling |
US11374808B2 (en) | 2020-05-29 | 2022-06-28 | Corning Research & Development Corporation | Automated logging of patching operations via mixed reality based labeling |
CN112800687B (zh) * | 2021-04-06 | 2021-06-22 | 联想长风科技(北京)有限公司 | 一种产品散热方案的评估方法及系统 |
CN116086164A (zh) * | 2022-12-12 | 2023-05-09 | 国网浙江省电力有限公司营销服务中心 | 一种基于聚类的竹木片烘干室温湿度均匀控制方法 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5930738A (en) * | 1997-10-15 | 1999-07-27 | Mobile Integrated Tecnologies, Inc. | Vehicle computer system environment monitor |
US6246969B1 (en) * | 1998-09-08 | 2001-06-12 | International Business Machines Corporation | Method and apparatus for testing computer cooling systems |
US6535382B2 (en) * | 2001-04-12 | 2003-03-18 | Johnson Controls Technology Company | Cooling system for electronic equipment cabinets |
US6628520B2 (en) * | 2002-02-06 | 2003-09-30 | Hewlett-Packard Development Company, L.P. | Method, apparatus, and system for cooling electronic components |
WO2004015374A1 (en) * | 2002-08-09 | 2004-02-19 | Surveylab Group Limited | Mobile instrument, viewing device, and methods of processing and storing information |
US6775997B2 (en) * | 2002-10-03 | 2004-08-17 | Hewlett-Packard Development Company, L.P. | Cooling of data centers |
US6694759B1 (en) * | 2003-01-27 | 2004-02-24 | Hewlett-Packard Development Company, L.P. | Pressure control of cooling fluid within a plenum using automatically adjustable vents |
US7222043B2 (en) * | 2003-12-17 | 2007-05-22 | Hewlett-Packard Development Company, L.P. | Electronic device environmental effect prediction |
US6981915B2 (en) * | 2004-03-15 | 2006-01-03 | Hewlett-Packard Development Company, L.P. | Airflow volume control system |
US20060047466A1 (en) * | 2004-08-27 | 2006-03-02 | White Gene H | System and method for monitoring rack equipment |
US7385810B2 (en) * | 2005-04-18 | 2008-06-10 | International Business Machines Corporation | Apparatus and method for facilitating cooling of an electronics rack employing a heat exchange assembly mounted to an outlet door cover of the electronics rack |
US7366632B2 (en) * | 2005-08-02 | 2008-04-29 | International Business Machines Corporation | Method and apparatus for three-dimensional measurements |
-
2005
- 2005-08-02 US US11/195,426 patent/US7366632B2/en active Active
-
2006
- 2006-08-01 CN CNB2006101083261A patent/CN100545582C/zh active Active
-
2008
- 2008-04-28 US US12/110,698 patent/US7756667B2/en not_active Expired - Fee Related
- 2008-04-28 US US12/110,732 patent/US7739073B2/en not_active Expired - Fee Related
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8843354B2 (en) | 2008-06-19 | 2014-09-23 | Hewlett-Packard Development Company, L.P. | Capacity planning |
CN101957888A (zh) * | 2009-07-14 | 2011-01-26 | 空中客车印度工程中心 | 用于对密封空间内的热舒适性进行数值评估的系统及方法 |
CN101957888B (zh) * | 2009-07-14 | 2014-11-19 | 空中客车印度工程中心 | 用于对密封空间内的热舒适性进行数值评估的系统及方法 |
CN102741833A (zh) * | 2009-08-12 | 2012-10-17 | 国际商业机器公司 | 用于数据中心的基于知识的模型 |
CN102741833B (zh) * | 2009-08-12 | 2016-03-30 | 国际商业机器公司 | 用于数据中心的基于知识的模型 |
CN102799148A (zh) * | 2011-05-24 | 2012-11-28 | 宏正自动科技股份有限公司 | 应用于具有机架配电单元的数据中心的安全有效的能源使用及节约系统及方法 |
US9195243B2 (en) | 2011-05-24 | 2015-11-24 | Aten International Co., Ltd. | System and method of safe and effective energy usage and conservation for data centers with rack power distribution units |
CN102955467A (zh) * | 2011-08-23 | 2013-03-06 | 国际商业机器公司 | 传感器群集环境事件检测方法和系统 |
CN102955467B (zh) * | 2011-08-23 | 2015-05-20 | 国际商业机器公司 | 传感器群集环境事件检测方法和系统 |
Also Published As
Publication number | Publication date |
---|---|
US20080239539A1 (en) | 2008-10-02 |
US20070032979A1 (en) | 2007-02-08 |
US7739073B2 (en) | 2010-06-15 |
US7366632B2 (en) | 2008-04-29 |
CN100545582C (zh) | 2009-09-30 |
US20080281551A1 (en) | 2008-11-13 |
US7756667B2 (en) | 2010-07-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1908590A (zh) | 测量数据中心内的物理特征的方法和装置 | |
CN103210708B (zh) | 用于预测数据中心的多孔砖气流的系统和方法 | |
US8373758B2 (en) | Techniques for analyzing performance of solar panels and solar cells using infrared diagnostics | |
CN1943292A (zh) | 具有气流指示器的气流检测系统 | |
CN102741833B (zh) | 用于数据中心的基于知识的模型 | |
JP5921361B2 (ja) | 空調システムの風量測定装置 | |
US8407004B2 (en) | Airflow detector and method of measuring airflow | |
JP5238679B2 (ja) | 空調制御装置、空調制御方法及び輻射温度計測装置 | |
US8804333B2 (en) | Data frame hot/cold aisle baffle system | |
CN102484117B (zh) | 放射线摄像设备 | |
Zhang et al. | Effect of rack modeling detail on the numerical results of a data center test cell | |
US8564879B1 (en) | Multispectral infrared simulation target array | |
JP2010272701A (ja) | 情報処理装置、情報処理装置搭載ラックおよび空間制御システム | |
CN103019340A (zh) | 服务器及其散热方法 | |
WO2019232181A1 (en) | Scanning motion average radiant temperature sensor applications | |
Kassebaum et al. | 3-D target-based distributed smart camera network localization | |
KR102347352B1 (ko) | 실시간 영상데이터를 갱신하는 항공촬영 시스템 | |
JP4227037B2 (ja) | 撮像システム及び校正方法 | |
JP2019124494A (ja) | 温度気流計測装置、温度気流計測システム及び温度気流画像生成方法 | |
Yang et al. | Numerical and Experimental Study on Thermal Comfort of Human Body by Split-Fiber Air Conditioner | |
US20110218773A1 (en) | System and method for positioning and controlling air conditioning tiles for optimal cooling using voronoi diagrams | |
CN108392218A (zh) | 一种pet设备的风冷装置 | |
KR102331394B1 (ko) | 항공촬영시스템에서 사용하는 항공촬영용 카메라의 광학조절장치 | |
Kubwimana et al. | Thermoelectric-Based Radiant Cooling Systems: An Experimental and Numerical Investigation of Thermal Comfort | |
JP2016091524A (ja) | 循環制御システム及び情報処理システム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20171103 Address after: Grand Cayman, Cayman Islands Patentee after: GLOBALFOUNDRIES INC. Address before: American New York Patentee before: Core USA second LLC Effective date of registration: 20171103 Address after: American New York Patentee after: Core USA second LLC Address before: American New York Patentee before: International Business Machines Corp. |