source: xssim/trunk/db/example/data/resources.sql @ 104

Revision 104, 765 bytes checked in by wojtekp, 13 years ago (diff)
Line 
1INSERT INTO `gssim_results`.`resource` (`PK`, `exp_id`, `name`, `type`, `allocation_load`, `reservation_load`) VALUES
2('21', '2', 'compRes1', 'computing', '0.604', '0.604'),
3('22', '2', 'compRes2', 'computing', '0.375', '0.375'),
4('31', '3', 'compRes1', 'computing', '0.646', '0.646'),
5('32', '3', 'compRes2', 'computing', '0.333', '0.333'),
6('41', '4', 'compRes1', 'computing', '0.185', '0.185'),
7('42', '4', 'compRes2', 'computing', '0.222', '0.241'),
8('43', '4', 'dataRes1', 'data', '0', '0'),
9('44', '4', 'networkRes1', 'network', '0.438', '0.438'),
10('51', '5', 'compRes1', 'computing', '0.451', '0.549'),
11('52', '5', 'compRes2', 'computing', '0.216', '0.255'),
12('53', '5', 'dataRes1', 'data', '0', '0'),
13('54', '5', 'networkRes1', 'network', '0.562', '0.562');
Note: See TracBrowser for help on using the repository browser.