I want to compare my fault tolerance techniques with the existing fault tolerance techniques using the throughput parameter..how can i compare the proposed and existing techniques like retry, checkpointing, replication etc.
First I would you need to be able to state the fault model each of the systems are using. If you compare the systems built to different fault models the comparison won't be fair because a lot of overhead may be needed to handle one class of faults not needed by another.
I would look at the literature on Chaos Testing. That should give you some good ideas.