No time statistics in gprof, although multithtread hook is pre-loaded

2006-08-01 Thread Olshvang Lev
Title: No time statistics in gprof, although multithtread hook is pre-loaded Hello friends, I am trying to get profiling data for the CA product. They built for me executables with gprof option. The CA insisted their daemons are not multithreaded, but I saw that they use g++ STL (STL

Cannot make LD_PROFILE to create shared library profiling data file

2006-08-06 Thread Olshvang Lev
Title: Cannot make LD_PROFILE to create shared library profiling data file Hi , I am trying to use sprof profiler for shared library. I made things by the book - ( http://www.phpman.info/index.php/man/ld.so/8 http://sources.redhat.com/ml/libc-alpha/2003-07/msg00029.html ) I set up

How to manipulate system-wide capabilities set

2006-09-07 Thread Olshvang Lev
Hello linuxers, I am running RH AS 3 update 6 Linux. I want to allow for the user process to change its scheduling policy to the real-time scheduling. I don't want to run with root privilegies, so I am trying to use linux capabilities (CAP_SYS_NICE). The man page states that there should be

RE: monitoring native heap size on 2.4

2006-11-15 Thread Olshvang Lev
-Origin You can look into /proc/pid/status file . There are next entries : VmSize: 4284 kB VmLck: 0 kB VmRSS: 1412 kB VmData: 176 kB VmStk:48 kB VmExe: 552 kB VmLib: 1380 kB So you can see that heap here (VmData) tool 176 KB The problem is that I