OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Project dtrace-chime
:
Change Log
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Change Log
Hide Line numbers
1: == Chime Change Log 2: 3: **1.4.44** (10 Jul 2009) 4: Allow -n and -s options with -W. 5: Add optional menu bar to improve keyboard accessibility. 6: 7: **1.4.43** (24 Jun 2009) 8: Add automatic drilldown support. 9: Switch -t and -T options; move -h to -H. 10: Add -h option to display command line usage. 11: 12: **1.4.42** (06 Mar 2009) 13: Add the ability to restart a display with different DTrace options. 14: Save per-display preferences. 15: 16: **1.4.41** (21 Jan 2009) 17: Add min, hrs, and days to displayed time unit values. 18: Plot recorded time rather than current time. 19: Use Java 6 GroupLayout. 20: 21: **1.4.40** (19 Dec 2008) 22: Add Python category. 23: 24: **1.4.39** (12 Dec 2008) 25: Add controls to look back through recent data. 26: Add -S option to display data per second. 27: Add Ruby category. 28: 29: **1.4.38** (17 Nov 2008) 30: Add a bunch of displays to the DTraceToolkit category. 31: 32: **1.4.37** (28 Oct 2008) 33: Auto-specify distributions in wizard. 34: Add cpudists and anonpgpid displays to DTraceToolkit category. 35: Add System Probes (sysinfo) display. 36: 37: **1.4.36** (21 Oct 2008) 38: Add support for option flags and conditional columns. 39: Add rwtop display to DTraceToolkit category. 40: Add program display event hook with option to exclude from popup menu. 41: 42: **1.4.35** (29 Aug 2008) 43: Fix macro argument bugs. 44: Introduce DTraceToolkit category. 45: 46: **1.4.34** (26 Aug 2008) 47: Make StatLauncher configurable for Netbeans plugin. 48: Add -l option to list probes (reassign -l for logging to -L). 49: Auto-specify columns from DTrace program in wizard. 50: Precede aggregation names in wizard with "@". 51: 52: **1.4.33** (07 Aug 2008) 53: Transition to Mercurial source code control. 54: 55: **1.4.32** (17 Jun 2008) 56: Update JFreeChart source from 1.0.1 to 1.0.2. 57: 58: **1.4.31** (16 Jan 2008) 59: Enable javac -Xlint flags, set target to Java 1.5 runtime. 60: 61: **1.4.30** (21 Dec 2007) 62: Remove -S option (no longer needed). 63: Add -a option to make generated display accumulate values over time. 64: Fix bar color text when changing from non-default to default. 65: 66: **1.4.29** (09 Oct 2007) 67: Add -k option to add a sparkline to the first plottable data column. 68: Fix -h option to display help when no DTrace program is specified. 69: 70: **1.4.28** (29 Sep 2007) 71: Add -g and -G options to display non-repeating aggregation keys. 72: Add -T option to display totals. 73: Fix -C to work in combination with -W (open a display in the wizard). 74: 75: **1.4.27** (31 May 2007) 76: Make {{code}}/opt/OSOL0chime/displays{{/code}} writable. 77: 78: **1.4.26** (25 May 2007) 79: Add strjoin() support. 80: Add work-around to allow drilldown with Java hotspot provider. 81: 82: **1.4.25** (12 Apr 2007) 83: Improve algorithm for remembering recently specified bar colors. 84: 85: **1.4.24** (27 Mar 2007) 86: Fix text color rendering in Bar Color pulldown list (wizard step 4b). 87: 88: **1.4.23** (26 Mar 2007) 89: Apply work-around to allow XML encoding of boolean properties on Java 6. 90: 91: **1.4.22** (08 Feb 2007) 92: Fix double-loading of Traces list from Load menu, unnecessary tooltips in main window. 93: 94: **1.4.21** (02 Feb 2007) 95: Add work-around to support "cpp" option (allows #include). 96: 97: **1.4.20** (16 Jan 2007) 98: Improve support for DTraceToolkit script options (exclusive option groups). 99: Add Makefiles to build {{code}}libcnv_jni.so.1{{/code}} (conversion library). 100: 101: **1.4.19** (05 Jan 2007) 102: Apply work-around for issues with gtk L&F on Java 6. 103: 104: **1.4.18** (22 Dec 2006) 105: Add command line options to generate displays dynamically: 106: (-n, -s, -c, -p, -X, -Z, -m, -M, -t, -h, -S, -w; see ’/opt/OSOL0chime/bin/chime -H’ for option usage). 107: Reassign options: -c to -C; -f to -F; -n to -W. 108: Fix source compile on Java 6. 109: 110: **1.4.17** (13 Dec 2006) 111: Fix Trace Group pulldown. 112: 113: **1.4.16** (30 Nov 2006) 114: Add Trace Group pulldown. 115: Fix remote DTrace API matching probe info (for jdtrace). 116: Upgrade JFreeChart to v1.0.2. 117: 118: **1.4.15** (30 Oct 2006) 119: Reimplement remote Consumer API using JMX (by Guillaume Bozon). 120: Support symbol lookup actions mod(),func(),sym();umod(),ufunc(),usym(). 121: Fix error detail to handle exception causes. 122: 123: **1.4.14** (24 Oct 2006) 124: Add support for moving averages. 125: 126: **1.4.13** (10 Oct 2006) 127: Add toolbar. 128: Automatically reload after creating new display. 129: Add dtrace stdout to Options menu. 130: Add control to specify stack value. 131: Clarify confusing text; add Help for Total row. 132: 133: **1.4.12** (08 Sep 2006) 134: Allow ordering of displays within list, and sort by title if order unspecified. 135: Add display group descriptions (text describes currently loaded displays). 136: Fix "Time Spent In Functions" display. 137: Fix subtitle and error message overlap. 138: Remember most recently entered Target and Macro Argument values (per display). 139: 140: **1.4.11** (29 Aug 2006) 141: Fixes: "Check Compile" action, compile options; left-aligned zero bar graph 142: 143: **1.4.10** (16 Aug 2006) 144: New main window: scrollable list & description pane (by Bill Rushmore) 145: Display Wizard: description support; column linking; misc fixes 146: 147: **1.4.9** (03 Aug 2006) 148: Add drilldown support to New Display Wizard. 149: 150: **1.4.8** (14 Jul 2006) 151: Add macro arg support to New Display Wizard. 152: Fix -c option to work remotely. 153: 154: **1.4.7** (29 Jun 2006) 155: Add New Display Wizard. 156: Add Look & Feel support, persistent preferences. 157: Add -c, -n, -P options. 158: 159: **1.4.6** (24 May 2006) 160: Support displayFormat property for distribution ranges and values. 161: Fixes: hidden column, drilldown, null pointer closing display. 162: 163: **1.4.5** (17 May 2006) 164: Provide default values for size, uniqueKey, and aggregationName properties. 165: Fix sorting of demarcated groups (distribution buckets). 166: 167: **1.4.4** (15 May 2006) 168: Work-around for bug 6426129 causing console stack trace on DTrace drop. 169: Minor fix for target process support. 170: 171: **1.4.3** (10 May 2006) 172: Change needed to build Chime source after Solaris Nevada build 40. 173: 174: **1.4.2** (03 May 2006) 175: Fix for API bug 6419880 causing Chime to hang or leave blocked consumers. 176: 177: **1.4.1** (18 April 2006) 178: Fix the {{code}}-d{{/code}} option to set the directory containing display descriptions. 179: 180: **1.4** (13 April 2006) 181: Initial OpenSolaris release.
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Internet Key Exchange, version 2
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Project dtrace-chime Pages
Articles
Change Log
Displays
Installation
Java DTrace API
jdtrace Example
JavaOne 2007 Screenshots
Adding New Displays
Command Line
New Display Wizard
XML Properties
screens_c