The usage tag has no wiki summary.
0
votes
0answers
20 views
Track Android app usage
Our Android app has a lot of different settings. We want to simplify it and only keep visible the most used ones and hide the other in some advanced mode.
In order to do this, we need to know what are ...
1
vote
1answer
16 views
How to know which query is using given index in SQL Server 2012
I have figured out recently that one of my index is causing performance issue during the update query. Before removing this query I would like to know which all other Queries are using this index. I ...
0
votes
0answers
9 views
How to use pftp
I am really not sure where to put this question into, so I come for StackOverFlow.
I've installed pftp 1.1.6 (www.pftp.de) on my Linux Box, but I am really confused about its usage/documents. Could ...
0
votes
1answer
14 views
Record API usage in multi client enviornment
So here is a scenario I have a API written JS and exposed using nodejs on a server which I want to offer for use to different client on basis of private key signup. Need to record each GET request ...
-3
votes
0answers
7 views
Looking for SDcard usage [closed]
i am developing app and i need to know how to view the sdcard usage in TextView.
do you know any source to help understanding? ...
0
votes
1answer
36 views
Calculating CPU usage on a Linux multicore machine using C
I'm working on a program that shows the percentage of every process running on a machine with Linux. The problem is that the percentage I get often differs from the one displayed by the top command.
...
0
votes
0answers
23 views
PHP - reduce CPU usage while processing images
I have a function which uses Imagick to make the 3D effect of a 2D image (fake perspective).
I have to process about 10-30 images at once and here's the problem.
I am worried about CPU usage, because ...
0
votes
3answers
66 views
iOS reduce Memory Usage
So I am developing an iOS app that basically does the following:
On iPhone it is a UITabBarController with five tabs, on the iPad I have a UISplitViewController with a MKMapView on the right hand side ...
1
vote
1answer
42 views
How do I specify optional flags?
I have to specify these flags/arguments. If an argument is missing, use the specified default values for the flag. If an argument cannot be converted into a numeric value, then use the default value ...
0
votes
0answers
62 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
9 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
67 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 ...
0
votes
0answers
53 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
43 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
102 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
42 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
2answers
40 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
76 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)
...
1
vote
0answers
22 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
90 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
140 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
107 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
118 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
79 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
205 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
68 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
554 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
63 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
125 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
85 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
311 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
89 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.
3
votes
1answer
757 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
37 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 ...
-1
votes
0answers
327 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
271 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
117 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
934 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
101 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
395 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
58 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
107 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
293 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
175 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
122 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
578 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 ...



