The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
54 views

Dll usage by .NET application

Have a question for .NET experts. I have a set of WinForms applications which uses some subset of dll's (some of them are shared between those apps). All binaries resides in the same directory. I ...
0
votes
0answers
8 views

why are some directories not counted in the command of “du”?

dear all, My question originated from the thread: Exclude all permission denied messages from "du" First of all, my unix information: uname -a Linux marvin-simuk 2.6.18.2-34-default ...
1
vote
1answer
24 views

cpu usage per process with bash script

im trying to write a bash script to read the cpu usage per process(for example pid 20966) but, i think im doing it wrong. when i test this script, it gives me an incorrect percentage, and when that ...
-1
votes
0answers
23 views

GIT working with multiple developers workflow

I got a bit confused with git workflow say i work with another developer over bitbucket. i create commit and dont push it to bitbucket other developer creates commit makes pull request on bitbucket ...
0
votes
0answers
26 views

Python > Uncompyle2 - usage

I'm trying to decompyle some .pyc files - just need some basic data from them, i heard that best for it would be Uncompyle2, so i installed Python27(Win), then i installed Uncompyle2 from ...
0
votes
3answers
35 views

memory allocation for hash map

I've hashMap with "Document" as keys and "DocumentSections" as values.Map <Document, DocumentSection> . Document has lots of other member variables (primitive and non primitive).Document has ...
1
vote
2answers
93 views

Why are goto statements seen as taboo in C++? [duplicate]

I've been programming in C++ for a couples months now, and when I go through forums I've noticed a trend. It seems that goto statements are generally regarded as being either completely wrong to use, ...
0
votes
2answers
37 views

Best way to use PDO in procedural environment [closed]

I just switched from MySQL to PDO and i am using prepared statements. I used to have function for MySQL and on every page i did something like $Query = "UPDATE users SET ...
2
votes
1answer
35 views

Wordpress Resource Usage

I am trying to optimize a Wordpress at his best. What I have done up to now : WP-Cron disabled, called through a cron-tab query (every 10 min) Disabled all plugins that aren't needed Installed / ...
1
vote
0answers
56 views

reduce CPU usage in while loop

How do you limit the CPU of a while loop? (cpu usage 100%) In this case, the code which is inside the while loop: Sub start() listenerThread = New Thread(AddressOf Listen) ...
0
votes
0answers
18 views

Social Discovery (user started using app) and Sponsored Usage Stories

i have a mobile native application connected to Facebook and also has more recently a Canvas app. We have the setting for Social Discovery enabled, but we dont have "user started using app" stories, ...
0
votes
0answers
64 views

Android: showing Heap size, not allocated in memory usage

I have a question about memory usage in Android. Starting a Service that is doing basically nothing (empty oncreate onbind and ondestroy methods) results in 7 MB memory according to ...
0
votes
1answer
97 views

How to use “pmap” on linux to find the memory usage of a program I wrote

I understand I can use: pmap pid where pid is the process id I'd like to run pmap on, but what if I have a program that I wrote that simply executes once then closes, how would I get the pid for this ...
-1
votes
1answer
78 views

Linux. How to get Total CPU usage in one % value [closed]

I need to get the total CPU usage in one % value in Linux. Somebody knows how to do it?
0
votes
1answer
15 views

How can I declare an object globally and then use it in a method

I declared a method UISearchBar *searrchBar Globally and also synthesized it. I've created a table view in which under cell.textLabel.text I would like to use this searrchBar, how can I do it Thanks ...
0
votes
4answers
107 views

Which form of Objective-C init method is preferred? [closed]

So far I've seen it done three ways: 1: - (instancetype)init { self = [super init]; if (self) { // ... } return self; } 2: - (instancetype)init { if (self = [super ...
0
votes
1answer
58 views

How to know the usage of temporary tablespace in Oracle

I am trying to compare two tables which are very large in my system(Oracle 10g). The way I used to compare is the "MINUS" operation. Because of the large size of tables, I want to know the usage of ...
2
votes
2answers
192 views

How can I find out how much memory is used by a specific component or class?

Is it possible to retrieve the amount of memory that is used by a single component in delphi? I'm downloading simple strings from the internet and I see that the memory usage is up to a gigabyte at ...
0
votes
5answers
59 views

Usage of the java function 'split()

I would like to split the word in java based on the delimeter'-'when it appeared last. I am expecting the result as "sweet_memory_in" and "everbodylife@gmail.com". Do we have any inbuilt function in ...
4
votes
2answers
337 views

php-fpm processes monitoring / profiling

I have recently encountered an issue with php-fpm processes usage (As in the amount of active processes) peaking to the maximum available processes and by that stopping execution of other scripts ...
0
votes
1answer
54 views

php DOMDocument Memory Usage [closed]

I'm making a script using DOMDocument to create an .xml configuration file. This file is mainly going to be read. Now I'm wondering how much memory that would use? It's reading 5 values from a ...
0
votes
1answer
90 views

Getting a snapshot of incoming / outgoing bandwidth speed on an interface in linux? [duplicate]

We were wondering how one would go about getting a quick 3 second snapshot of how fast bandwidth is being consumed on a specific interface in linux? We have some web services we would like to ...
0
votes
2answers
79 views

Monitoring App Activity using either the Android or iOS SDK

Is there a way I can monitor App Activity beyond whether or not an App has launched, using the above mentioned. If not is there a way I can monitor the usage of an ePub from iBooks or any epid reader? ...
0
votes
0answers
228 views

What does “MySQL's maximum memory usage is dangerously high” mean by mysqltuner?

I am trying to optimize my mysql runs on a 2GB mem VPS, I used mysqltuner, and I dont quite understand how to deal with the following recommendations, especially the one says: MySQL's maximum memory ...
0
votes
1answer
84 views

Python subprocess communicate, top shows low cpu usage

Question closed. Thanks everybody for the answers! It turned out that my "top" data was totally incorrect in general.
2
votes
1answer
594 views

How to use ByteBuffer in the MediaCodec context in android

So far I am able to setup a MediaCodec to encode a video stream. The aim is to save my user generated artwork into a video file. I use android Bitmap objects of the user artwork to push frames into ...
0
votes
0answers
33 views

Is there a way to find out how much internet data a UIWebView is using in a session and print it to the screen for user to see? in Xcode

as the title says, I'm trying to find a way to perhaps create a counter or variable to store information about the internet data used in a UIWebView from the time the app connects to the internet ...
0
votes
0answers
298 views

best core java books for java veterans on usage [closed]

After having worked for 11 years in Java I stumbled upon a book called "Effective Java". The focus of the book is on practice usage and not on syntax or grammar which I found both thought provoking ...
0
votes
0answers
266 views

Android battery usage - Details

I have a background Android application that listens to network-based location. In some scenarios it start doing some tasks, but only for a short time and then returns listening to network-based ...
0
votes
1answer
109 views

Watching memory usage in MonoTouch App

How can I find out how much memory my App is using from inside the app itself, using MonoTouch? I basically want this: Watching memory usage in iOS which calls things like "task_info" but for ...
0
votes
1answer
640 views

How to read RRD file to get usage data?

I have setup a mrtg setup with rrdtool. Now I'm planning to get incoming outgoing usage data from these RRD files and failing to find a correct way to do it. Can anyone show we how to get those usage ...
0
votes
0answers
85 views

iOS Real Memory Usage Worries

I'm profiling my app, after having experienced crashes on older devices. I've taken a lot of care, retroactively, to make sure everything is disposed of/released when removing UIViewControllers. Only ...
1
vote
1answer
352 views

How to get unblocked after exceeding the Google Geocode API usage limit?

Have searched for answers on this for 2 days now with very little luck. I'm developing a Drupal 7 site which has a Geofield field being autopopulated from an address field using the Google Geocoder ...
2
votes
1answer
54 views

How can I get the information which app is foreground in iOS?

Can I get the information about which apps are on foreground, so that controlling the screen and get interaction from user. I can do it on Android and I want to do it also in iOS. This is for ...
0
votes
1answer
13 views

How can I avoid decreases in framerate in a game with a lot of instances of an object class?

I'm writing a game that requires a large amount of instances of a "Monster" class that contains very basic data - namely: -Angle of rotation -Damage potential -Max health -Current Health And that's ...
0
votes
2answers
92 views

ASP.net assign variables inside html - is this correct way of using

Example usage code behind definition public string srTitle = ""; public string srDescription = ""; public string srKeywords = ""; aspx page usage <title><%=srTitle %></title> ...
2
votes
1answer
1k views

Get data usage WP8

H! I have one question: how can I get data usage programmatically on my WP8? I found class DataUsage with properties BytesReceived and BytesSent. But on MSDN I found the following: Remarks ...
0
votes
1answer
253 views

iOS How to find network data usage programatically

I'd like my iOS app to report how much data it has downloaded (over WiFi or network). Are there any API's for this?
0
votes
2answers
156 views

What is the use of std::nothrow and std::new_handler in standard header file <new>

I came across a small standard header file <new>. I have probably not seen its direct use before. Here is the g++ version for those who are interested. Below part is of my interest: struct ...
1
vote
0answers
116 views

OS X and java memory usage

Currently I'm trying to optimize JDownloader 2 (beta) on OS X 10.8.2 for a minimum memory footprint. Activity monitor reports that ~200 MB are used. (see screenshot ...
0
votes
3answers
97 views

data viewing in R language

I am probably an idiot, but I cannot find in the docs how to display objects. A package I installed returns an object called a. How can I figure out what is in it? There are some matrices and numbers ...
2
votes
2answers
512 views

Get information about threads (cpu, memory) running on JVM (Jboss) and other jvm info

I want to write app in java which will get info about processes and threads running on Jboss JVM (%cpu usage, memory etc.). I also want to find info about memory usage and other important things in ...
0
votes
0answers
17 views

What is tac good for? [closed]

I've recently read through gnu coreutils and found tac. Are there any (perhaps historical) reasons for the existence of tac? What would be an use case?
1
vote
1answer
504 views

How to get system cpu/ram usage in c++ on Windows [closed]

I know this question has been asked multiple times. I've looked around a lot, but I can't seem to find an answer. I did find this code How to get memory usage under Windows in C++. But it will not ...
2
votes
1answer
295 views

Hadoop namenode memory usage

I am confused by hadoop namenode memory problem. when mamenode memory usage is higher than a certain percentage (say 75%), reading and writing hdfs files through hadoop api will fail (for example, ...
1
vote
0answers
149 views

CUDA Process Memory Usage

I'm trying to figure out how to discover memory usage of a CUDA process (GPU ocupancy of my process). I already tried cudaMemGetInfo and nvidia-smi, but I think both report the whole GPU memory infos. ...
0
votes
0answers
25 views

Is the Stibitz-Code used?

I've just read something about the Stibitz-Code (German Wiki, see table). It is very similar to the BCD-Code (or the AIKEN-Code). According to the german wikipedia articles, the BCD-Code is used for ...
0
votes
1answer
160 views

How to reduce cpu usage during data transfer on TCP ports realtime

I have a socket program which acts like both client and server. It initiates connection on an input port and reads data from it. On a real time scenario it reads data on input port and sends the data ...
-2
votes
1answer
68 views

Can Swiftmailer be used in conjunction with a commercial web site? [closed]

After some researching on the net, I've decided to use Swiftmailer as the email utility rather than using the standard PHP mail function. Now before I jump into using it, I just wanted to be sure I ...
4
votes
1answer
210 views

How to find out memory usage of the current running application in android?

I am working on memory usage for application. I have many applications running in my device.I am able to get the available memory using getMemoryInfo(). My problem is , i want each and every ...

1 2 3 4 5 7