Lines Matching +full:best +full:- +full:effort
9 -------
16 the NETCONF API (:RFC:`6241`). As part of this effort, we modified many
17 FreeBSD utilities to emit XML, typically via a "-X" switch. The
19 and carrying it were non-trivial, and contributed to our expense (and
25 A recent (2014) effort within JUNOS aims at removing our modifications
29 human-readable text. This allows the API to use the same plumbing as
34 libxo is an effort to mix the best aspects of the JUNOS strategy into
35 FreeBSD in a seemless way, allowing commands to make printf-like
48 tag docsis-state {
53 tag docsis-mode {
58 tag docsis-upstream-speed {
63 tag downstream-scanning {
73 tag signal-to-noise-ratio {
83 format docsis-status-format {
91 field docsis-state;
92 field docsis-mode;
93 field docsis-upstream-speed;
94 field downstream-scanning;
96 field signal-to-noise-ratio;
109 a JUNOS-like CLI to do the rendering, and we can't depend on
123 .. _good-field-names:
142 not widely used. Use "data-size", not "dsz" or "dsize". Use
143 "interface" instead of "ifname", "if-name", "iface", "if", or "intf".
145 Use <verb>-<units>
146 Using the form <verb>-<units> or <verb>-<classifier>-<units> helps in
148 uses "sent-packet" and another "packets-sent" and another
149 "packets-we-have-sent". The <units> can be dropped when it is
151 Use "receive-after-window-packets" instead of
152 "received-packets-of-data-after-window".
158 $src2/proc-table/proc-list
159 /prc-entry[prcss-id == $pid]/proc-name) {
169 In the previous example, all the names are prefixed with "proc-",
176 fields (:ref:`encoding-modifier`) to make the data useful.
179 What does "errors2" mean? No one will know. "errors-after-restart"
198 "`xolint -V`" to spell check your field names and to help you detect
199 different names for the same data. "dropped-short" and
200 "dropped-too-short" are both reasonable names, but using them both
211 xolint-errors.rst