dtrace-utils
dtrace-utils copied to clipboard
Support printing of associative arrays in print()
Currently, you can only print individual elements of an associative array. Since there is no way to loop over the keys of an associative array, it is not possible to print all of the contents.
It would be great if print() supports this. Ideally with an optional format string like printa() has.