Top command allows dumping of last N snapshots to a file ```top -b -n 5 > top-5iterations.txt``` dumps last 5 snapshots and exit. Could we allow for similar capability to nats-top?
Top command allows dumping of last N snapshots to a file
top -b -n 5 > top-5iterations.txtdumps last 5 snapshots and exit. Could we allow for similar capability to nats-top?