• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GenRocket:Is it possible to generate different data in percentage in fractions like 0.45% percent

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For our Performance testing load generation, we need different size of files in database with different ratios. Is it possible with GenRocket to insert diferent size of files in FILES TABLE with fractional percentage. For example:
1KB File = 80%
100KB = 10.25%
1MB= 5.43%
10MB= 3.75%
100MB=0.57%
With our current tool we cannot generate data with fractional percentage.
 
GenRocket Founder
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Saurabh,

What a very interesting question. The short answer to your question, 'Is it possible with GenRocket to insert diferent size of files in FILES TABLE with fractional percentage.', is yes.

But, before I can elaborate on my answer, I have two questions for you:

1. What is the content of the data you want to generate for each file?
2. Do you want each file saved to disk or do you want each file to be directly inserted into the database?
 
Saurabh Chakrabarty
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Below are answers to your queries.
1. We want different file types (e.g. pdf, audio, vedio etc.)
2. We want all files to be directly inserted in to DB. But we can have the files (of different size) in disk which will be inserted to DB.
 
I miss the old days when I would think up a sinister scheme for world domination and you would show a little emotional support. So just look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic