Revision history of "Measuring log growth rate (lines per second)"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 21:20, 23 June 2019Fabricio.Lima (Talk | contribs). . (551 bytes) (+551). . (Created page with "Category:Linux The commands below will print how many lines are being generated per second tail -f file > /tmp/tmp.log & sleep 1; kill $! ; wc -l /tmp/tmp.log ; rm /tmp/...")