Advertisement
Guest User

Untitled

a guest
Nov 29th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. running on mysql/0 unit
  2. $time timeout 120m ionice -c3 mysqldump -u root -p*censored* --opt --all-databases --skip-lock-tables |xz -1 > xxx
  3. mysqldump: [Warning] Using a password on the command line interface can be insecure.
  4.  
  5. real 0m16.557s
  6. user 0m19.180s
  7. sys 0m1.672s
  8.  
  9. running from juju
  10. $ time juju run --unit=mysql/0 'timeout 120m ionice -c3 mysqldump -u root -p*censored* --opt --all-databases --skip-lock-tables|xz -1' > xxx
  11. action terminated
  12. real 0m28.429s
  13. user 0m0.048s
  14. sys 0m0.164s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement