This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from jeevanullas/master
Tested pull request. Results of tests are as follows: ``` $ sudo sosreport -o eucadb,eucafrontend .... # cat odc-d-06-07-2014040323171396567041/sos_commands/eucafrontend/euca-describe-instance-types-show-capacity INSTANCETYPE Name CPUs Memory (MB) Disk (GB) Used / Total Used % INSTANCETYPE m1.small 1 512 5 1 / 6 17% INSTANCETYPE t1.micro 1 512 5 1 / 6 17% INSTANCETYPE c1.medium 2 1024 10 1 / 3 33% INSTANCETYPE m1.medium 1 1024 15 1 / 6 17% INSTANCETYPE m1.large 2 1024 15 1 / 3 33% INSTANCETYPE c1.xlarge 2 2048 15 1 / 3 33% INSTANCETYPE m1.xlarge 2 1024 20 1 / 3 33% INSTANCETYPE m2.xlarge 2 2048 20 1 / 3 33% INSTANCETYPE m3.xlarge 4 2048 25 0 / 1 0% INSTANCETYPE m2.2xlarge 2 4096 40 1 / 3 33% INSTANCETYPE m3.2xlarge 4 4096 50 0 / 1 0% INSTANCETYPE cc1.4xlarge 8 3072 60 0 / 0 INSTANCETYPE m2.4xlarge 8 4096 60 0 / 0 INSTANCETYPE hi1.4xlarge 8 6144 120 0 / 0 INSTANCETYPE cc2.8xlarge 16 6144 120 0 / 0 INSTANCETYPE cg1.4xlarge 16 12288 200 0 / 0 INSTANCETYPE cr1.8xlarge 16 16384 240 0 / 0 INSTANCETYPE hs1.8xlarge 48 119808 24000 0 / 0 .... # cat odc-d-06-07-2014040323171396567041/sos_commands/eucadb/database_sizes.txt datname | pg_database_size | pg_size_pretty --------------------------+------------------+---------------- eucalyptus_reporting | 534299448 | 510 MB eucalyptus_cloudwatch | 352928568 | 337 MB eucalyptus_walrus | 12370744 | 12 MB eucalyptus_cloud | 11445048 | 11 MB eucalyptus_auth | 10109752 | 9873 kB eucalyptus_autoscaling | 8233784 | 8041 kB eucalyptus_storage | 7553848 | 7377 kB eucalyptus_loadbalancing | 7258936 | 7089 kB eucalyptus_config | 7111480 | 6945 kB eucalyptus_dns | 6841144 | 6681 kB eucalyptus_general | 6398776 | 6249 kB eucalyptus_imaging | 6390584 | 6241 kB eucalyptus_records | 6390584 | 6241 kB eucalyptus_faults | 6357816 | 6209 kB database_events | 6333240 | 6185 kB postgres | 6308664 | 6161 kB template1 | 6201860 | 6057 kB template0 | 6201860 | 6057 kB (18 rows) ```
- Loading branch information