Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Sean Busbey d1e9ca1ca2 [core] add operation tracing via Apache HTrace. 2016-04-28 18:19:16 -05:00
Chris Larsen eea1b485b3 [core] Add the "measurement.trackjvm" property to measure JVM statistics
when the status thread is enabled. This tracks the GC count, thread count,
memory used and average system load (if implemented) over time as well as
the max and min for each measurement at the end.
Also, every run will now measure the total number of garbage collections
from all pools.
2016-04-18 17:47:19 -07:00
Stanley Feng 94c2b23b99 [core] Incorporate CR feedback
Prefix the retry limit property name with core_workload.

[core] Incorporate CR Feedback

Prefix the retry limit property with "core_workload".
2015-12-12 09:00:49 -08:00
Stanley Feng ad8404a832 [Core] Add retry for insertion logic to make the load process more robust
The default behavior is NO RETRY, which is the current behavior.

But optionally user can enable retry if they are working with a DB backend that is better tolerated by allowing a few retries.
2015-12-12 09:00:49 -08:00
Stanley Feng 3e3d401bb3 [core] Incorporate CR feedback
- Move the doc (code comment) to workload_template
- Minor changes in propery parsing logic and log to System.Err;

[core] Incoporate CR comment

Missed one comment before.
2015-11-24 20:21:11 -08:00
Stanley Feng 8bfadaeafc Incorporate CR feedback:
1. Use LinkedList rather than ArrayList for the measurement array in RAW. Update size estimation in documentation in workload_template.

2. Add a new composite measurement type which combines HdrHistogram and RAW.

3. Allow user to optionally disable output of summary stats from the raw measurement class.
2015-11-03 10:58:06 -08:00
Stanley Feng 855301bf26 Add a new and optional measurement type called "RAW" which outputs every datapoint of a run.
Raw datapoint output is quite useful and important for two reasons:
 1) Allows the user to do more thorough statistical analysis on the complete set of the data.
 2) Using timestamps that are logged with raw data points, it becomes much easier to investigate and correlate latency outliers at the backend service.
2015-10-31 11:35:00 -07:00
Govind Kamat 25502287c5 [licensing] Added ASLv2 headers to files without them. 2015-08-07 10:49:16 -07:00
nixon f70807e97a Included a template collecting all workload properties into
a single file. It shows the defaults and explains usage.
2012-08-20 09:44:41 -07:00
Michi Mutsuzaki 2e57c546cb gh-66 reorganize directory structure 2012-02-21 11:40:21 -08:00
Hariprasad Kuppuswamy 2dc263e2b8 Deleting the old project structure. 2012-02-16 18:54:51 +01:00
Brian Frank Cooper 24efaff35c Initial commit of YCSB.
Creation of git repository and inital commit of YCSB.
2010-04-19 13:50:19 -07:00