Shark can refer to Apple performance tool "Shark" (part of "Instruments"); S.Ha.R.K. (real-time OS kernel); JIT compiler from OpenJDK's Zero; or to Wireshark.
1
vote
1answer
76 views
Comparing Cassandra's CQL vs Spark/Shark queries vs Hive/Hadoop (DSE version)
I would like to hear your thoughts and experiences on the usage of CQL and in-memory query engine Spark/Shark. From what I know, CQL processor is running inside Cassandra JVM on each node. ...
0
votes
1answer
87 views
Shark for fast Hive queries on small data sets
I'd like to run fast Hive queries against a small (a few GB) sample of the full data set. The reason is that, subsequently, I want my Hive queries to be executable as is on the full data set. It seems ...
0
votes
0answers
245 views
shark/spark throws NPE when querying a table
The development part of shark/spark wiki is really brief, so I tried to put together a code in an effort to programmatically query a table. Here it is ...
object Test extends App {
val master = ...
8
votes
1answer
243 views
Mac OS X Lion / Mountain Lion Cache Miss Profiling
Is there any tool to profile cache misses on Mac OS X Lion and iOS.
If you know how to do that in instruments please help.
Shark (CHUD package) do not install on Mac OS X Lion and later, so I can't ...
1
vote
2answers
8k views
24/7 packet capture in Android using tcpdump
I would like to get packet level data traffic captures (.pcap) in Android during a week (in several files if possible).
I thought that I could use tcpdump via Shark, however I find that the capture ...
2
votes
1answer
304 views
How to build OpenJDK Shark against llvm 3.0?
Recently I learned that there's an openjdk shark project, which uses llvm to make hotspot vm more portable. Since I used to work on jdk and is interested in llvm right now, this is a match made in ...
0
votes
2answers
642 views
Where can I download Shark?
This is probably a rather dumb question but I've been looking around the Apple developer pages and I haven't found any download link to shark. I did a search on my hard drive and I only found shark ...
7
votes
3answers
467 views
Optimizing C loops to get diagonal of array
The Great God Google has not been forthcoming to me with an explanation for some loop optimization issues. So, in sadness that I have insufficient Google-fu, I turn to you StackOverflow.
I'm ...
1
vote
1answer
85 views
How to attach MacOSX Shark to a process as soon as it starts?
Is there a way to tell Shark to attach to a process (by name) immediately as it sees it running ?
3
votes
1answer
222 views
Using Shark with MonoTouch, no symbols
I'm trying to use Shark to profile a release build of my iPhone app but I don't have symbol information. Everything is "Unknown library" and hex addresses. I followed these instructions and added ...
1
vote
1answer
82 views
Launching a process with arguments and profile with shark
I need to sample a (cli) application with shark and pass parameters to it like so:
shortest-path <input-ref-littleendian|diff -u - output-ref
How can I do this with shark? Shark assumes that the ...
3
votes
2answers
305 views
Using Shark to profile an iPhone game, pressing “Start” doesn't do anything
I've done a decent amount of reading about how to profile iPod applications using Shark, and all works well until I try to click "Start" (and nothing happens). I've tried profiling an individual ...
0
votes
1answer
113 views
Shark does not show function names
I want to use shark to profile my application(I used it before and it worked fine), but now it does not show any function name. I have only Unknown Library and address[unknown] in symbol column. Some ...
8
votes
2answers
2k views
Profiling iphone with shark: Nothing happens after pressing start
I have used shark in the past with Mac applications. I am now trying to set it up for the iPhone but it doesn't want to work.
I have followed these instruction from another post:
Build app and launch ...
0
votes
1answer
176 views
Shark tool on iphone crashes
I am trying to use Shark to profile my app. However, it crashes after I hit "stop" and it analyzes and then goes to "load session". Only once when I decided not to select my app but chose to target ...
0
votes
1answer
197 views
How to set that compiler flag?
Shark told me this:
This instruction is the start of a
loop that is not aligned to a 16-byte
address boundary. For optimal
performance, you should align the
start of a hot loop using a ...
1
vote
1answer
119 views
“blkclr (mach_kernel)” shows up in mac's shark profiler. What does it do?
I am profiling a C program using Mac's Shark which shows that some of CPU time goes to "blkclr" in "mach_kernel". What does this kernel function do? I speculate it is related to memory allocation, but ...
0
votes
1answer
449 views
How to Profile a C-Program in a Loop of Shell Script, Using Shark on Mac?
I have a question about Shark-profiling on mac.
Say if I have a C-program, compiled with:
gcc -o mycprog mycprog.c -g -pg
and also I have a shell script something like:
for file in ...
1
vote
1answer
23 views
Perform a batch of queries on a set of Shark performance logs?
I've been using Shark to benchmark a (very large) application and have a set of features I drill down into each time (e.g., focus on one function and remove stacks with particular others to determine ...
6
votes
2answers
2k views
Profiling g++ app on MacOSX?
My standard Linux way of profiling app is:
1) compile with g++ -pg
2) run prog
3) gprof
Apparently gprof is broek on MacOSX 10.5, and I am supposed to use Shark. All the tutorials I've found aby ...
0
votes
1answer
119 views
Shark crashes on processor bandwidth trace
Shark started crashing on me when I use the "Processor Bandwidth (Core 2)" mode of analysis. It collects the samples, spends the time to analyze them, and crashes with a bus error about when the ...
4
votes
2answers
853 views
Is there anything like Apple's Shark on Linux?
I'm looking for alternatives to Apple's Shark on Linux. I'm looking for a statistical profiler - not gprof. I know about oprofile, but would like something a bit more polished. Appreciate any ...
2
votes
1answer
391 views
shark does not show source code
We are trying to run shark on our iphone application. However, in the analyzed samples it does not list any of our application function. All that is listed are the libraries and when we click on any ...
15
votes
5answers
2k views
What makes Apple's PowerPC memcpy so fast?
I've written several copy functions in search of a good memory strategy on PowerPC. Using the Altivec or fp registers with cache hints (dcb*) doubles the performance over a simple byte copy loop for ...
0
votes
2answers
164 views
Why could Shark be so slow?
I'm trying to profile Ruby interpreter. I run shark -i ./ruby bm_sudoku.rb or something like that, the script finishes in less than a second, and then Shark goes to "CHUDData - Analyzing samples... ...
1
vote
1answer
388 views
Shark was unable to find symbol information for this address range - iPhone
I'm trying to use Shark to determine which method(s) are taking the most time in my iPhone app. After sampling, I get this:
Clicking the "!" button yields:
Shark was unable to find symbol
...
0
votes
1answer
119 views
Why does Shark not list my iPod touch in the devices list?
In this answer Brian explained how to connect Shark with the device. I do it exactly this way, but Shark never lists my device. Even if Xcode launches my app on it and the app runs. I get console Logs ...
4
votes
2answers
2k views
Why is “Run > Run with Performance Tool > Shark” always gray in Xcode? How to call that?
There's this Shark entry in my run menu. But it's always inactive. What's wrong? New xcode with Snow Leopard. Installed all developer tools including CHUD from scratch. Shark itself runs but sees no ...
0
votes
1answer
753 views
Is there a Quick Guide on how to use Shark with iPhone to measure performance?
I set it to iPhone/Network mode, but the device never appears anywhere. Connected and running an app through xcode. Do you know a useful tutorial for this?
0
votes
1answer
199 views
Is there something special to consider when starting Shark in Snow Leopard?
After upgrade to Snow Leopard and downloading the new Xcode along with all new developer tools, Shark does not start. I launch it but it never appears. Is this a known issue? Is there a solution to ...
1
vote
1answer
116 views
How to get useful data from Shark?
After a while I figured out I could bind Shark to the process of my executable in the simulator. Not on the device though. Well, anyways, here is something that makes absolutely zero sense, but looks ...
0
votes
1answer
479 views
How to bind Shark to an running iPhone app on the device?
I was reading at an apple site that shark captures everything that is running on my mac. Thats stupid. I want it to be constrained only to my iPhone app on the device, but there's just nothing to ...
13
votes
3answers
5k views
How exactly can I use shark to profile my iPhone app?
I want to use Shark on OS 10.5 to do some basic profiling of my iPhone game (Open GL ES + Objective C). How exactly can I do this? I've read tutorials but they are too verbose for me after a full ...
1
vote
1answer
97 views
How can I edit Shark configurations on the iPhone?
The default shark 'Time Profile' configuration on the iPhone appears to sample every 1 ms. I'd like to tweak it to sample every 100us. I know this is possible to do on my local machine by editing ...
3
votes
3answers
3k views
Shark & MallocDebug for iPhone Applications
I'm trying to optimize an iPhone game that I am developing which uses the Cocos2D-iphone framework.
I want to use Shark to measure performance but "Run->Start with Performance Tool->Shark" is ...
2
votes
2answers
502 views
Shark L2 cache profiling won't take samples
I'm trying to use Shark to check for L2 cache misses, but it won't work. All of the other Shark sampling modes work fine.
1
vote
1answer
8k views
Shark for profiling iphone app
Hi All
I am using Shark to profile my application on iphone.
As per instruction in Shark user guide from
...
5
votes
3answers
420 views
Shark: how to filter down to one specific method
I'm new to Shark, and I was wondering if it's possible to narrow down a time sample to one specific method?
Let's say I'd like to, just for the sake of it, know how much resources have been used on ...
