06-29-2010
Is g++ -p -g .... not an option? Profiling answers a lot of questions.
8 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
If unix says my cpu load is 2.15 exactly what does that mean?
--Jason (1 Reply)
Discussion started by: Mac J
1 Replies
2. Solaris
Hi,
I want to tune my SUN servers for best performance. My servers are heavily loaded and used. They have Solaris 10. How to tune Kernel Parameters of solaris ? And How can I measue performance before changing parameters and after changing parameters ?
Please help
Thanks
NeeleshG (2 Replies)
Discussion started by: neel.gurjar
2 Replies
3. Shell Programming and Scripting
Hello
Ive written 2 programs in shell and I need to compare their speed (Compile) against one another.
what methods could I go about doing this?
Is there a feature in shell do accommodate this? (2 Replies)
Discussion started by: Darklight
2 Replies
4. Solaris
hi there, i'd like to know what exactly zpool's iostat (-v) output measure, especially the writes. Is it only the writes to the ZIL or all writes (including commmits) to the disks? if anyone knows, that'd be helpful roti (1 Reply)
Discussion started by: rotunda
1 Replies
5. Shell Programming and Scripting
Hi,
I have a simulation program which creates two threads and I would like to know if I can measure the time of each individual thread. Threads communicate (I use pthread to manage them) and I want to measure communication time. I found a solution with clock_gettime and CLOCK_THREAD_CPUTIME_ID... (32 Replies)
Discussion started by: Tinkh
32 Replies
6. AIX
Hello guys,
I am doing a performance analysis on one of our psystem. Most of time I am using Nmon analyser to do my trend graph. But I can't find any help with it. We are interesting in the time spend by tasks in Aix run queue.
After looking the Aix documentation, I am pessimist to find any... (3 Replies)
Discussion started by: GiiGii
3 Replies
7. Shell Programming and Scripting
Hi guys,
I am very new to tcl here. would like to request some help please
let say i have a design .it's a IC design .
I would like to know each usage of metal layer of that design and also measure its length and width?
how to code in such way?
thanks for any guidance/help (3 Replies)
Discussion started by: teddy6507
3 Replies
8. Solaris
Hi
I have a system running solaris 10, and I intend to use a NetApp as its storage system. The application requires a throughput between the server and the storage 7000 disk IOPS (random IO sustained throughput with response time of 20 mili second and 16k block size).
How to make sure that I... (6 Replies)
Discussion started by: fretagi
6 Replies
LEARN ABOUT V7
dpkg-preconfigure
DPKG-PRECONFIGURE(8) Debconf DPKG-PRECONFIGURE(8)
NAME
dpkg-preconfigure - let packages ask questions prior to their installation
SYNOPSIS
dpkg-preconfigure [options] package.deb
dpkg-preconfigure --apt
DESCRIPTION
dpkg-preconfigure lets packages ask questions before they are installed. It operates on a set of debian packages, and all packages that
use debconf will have their config script run so they can examine the system and ask questions.
OPTIONS
-ftype, --frontend=type
Select the frontend to use.
-pvalue, --priority=value
Set the lowest priority of questions you are interested in. Any questions with a priority below the selected priority will be ignored
and their default answers will be used.
--terse
Enables terse output mode. This affects only some frontends.
--apt
Run in apt mode. It will expect to read a set of package filenames from stdin, rather than getting them as parameters. Typically this
is used to make apt run dpkg-preconfigure on all packages before they are installed. To do this, add something like this to
/etc/apt/apt.conf:
// Pre-configure all packages before
// they are installed.
DPkg::Pre-Install-Pkgs {
"dpkg-preconfigure --apt --priority=low";
};
-h, --help
Display usage help.
SEE ALSO
debconf(7)
AUTHOR
Joey Hess <joeyh@debian.org>
2018-02-28 DPKG-PRECONFIGURE(8)