``` time http -f localhost:3993/scan malware@t.txt HTTP/1.1 200 OK Content-Length: 129 Content-Type: application/json; charset=UTF-8 Date: Thu, 24 Aug 2017 06:17:10 GMT { "clamav": { "engine": "0.99.2", "error": "", "infected": true, "known": "6303004", "result": "Eicar-Test-Signature", "updated": "20170813" } } real 0m14.414s user 0m0.244s sys 0m0.041s ``` scan a simple txt cost more than 14s seconds
scan a simple txt cost more than 14s seconds