summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/dtracetoolkit/Proc/writedist.d
blob: 099c2525b6c667d4077b5daecdf64a7b5483e934 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/sbin/dtrace -s
/*
 * writedist.d - write distribution by process name. DTrace OneLiner.
 *
 * This is a DTrace OneLiner from the DTraceToolkit.
 *
 * $Id: writedist.d 3 2007-08-01 10:50:08Z brendan $
 */

sysinfo:::writech { @dist[execname] = quantize(arg0); }
OpenPOWER on IntegriCloud