search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%220mb 12%390 Llorente 12
?
Refine your search
[x]
Creation time
: Last month
Sort order
Date
Score
Content type
Article (Print)
(60)
Keywords
1
2
3
4
5
6
Next »
100%
A simple approach to the OCFS2 cluster filesystem
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
Type of mail Filesystem label=data Block size=2048 (bits=11) Cluster size=4096 (bits=
12
) Volume size=1011675136 (246991 clusters) (493982 blocks) 16 cluster groups (tail covers 8911 clusters, rest cover
99%
Tracing applications with OProfile and SystemTap
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
. The target systems only require the systemtap-runtime RPM and the staprun program it contains. The following command creates a prebuilt binary kernel module for the target system: stap -r kernel-PAE-2.6.31.
12-174.2.22
99%
Monitoring your cluster with a home-grown OCF agent
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
an Asterisk PBX as an HA resource 07 # 08 # Authors: Martin Gerhard Loschwitz 09 # Florian Haas 10 # 11 # Support: linux-ha@lists.linux-ha.org
12
# License: GNU General Public
99%
Beyond monitoring: Mathematical load simulation in Perl
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
Model"; 11 $work = "ebiz-tx";
12
$node1 = "WebServer"; 13 $node2 = "AppServer"; 14 $node3 = "DBMServer"; 15 $think = 0.0 * 1e-3; # as per test system 16 $dtime =
2.2
* 1e-3; # dummy service time 17 18
99%
Data acquisition with shell tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
clear 03 while true 04 do 05 echo "New record" 06 maxrecord=`ls -1 *.dat | sort | tail -1 | cut -d. -f 1` 07 newrecord=$(echo $maxrecord + 1 | bc ) 08 width=`echo $newrecord | wc -c` 09 10 ... 11
12
98%
Dispatches from the world of IT
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
a supportable release available for Ubuntu
12
.04. According to the blueprint, the plan is "to achieve a high quality level under functional and load conditions for the identified use cases. The Ubuntu team plans
98%
Boost performance of your Python programs
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
if '__main__' == __name__: 09 10 p1 = Process(target = test, args = ('Rich',)) 11 p2 = Process(target = test, args = ('Nus',))
12
p3 = Process(target = test, args = ('Geeks',)) 13 14 p2.start
98%
Fast system management from Puppet Labs
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
="http://activemq.apache.org/schema/core" brokerName="localhost" useJmx="true"> 10
11
12
13 14
15
98%
Workshop: Container virtualization with LXC on Ubuntu 10.04
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
#auto eth0 06 #iface eth0 inet dhcp 07 auto br0 08 iface br0 inet dhcp 09 bridge_ports eth0 10 bridge_stp off 11 bridge_maxwait 5
12
post-up /usr/sbin/brctl setfd br0 0 Next, create a directory
97%
Monitoring daemons with shell tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
#! /bin/sh 02 03 while true 04 do 05 06 zeit=$(date +%d.%m.%y\ %H:%M\ ) 07 08 psql -U monitor -d monitor -c "select * from watch;" 09 10 if [ $? -eq 2 ]; 11
12
then 13 14 echo "$time: Database
1
2
3
4
5
6
Next »