Virtual resource partitioning: Difference between revisions

Content deleted Content added
MarekMahut (talk | contribs)
correct spelling
 
(33 intermediate revisions by 20 users not shown)
Line 1:
{{refimprove|date=July 2009}}
{{article issues|copyedit=July 2009|expand=July 2009|unreferenced=July 2009}}
 
'''Virtual resource partitioning''' ('''VRP''') is an [[operating system-level virtualization]] technology that allocates computing resources (such as [[CPU]] & [[I/O]]) to transactions. Conventional virtualization technologies allocate resources on an [[operating system]] ([[Windows]], [[Linux]]...) wide basis. VRP works 2 levels deeper by allowing regulation and control of the resources used by specific transactions within an application.<ref>{{
==What is VRP==
cite conference
| last = Lipari| first = G.| last2 = Bini| first2 = E.
| title = Resource partitioning among real-time applications
| book-title = Real-Time Systems, 2003. Proceedings. 15th Euromicro Conference on
| pages = 151–158
| publisher = IEEE Xplore
| date = 2–4 July 2003
| isbn = 0-7695-1936-9| doi = 10.1109/EMRTS.2003.1212738| hdl = 11382/374720
| hdl-access = free
}}</ref>
 
In many computerized environments, a single user, application, or transaction can appropriate all server resources and by that, affect the quality of service & user experience of other active users, applications or transactions. For example, a single report in a [[data warehouse]] environment can monopolize data access by demanding large amounts of data. Similarly, a CPU-bound application may consume all server processing power and starve other activities.
'''Virtual Resource Partitioning''' (also known as VRP) is a [[virtualization]] technology that allows to allocated computerized resources (such as CPU & IO) to transactions.
Unlike conventional virtualization technologies (such as those that are used by [[Vmware]] that allocates resources per operating system ([[windows]],[[Linux]]...), the VRP technology is working 2 level deeper while allowing to regulate and control the amount of resources that are used by specific transactions within the application.
VRP technology is used to give more (or less) resources to applicative transaction and by that, boost it (or slow it down).
 
VRP technology allows balancing, regulating and manipulating the resource consumption of eachindividual and every transactiontransactions, and by that, improving the overall QoSquality of service, SLAcompliance with service level agreements, and the &ultimate Endend user experience.
In many computerized environment, a single user, application, or transaction can dominate all server resources and by that, affect the QoS & User experience of other active users, application or transactions.
For instance: A single report in a Data warehouse environment can jam the Storage by producing high amount of IO/sec throughput. Or a CPU bound application may use all Server CPU power and cause CPU starvation to other activities.
VRP technology allows balancing, regulating and manipulating the resource consumption of each and every transaction, and by that, improving the overall QoS, SLA & End user experience.
 
==VRP technologyTechnology overview==
VRP is usually implemented in the OS in a way that is completely transparent to the application or transaction. The technology creates virtual resource "lanes", each of which has access to a controllable amount of resources, and redirects specific transactions to those lanes allowing them to take more or less resources according to the lane definition.
 
VRP technology can be implemented in any OperatingOS system. Existing vendors in the marketand appliedis itavailable on most of the Open operating system such as [[Microsoft Windows|Windows]], [[Red Hat]], [[SUSE Linux|Suse]], [[HP-UX]], [[Solaris (operating system)|Solaris]], [[tru64]], [[AIX]] and others.
VRP is usualy implemented at the Operating system in a way that is completely transparent to the application or transaction.
The technology creates virtual resource lanes and redirects specific transactions to those lanes allowing them to take more or less resources according to the lane definition.
 
In any OS, the application communicates with the OS kernel in a specific way which requires a different VRP implementation. A safe implementation of VRP usually combines several resource allocation techniques. VRP implementations depend on rapidly varying transaction type, consumed resource and kernel state. The VRP implementation must adapt to such changes in real-time.
VRP technology can be implemented in any Operating system. Existing vendors in the market applied it on most of the Open operating system such as [[Windows]], [[Red Hat]], [[Suse]], [[HP-UX]], [[Solaris]], [[tru64]], [[AIX]] and others.
 
In any Operating system, the application is communicating with the Kernel in a different way which requires different implementation of VRP. Windows is manageing resoruce allocation in a complete different way than Linux Kernel. Therefore applying virtual resoruce lanes implementation is usualy kernel dependent.
A safe implementation of VRP technology is usually made up of a mixture of several resource allocation techniques. VRP implementations depend on the transaction type, consumed resource or Kernel state. In a real and live system, Kernel state, transaction types and resource consumption are constantly changing and therefore the VRP technology should change the implemented technique accordingly in real-time.
 
==References==
<references/>
 
<!-- The material in this ref needs to be incorporated into the article -->
1. VRP as a new trend in the IT industry : http://www.slideshare.net/jimmyschwarzkopf/infrastructure-market-2009
* [http://www.slideshare.net/jimmyschwarzkopf/infrastructure-market-2009 VRP as a new trend in the IT industry]
 
* [http://www.morevrp.com/resources/about-vrp VRP technical overview as implemented by one of the VRP vendors]
2. VRP technology set foot in the far east : http://www.technoquay.com/IT%20Busness/MORE%E6%97%A5%E6%9C%AC%E8%AA%9E.pdf
 
3. Article about Resource Partioning in general : http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1212738
 
 
 
 
 
[[Category:virtualizationVirtualization]]