Displaying 6 results from an estimated 6 matches for "fidessa".
Did you mean:
idessa
2007 Jun 29
0
[networking-discuss] Re: DTraceNetwork Providers, take 2
...ay that many
stock exchange data feeds are provided over UDP - including some that
are in the 10s of MBits/sec range today, and are predicted to move into
the 100s of MBits/sec range soon. Consuming these feeds is a
latency-critical business and good diagnostic tools are vital.
--
Philip Beevers
Fidessa Infrastructure Development
mailto:philip.beevers at fidessa.com
phone: +44 1483 206571
********************************************************************************************************************************************************************************************
This message is inten...
2006 Feb 17
3
CPU time stats
hi,
I am trying to find out the avg cpu time spent in each of my user
methods (exclusive of other methods invoked by a method).
Hence the following snippet failed miserably:
-----------------------
pid$target:a.out::entry
{ time[probefunc] = timestamp;}
pid$target:a.out::return
{ @spent[probefunc] = avg(timestamp - time[probefunc]);}
END
{ printa(@spent);}
2008 Jul 14
15
CPC provider - input welcome
Tracing Fans,
I know it''s been a long time in coming but the CPU Performance
Counter (CPC) provider is almost here! The code is currently in
for review and a proposed architecture document is attached here
for review.
Any and all feedback/questions on the proposed implementation
is welcome.
Thanks.
Jon.
-------------- next part --------------
An embedded and charset-unspecified text
2007 Jan 10
2
[DTrace] using C preprocessor in dtrace scripts
...ut the include, maybe it''s better just to
hard-code the value of M_DATA, or if you want to continue to use the name,
simply copy the definition, e.g.
#!/usr/sbin/dtrace -Cs
/* Copied from /usr/include/sys/stream.h */
#define M_DATA 0x00
strrput:entry
... etc etc ...
--
Philip Beevers
Fidessa Infrastructure Development
mailto:philip.beevers@fidessa.com
phone: +44 1483 206571
> -----Original Message-----
> From: Max Bruning [mailto:max@bruningsystems.com]
> Sent: 29 December 2004 01:42
> To: dtrace@opensolaris.org
> Subject: [DTrace] using C preprocessor in dtrace scrip...
2005 Dec 21
0
ustack() issues && correlating SIGSEGV activ ity?
...good example of using libumem to track leaks; looking for bad memory access
is similar.
However, once you''ve narrowed down where your crash might be, DTrace and
particularly speculations are very powerful tools for providing more
information about the crash scenario.
--
Philip Beevers
Fidessa Infrastructure Development
mailto:philip.beevers at fidessa.com
phone: +44 1483 206571
******************************************************************
This message is intended only for the stated addressee(s) and
may be confidential. Access to this email by anyone else is
unauthorised. A...
2005 Sep 15
10
Can I use printa() for printing multiple agg regations?
...the different
orders? e.g. printa() for sort by sample, printak() for sort by key.
My reason for wanting to do both in the same script is that the current
printa() ordering is nearly always right; it''s relatively (although very
useful in those cases) to order by key.
--
Philip Beevers
Fidessa Infrastructure Development
mailto:philip.beevers at fidessa.com
phone: +44 1483 206571
> -----Original Message-----
> From: dtrace-discuss-bounces at opensolaris.org
> [mailto:dtrace-discuss-bounces at opensolaris.org]On Behalf Of Bryan
> Cantrill
> Sent: 15 September 2005 07:29
&...