» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase core? The contents of core page and all pages directly attached to core will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
core

core

Tags Applied to core

No one has tagged this page.

core Wiki Pages

What is core? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged core

1st TYPO3 Bug Day a Success!

Here's a small summary about our first Bug Day which took place on June 27th. Benjamin Mack and myself were responsible for that first Bug Day. Although we didn't announce it too far in advance we...

TYPO3: TYPO3 news

Projects looking for sponsors!

Sponsored projects offer a new way for companies to support the development of TYPO3 v4 by donating money and pushing their own ideas. It also provides the developers with more opportunities for...

TYPO3: TYPO3 news

TYPO3 Association announces sponsored projects

Sponsored projects offer a new way for companies to support the development of TYPO3 v4 by donating money and pushing their own ideas. It also provides the developers with more opportunities for...

TYPO3: TYPO3 news

Announcing TYPO3 Bug Day

1st TYPO3 BugDay on June 27th, 2008

TYPO3: TYPO3 news

A git core tutorial for developers

This tutorial explains how to use the "core" git programs to set up and work with a git repository.

git: del.icio.us tag/git

Analytics and RIAs – Which Ones Matter?

Tracking meaningful performance indicators for your rich Internet application (RIA) is a hotly debated subject. Since RIAs break the traditional page model, the common values of<sep/>

RIA: del.icio.us/tag/RIA

W3C's Document Object Model (DOM) Specifications

This chapter provides an introduction of W3C's Document Object Model (DOM) Specifications. Topics include an overview of DOM specifications, Examples of DOM Level 0, 1, 2, and 3 functionalities, DOM levels supported by Web browsers, 'Node' and other DOM API interfaces, dump 'document' object with DOM API.

User:mark1048: JavaScript Tutorial

kernel-2.6.21-1.3194.fc7.x86_64 RPM

Repositorio rpm para Linux, obtención de código fuente de kernel 2.6.21-1.3194.fc7-i686

NdisWrapper: del.icio.us tag/ndiswrapper

InnoDB Performance On 4 and 8 core CPU

I know that this was talked a lot and recently Mark Callaghan also gave a session in MySQL user conference 2008 about the real bottlenecks.

Other day I was testing my thread pool stuff with MySQL 5.1.24 + InnoDB plugin 1.0.1 along with other miscellaneous benchmark tests by making them CPU bound by keep the working set completely in memory to gauge the performance of threads overhead; and on 8-core box InnoDB seems to be doing better than 4-core. And then immediately I started few tests with mysqlslap by keeping complete data set in the buffer pool to get the proper timing on locking overhead.

Here is the comparison of performance on 8-core box with innodb_thread_concurrency is set to 32 and 0 for variable threads on 64-bit Redhat Linux 4 . The same box is used as 4-core by limiting the cores.

image001

The thread concurrency check overhead is completely disabled in the engine when it is set to 0. As you can see from the above graph, the things are not good when thread_concurrency is set ( anything grater than 0) and at times it takes 2-3 times as that of 4-core for simple query execution. On the other hand when I disabled the concurrency (=0), then 8-core really seemed to work well when compared to 4-core. I also played a bit with innodb_thread_sleep_delay by setting it to 0 when thread_concurrency=32; and that is not making much difference (and it does not make sense to tweak this when thread_concurrency=0).

This again indicates that, the locking is a major overhead and you can even scale (to some extent) beyond 4 cores by benchmarking the application and tuning the server accordingly without tweaking the source code.

MySQL: Planet MySQL

General Purpose Debugger for Core File Analysis

One of my co-workers had an early morning interview for a Principal Systems Administration position. Per the job description, he thought the position dealt mostly with Windows-based systems and a little UNIX. But after chatting with him post-interview, it was apparent that it was the latter. He seemed a bit shell-shocked. Why? He said the much younger interviewer had a plethora of detailed questions related to UNIX commands. I don't think he prepared as well for the UNIX side as he did for the Windows side. Unfortunately, he was only given a couple days to prepare.

Here is one of several commands he kept asking me about.

What UNIX command do you use when you want to perform analysis on a core file?

Here are a couple examples of the general purpose debugger, adb.

# adb /apps/myapps/bin/myexecutable /apps/myapps/bin/core
# adb -k vmunix.n vmcore.n

Core files generate a lot of lines and you might be able to extract some of text-based lines with the strings commands.
# strings core | grep -i pattern

Search for other debuggers and then consult the man pages
# catman -w (if you don't have a windex)
# man -k debugger

By the way, Sun has a script, iscda.sh, to read core files via SunSolve.
# $HOME/iscda.sh vmunix.n vmcore.n

Unix: My SysAd Blog

Page 1 | Next >>
Username:
Password:
(or Cancel)