On 5/14/15 7:34 , Bryan Horstmann-Allen wrote: > +------------------------------------------------------------------------------ > | On 2015-05-14 13:59:43, Nan Xiao wrote: > | > | Do you refer Triton? Could you share some hands-on experience? Thanks! > > I'm not using Triton, no. > > I'm running the open source version of SmartDatacenter, but a recent SmartOS > image will work for you. As far as I know, you currently have to instrument > from the global zone -- though I imagine that will get fixed in due time. > > Cheers. >
You can run DTrace there from within the non-global zone. You just have to manually reach into /native and run /native/usr/sbin/dtrace. It should also work for attaching to a process with -p and using the pid provider. Note, you may need to install the corresponding debug or symbols package to have symbols. Robert ------------------------------------------- dtrace-discuss Archives: https://www.listbox.com/member/archive/184261/=now RSS Feed: https://www.listbox.com/member/archive/rss/184261/25769126-e243886f Modify Your Subscription: https://www.listbox.com/member/?member_id=25769126&id_secret=25769126-8d47a7b2 Powered by Listbox: http://www.listbox.com
