Thesis Details

Fuzz testování výkonu programu

Bachelor's Thesis Student: Liščinský Matúš Academic Year: 2018/2019 Supervisor: Rogalewicz Adam, doc. Mgr., Ph.D.
English title
Fuzz Testing of Program Performance
Language
Czech
Abstract

Fixing one issue sometimes brings another ten to the program. To detect these issues, especially performance issues, we often have to supply the program with input, that forces its worst-case behaviour. A popular solution to automatic inputs generation is so called fuzzing, however, its intention is to find functional bugs. In this work, we aim to construct an automatic generator of inputs whose task will be to trigger performance fluctuations. So we propose to tune fuzzing mutation rules and ways of processing the information about program run, to particularly trigger the performance bugs. We integrate our solution into a performance profile manager Perun, which stores information about every run as a profile and is able to compare these profiles to check for performance change. Therefore we can prove that executing with certain input takes more time or memory. We tested our fuzzer on several artificial projects, which shows its potential with generated inputs that prolong the runtime of the program. Such a solution would allow developers to regularly test every version of a project for performance bugs and avoid them completely by automatically finding new exhausting inputs before release.

Keywords

performance bugs, fuzz testing, workload mutation, worst-case, algorithmic vulnerability, denial of service

Department
Degree Programme
Information Technology
Files
Status
defended, grade A
Date
10 June 2019
Reviewer
Committee
Vojnar Tomáš, prof. Ing., Ph.D. (DITS FIT BUT), předseda
Grézl František, Ing., Ph.D. (DCGM FIT BUT), člen
Honzík Jan M., prof. Ing., CSc. (DIFS FIT BUT), člen
Kořenek Jan, doc. Ing., Ph.D. (DCSY FIT BUT), člen
Smrčka Aleš, Ing., Ph.D. (DITS FIT BUT), člen
Citation
LIŠČINSKÝ, Matúš. Fuzz testování výkonu programu. Brno, 2019. Bachelor's Thesis. Brno University of Technology, Faculty of Information Technology. 2019-06-10. Supervised by Rogalewicz Adam. Available from: https://www.fit.vut.cz/study/thesis/19090/
BibTeX
@bachelorsthesis{FITBT19090,
    author = "Mat\'{u}\v{s} Li\v{s}\v{c}insk\'{y}",
    type = "Bachelor's thesis",
    title = "Fuzz testov\'{a}n\'{i} v\'{y}konu programu",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2019,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/19090/"
}
Back to top