|
|
system performance
Hi
I am runing a cpp process say "ABC" which uses system() function .
inside system running an one external binary say "xyz" (program ) ;
[This external program (xyz) takes some parameter do process & print
some output.. meaning comsumes a bit of time . ]
Now, my question is how to get the maximum rate
1 I tried giving system("xyz & " ) ; /////.. run external program in
the background ; this will make return of system .
Getting execution rate ~ 25 sec
2 I tried giving system("xyz " ) ; meaning .. run external program
in the background ; this will make return of system .
Getting execution rate ~ 14 sec
3 I tried running many instances of ABC .. now execution rate got
decreased to ~15 per process
I tried using vfork , ..execl .. & all but some how system gives the
better response and easy way out .. ..
Main overservation is - System comsumes lot of time .. ( even running
with root )
Now My quiestion is ... how to increase the performace of the
process/system() so that for different calling of system is fast ..
...any configuration file can be changed to do os ..
Thanks in advance
Paras
|
|
0
|
|
|
|
Reply
|
Paras
|
6/25/2003 12:01:43 PM |
|
|
0 Replies
181 Views
(page loaded in 0.037 seconds)
Similiar Articles: Graphical performance monitoring tool - comp.unix.solaris ...Is there any good and free graphical performance monitoring tool to use with Solaris ? I'm looking for a tool with minimal system's interference. (I c... xperf: Measuring Graphics Performance - comp.unix.solaris ...I have been collecting graphics performance for Sun systems for the last month or so using x11perf. I am collecting the output of x11perf and am p... Itanium performance problem - comp.sys.hp.hpuxSystem performance tools say the CPU's are 90%+ idle while running the application. While the data arrays are huge, there is plenty of memory for it and the system ... How can I programmatically monitor CPU load - comp.os.ms-windows ...TaskManager and Co. uses information from the registry. The system stores a *lot* of performance statistics in a hive called HKEY_PERFORMANCE_DATA on NT systems. How to diagnose performance problems in web applications? - comp ...>Do you have any experience in system performance tuning and capacity >planning? How about database tuning? Some, and our DBMs do as well. What does BIOS message 'Secondary IDE Channel no 80 conductor ...... connecting the DVD burner with such a cable mean that the burner will perform better, or that the burner will have a lower drag on overall system performance? Doubt performance Solaris 10 Vs Linux RH - comp.unix.solaris ...Hi, I have a doubt about performance... In solaris 10 the output of command SAR (%WIO ... [3] Historically, this metric was useful on uniprocessor systems as a way of ... Slow network performance on HP-UX 10.20 - comp.sys.hp.hpux ...> It's an old system but very important to the company due the complex > expert system it's running. Is the software locked to 10.20? If you need more performance out of ... Oracle 10g on HP-UX, Terrible Poor Performance!! - comp.sys.hp ...Hi All, I setup an Oracle 10g on HP-UX 11iv1. Server is a HP 9000, 4 CPUs (750 MHZ). It is connected to Disk System 2405 (Virtual Array 7110). Fiber ... How to get system information from command line/script ? - comp ...Hi, I can see some useful info by opening "sam - performance monitors - system properties". Now I would like to get the same info from the comman... Performance - Microsoft Corporation: Software, Smartphones, Online ...We design Windows operating systems to perform well out of the box. However, many factors affect actual performance: firmware design, applications that load at system ... Computer performance - Wikipedia, the free encyclopediaComputer performance is characterized by the amount of useful work accomplished by a computer system compared to the time and resources used. Depending on the context ... 7/25/2012 8:39:31 PM
|
|
|
|
|
|
|
|
|