Advertisement
Guest User

Untitled

a guest
Dec 8th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [0.3] [stdout] [user] 192k total, 50k free, 141k used
  2. [3.2] [stdin] [user] Username> SKS
  3. [5.75] [stdin] [SKS] SKS@sks-dev boot:> dir
  4. [5.8] [stdout] [SKS] .skex.lua.swp : 12288
  5. [5.85] [stdout] [SKS] skex.lua : 2302
  6. [5.85] [stdout] [SKS] printmsg2.lua : 279
  7. [5.9] [stdout] [SKS] printmsg.lua : 146
  8. [5.9] [stdout] [SKS] init.lua : 10635
  9. [5.95] [stdout] [SKS] .postinit.lua.swp : 20480
  10. [5.95] [stdout] [SKS] micrOS.cfg : 33
  11. [6.05] [stdout] [SKS] postinit.lua : 3906
  12. [6.1] [stdout] [SKS] Count: 9
  13. [16.75] [stdin] [SKS] SKS@sks-dev boot:> So now logging is much more efficient.
  14. [43.7] [stdin] [SKS] SKS@sks-dev boot:> Rather than writing to disk every line, it stores a buffer,
  15. [63.75] [stdin] [SKS] SKS@sks-dev boot:> which is a much more efficient system because it only writes
  16. [80.3] [stdin] [SKS] SKS@sks-dev boot:> to disk once the buffer has hit the configured length.
  17. [84.4] [stdin] [SKS] SKS@sks-dev boot:> flushlog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement