Ubuntu Pastebin

Paste from deanman at Thu, 10 Nov 2016 20:53:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
vagrant@juju2:~$ time juju run -m controller --machine 0 "whoami"
root

real    0m4.203s
user    0m0.040s
sys     0m0.024s
vagrant@juju2:~$ time juju run -m controller --machine 0 "tail -f /var/log/juju/machine-0.log"
^C

real    0m42.784s
user    0m0.064s
sys     0m0.020s
vagrant@juju2:~$ time juju run -m controller --machine 0 "whoami"
^C

real    0m46.774s
user    0m0.060s
sys     0m0.024s
vagrant@juju2:~$ juju status
Model    Controller  Cloud/Region         Version
default  lxd-test    localhost/localhost  2.0.1

App  Version  Status  Scale  Charm  Store  Rev  OS  Notes

Unit  Workload  Agent  Machine  Public address  Ports  Message
Download as text