A Dollar from 15 Cents: Cross-Platform Management for Internet Services


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A Dollar from 15 Cents: Cross-Platform Management for Internet Services
# 1  
Old 01-22-2009
A Dollar from 15 Cents: Cross-Platform Management for Internet Services

HPL-2009-7 A Dollar from 15 Cents: Cross-Platform Management for Internet Services - Stewart, Christopher; Kelly, Terence; Zhang, Alex; Shen, Kai
Keyword(s): performance modeling, performance prediction, queueing models, CPU cache models processor cache models, multicore processors, cross-platform performance, prediction, processor selection, capacity planning, system management
Abstract: As Internet services become ubiquitous, the selection and management of diverse server platforms now affects the bottom line of almost every firm in every industry. Ideally, such cross-platform management would yield high performance at low cost, but in practice, the performance consequences of such ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Making a python package and cross-platform compatible

Hi Ive been trying for days now and i just cannot work this out. Can someone please tell me if im doing this right. I've written some python3.3 code and now i want to transfer it to an embedded computer to execute. My OS is a : Debian GNU/Linux 6.0.7 (squeezez) 32-bit kernel The... (1 Reply)
Discussion started by: RedEyedDog
1 Replies

2. Debian

Making a python package and cross-platform compatible

Hi Ive been trying for days now and i just cannot work this out. Can someone please tell me if im doing this right. I've written some python3.3 code and now i want to transfer it to an embedded computer to execute. My OS is a : Debian GNU/Linux 6.0.7 (squeezez) 32-bit kernel ... (0 Replies)
Discussion started by: RedEyedDog
0 Replies

3. UNIX for Dummies Questions & Answers

Really simple cross-platform database?

I'm looking for a really simple to use lightweight database. Ideally something open-source that stores data in a (semi-) human-readable format, in case the software isn't working. Something cross-platform enough that I can use it on my Linux machine, my Mac, or stick it on a USB stick and... (2 Replies)
Discussion started by: emdan
2 Replies

4. Shell Programming and Scripting

configuring packages for cross-platform build

Hi all, I wish to build a few packages for my embedded target running linux over ARM9. It would be tough for me to compile my packages on target so I need to build on a host machine and then transfer the generated binaries. So I got the source-tarball for the packages I need. Now here are my two... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies

5. UNIX for Advanced & Expert Users

Cross platform Authentication

I am looking to have UNIX authenticate against Active Directory in a Windows Server 2003 environment, any suggestion? I am very new to UNIX, 2 weeks worth knowledge, if that. Thanks! (3 Replies)
Discussion started by: Optik
3 Replies
Login or Register to Ask a Question
IPMI(4) 						   BSD Kernel Interfaces Manual 						   IPMI(4)

NAME
ipmi -- Intelligent Platform Management Interface driver SYNOPSIS
ipmi0 at mainbus? DESCRIPTION
The ipmi device driver supports motherboards implementing the Intelligent Platform Management Interface version 1.5 or 2.0, and exports sen- sors and the watchdog through the envsys(4) interface. EVENTS
The ipmi driver is able to send events to powerd(8) when a sensor's state has changed. Intrusion sensors will send a critical event when state is not ok. Power Supply sensors will send a critical event when the Power Supply unit is not installed and warning-over when the Power Supply unit is installed but not powered on. Fan, temperature and voltage sensors will send critical-over or critical-under when the value is very critical, or warning-over or warning-under if it's in a warning alert. SEE ALSO
envsys(4), envstat(8), powerd(8), wdogctl(8) HISTORY
The ipmi driver first appeared in OpenBSD 3.9 and was then ported to NetBSD 4.0. AUTHORS
The ipmi driver was originally written by Jordan Hargrave and was ported to NetBSD by Manuel Bouyer <bouyer@NetBSD.org>. BSD
September 8, 2008 BSD