Advertisement
Guest User

Untitled

a guest
May 10th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "tenant_usage":{
  3. "total_memory_mb_usage":0.000128,
  4. "total_vcpus_usage":2.5e-07,
  5. "total_hours":2.5e-07,
  6. "tenant_id":"56edac5883964a5285b423c73f2bf7c3",
  7. "stop":"2012-05-10 20:04:55.923954",
  8. "server_usages":[
  9. {
  10. "hours":2.5e-07,
  11. "uptime":622,
  12. "local_gb":0,
  13. "ended_at":null,
  14. "name":"abc",
  15. "tenant_id":"56edac5883964a5285b423c73f2bf7c3",
  16. "vcpus":1,
  17. "memory_mb":512,
  18. "state":"active",
  19. "flavor":"m1.tiny",
  20. "started_at":"2012-05-10 19:54:33"
  21. }
  22. ],
  23. "start":"2012-05-10 20:04:55.923864",
  24. "total_local_gb_usage":0.0
  25. }
  26. }
  27.  
  28.  
  29.  
  30.  
  31. stack@devstack:~/nova$ nova usage-list
  32. Usage from 2012-04-12 to 2012-05-11:
  33. +----------------------------------+-----------+--------------+-----------+---------------+
  34. | Tenant ID | Instances | RAM MB-Hours | CPU Hours | Disk GB-Hours |
  35. +----------------------------------+-----------+--------------+-----------+---------------+
  36. | 56edac5883964a5285b423c73f2bf7c3 | 2 | 10351.12 | 20.22 | 0.00 |
  37. +----------------------------------+-----------+--------------+-----------+---------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement