Skip to content

Instantly share code, notes, and snippets.

@someara
Created June 9, 2012 15:35
Show Gist options
  • Save someara/2901471 to your computer and use it in GitHub Desktop.
Save someara/2901471 to your computer and use it in GitHub Desktop.
zaphod:~$ time knife joyent server create --image 47e6af92-daf0-11e0-ac11-473ca1173ab0 --flavor "regular_128" --name "smartos-2"
Created machine: 5d989f72-b3bc-44a1-816d-1d6d0e969b57
real 0m24.673s
user 0m2.179s
sys 0m0.533s
zaphod:~$ time knife joyent server create --image 47e6af92-daf0-11e0-ac11-473ca1173ab0 --flavor "regular_128"
Created machine: 09061a38-6916-4be8-b993-efb70f3f0f3b
real 0m28.115s
user 0m2.254s
sys 0m0.554s
zaphod:~$ time knife joyent server create --image 47e6af92-daf0-11e0-ac11-473ca1173ab0 --flavor "regular_128"
Created machine: 25df2108-3ba6-4ac6-bf9e-fb9018cd4375
real 0m28.042s
user 0m2.164s
sys 0m0.528s
zaphod:~$ knife joyent server list
ID Name State Type Image IPs RAM Disk
09061a38-6916-4be8-b993-efb70f3f0f3b acd7354 running smartmachine sdc:sdc:smartos:1.3.18 172.30.1.21 0 GB 5 GB
25df2108-3ba6-4ac6-bf9e-fb9018cd4375 d8854ce running smartmachine sdc:sdc:smartos:1.3.18 172.30.1.22 0 GB 5 GB
5d989f72-b3bc-44a1-816d-1d6d0e969b57 smartos-2 running smartmachine sdc:sdc:smartos:1.3.18 172.30.1.20 0 GB 5 GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment