search for: drilldown

Displaying 12 results from an estimated 12 matches for "drilldown".

2006 Aug 17
3
New Improved Chime
...menu (File | New Display ...) or directly from the command line using the -n option. The displays you create are put in /opt/OSOL0chime/displays/new by default and are accessible from the Load menu (File | Load > | New Displays). Once you get a new display working, try using the wizard to add drilldown support. Get the latest Chime here: http://www.opensolaris.org/os/project/dtrace-chime/install/ Remember that for now, Chime still requires Solaris Nevada build 35 or later. Let me know if you create anything interesting! Thanks, Tom
2014 Mar 21
0
[PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics
...r kernel' + sys.exit(1) +if not os.access('/sys/module/vhost_net', os.F_OK): + print 'Please make sure vhost_net module are loaded' + sys.exit(1) + +label_width = 40 +number_width = 10 + +def tui(screen, stats): + curses.use_default_colors() + curses.noecho() + drilldown = False + fields_filter = stats.fields_filter + def update_drilldown(): + if not fields_filter: + if drilldown: + stats.set_fields_filter(None) + else: + stats.set_fields_filter(r'^[^\(]*$') + update_drilldown() + def re...
2016 Nov 18
4
Good email client to use with Dovecot?
On Fri, 18 Nov 2016 08:14:02 -0500 Tanstaafl <tanstaafl at libertytrek.org> wrote: > On 11/17/2016 10:58 AM, Steve Litt <slitt at troubleshooters.com> wrote: > > I have over 620K emails in over 1000 folders. This turns Thunderbird > > into an all day affair, just to refresh its caches. > > There are lots of knobs you can tweak to improve the situation, but >
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to vhost. Operations of both virtqueues and vhost works were traced in current implementation, net code were untouched. A top-like satistics displaying script were introduced to help the troubleshooting. TODO: - net specific tracepoints? --- Jason Wang (2): vhost: basic tracepoints tools: virtio: add a
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to vhost. Operations of both virtqueues and vhost works were traced in current implementation, net code were untouched. A top-like satistics displaying script were introduced to help the troubleshooting. TODO: - net specific tracepoints? --- Jason Wang (2): vhost: basic tracepoints tools: virtio: add a
2001 Apr 29
1
Using R for processing computer performance data
...I am doing system performance tests, and end up with large volumes of data that consists of transaction timings, coupled with system timings. The analysis process is iterative, and I've been using Excel (too many limitations, but the pivot tables have been extremely useful) to do some of the drilldown processing, such as identifyng bottlenecks. To generalize the problem with an example, I have a series of data for which I would like to be able to produce a box plot. However, much of the data varies from run to run or from system to system. For example, the UNIX sar utility can produce a snaps...
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
Recent debugging on vhost net zerocopy shows the need of tracepoints. So to help in vhost{net} debugging and performance analyzing, the following series adding basic tracepoints to vhost. Operations of both vhost and vhost_net were traced in current implementation. A top-like satistics displaying script were introduced to help the troubleshooting: vhost statistics vhost_virtio_update_used_idx
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
Recent debugging on vhost net zerocopy shows the need of tracepoints. So to help in vhost{net} debugging and performance analyzing, the following series adding basic tracepoints to vhost. Operations of both vhost and vhost_net were traced in current implementation. A top-like satistics displaying script were introduced to help the troubleshooting: vhost statistics vhost_virtio_update_used_idx
2007 Feb 28
4
PROC TABULATE with R
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070228/6ebce030/attachment.pl
1999 Dec 23
4
Very Large Data Sets
List, Can R handle very large data sets (say, 100 million records) for data mining applications? My understanding is that Splus can not, but SAS can easily. Thanks, Tony Fagan -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/19991222/6f333667/attachment.html
2011 Nov 23
3
P2Vs seem to require a very robust Ethernet
Now that we can gather diagnostic info, I think I know why our P2Vs kept failing last week. Another one just died right in front of my eyes. I think either the Ethernet or NFS server at this site occasionally "blips" offline when it gets busy and that messes up P2V migrations. The RHEV export domain is an NFS share offered by an old Storagetek NAS, connected over a 10/100 Ethernet.
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...p/views/cloud/instance/show.rhtml b/src/app/views/cloud/instance/show.rhtml new file mode 100644 index 0000000..8e44308 --- /dev/null +++ b/src/app/views/cloud/instance/show.rhtml @@ -0,0 +1,5 @@ +<!-- TODO: Get new mockup from jeremy perry of what else + gets displayed if we are in the 'drilldown view' +--> + +<%= render :partial => 'show' %> \ No newline at end of file diff --git a/src/app/views/cloud/instance/update.rhtml b/src/app/views/cloud/instance/update.rhtml new file mode 100644 index 0000000..6c88fb5 --- /dev/null +++ b/src/app/views/cloud/instance/update.r...