Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:bitscope [2024/09/06 17:24] darrontools:bitscope [2024/09/07 13:03] (current) – [Server] darron
Line 30: Line 30:
 </code> </code>
  
-==Run==+==Help==
  
 <code> <code>
Line 49: Line 49:
 Assign a larger latency for lower CPU load if necessary. Use verbose from command Assign a larger latency for lower CPU load if necessary. Use verbose from command
 line only. Note that only -h and -v are implemented in this beta release. line only. Note that only -h and -v are implemented in this beta release.
 +</code>
 +
 +===Runit===
 +
 +<code>
 +#!/bin/bash
 +sleep 2
 +
 +#LOG
 +ulimit -aH
 +
 +#RUN
 +exec /usr/local/bin/bitscope-server -v < /dev/stderr
 </code> </code>