54%
30.11.2025
(0x0000003c0d200000)
11 libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f086f4d5000)
12 libc.so.6 => /lib64/libc.so.6 (0x0000003c0ca00000)
13 /lib64/ld-linux-x86-64.so.2 (0x0000003c0c600000 ... VMware Server 2.0 on recent Linux distributions
33%
30.11.2025
:sda]RKBytes [DSK:sda]Writes
21 [DSK:sda]WMerge [DSK:sda]WKBytes [DSK:sda]Request [DSK:sda]QueLen \[DSK:sda]Wait [DSK:sda]SvcTim [DSK:sda]Util
22 20120310 13:39:10 sdb 0 0 0 2 4 24 12 0 12 2 0 sda 0 0 0 0 0 0 0 0 0 0
31%
30.11.2025
= debug
06 identity = rawhide.tuxgeek.de
07
08 # connector plugin config
09 connector = stomp
10 plugin.stomp.host = activemq.tuxgeek.de
11 plugin.stomp.port = 6163
12 plugin.stomp.user = unset
13 plugin
30%
30.11.2025
); i+= 4096) newblock[i] = 'Y';
12 printf("Allocated %d MB\n", allocation);
13 }
14 }
Things are more interesting when memory is being used. Uncommenting line 11 does just that. The OOM
29%
30.11.2025
-host-alive' command definition
09 define command{
10 command_name check-host-alive
11 command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p
12 5
13
29%
30.11.2025
# Install your qdisc
11 tc qdisc add dev $DEV root handle 1: cbq bandwidth $BAND avpkt $PKT allot 1514 cell 8 mpu 64
12 # Create your "master" class
13 tc class add dev $DEV parent 1:0 classid 1:1 cbq
29%
30.11.2025
#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
28%
30.11.2025
Finding I/O-Intensive Apps
01 #!/usr/bin/stap
02
03 global totals;
04 probe vfs.read
05
06 {
07 totals[execname(), pid()]++
08 }
09
10 probe end
11 {
12 printf("** Summary ** \n")
13 foreach
28%
30.11.2025
.appengine.ext.webapp import template
07
08 class MyHandler(webapp.RequestHandler):
09 def get(self):
10 variable1 = "No"
11 variable2 = "Idea"
12
13 template_values = {
14 'firstname': variable1,
15
28%
30.11.2025
_HOME
03 /usr/lib/jvm/jre-1.6.0-openjdk
04 # java -version
05 java version "1.6.0_18"
06 OpenJDK Runtime Environment (IcedTea6 1.8.3) (fedora-46.1.8.3.fc13-i386)
07 OpenJDK Server VM (build 14.0-b16, mixed