{"id":20122870,"url":"https://github.com/freaky/kdumpcalltime","last_synced_at":"2025-03-02T20:26:00.680Z","repository":{"id":142942542,"uuid":"134625396","full_name":"Freaky/kdumpcalltime","owner":"Freaky","description":"Summarise syscalls from kdump","archived":false,"fork":false,"pushed_at":"2018-05-29T22:26:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T07:32:11.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Freaky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-23T21:04:52.000Z","updated_at":"2018-05-29T22:27:00.000Z","dependencies_parsed_at":"2023-05-01T10:16:49.799Z","dependency_job_id":null,"html_url":"https://github.com/Freaky/kdumpcalltime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fkdumpcalltime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fkdumpcalltime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fkdumpcalltime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Fkdumpcalltime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Freaky","download_url":"https://codeload.github.com/Freaky/kdumpcalltime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241566178,"owners_count":19983260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T19:41:34.625Z","updated_at":"2025-03-02T20:26:00.654Z","avatar_url":"https://github.com/Freaky.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kdumpcalltime\n\nA tiny Ruby script for summarising system call times in [`ktrace`][ktrace] files.\n\nTested on FreeBSD, hopefully works on other systems with ktrace.  Please open an\nissue (or ideally a pull request) if it does not.\n\n\n## Synopsis\n\n```\nkdumpcalltime [FILE]\n```\n\n`FILE` defaults to ktrace.out, matching `ktrace` and `kdump`.\n\n\n## Example\n\n```\n-% ktrace -i /bin/sh -c \"ps ax | wc -l\"\n     199\n-% kdumpcalltime\n        wait4: 0.03042s     2 calls | Avg=0.01521s Max=0.02967s Min=0.00075s StdDev=0.01446s\n         read: 0.02237s    18 calls | Avg=0.00124s Max=0.02019s Min=0.00003s StdDev=0.00460s\n     __sysctl: 0.01115s   297 calls | Avg=0.00004s Max=0.00157s Min=0.00002s StdDev=0.00010s\n         mmap: 0.00235s    83 calls | Avg=0.00003s Max=0.00025s Min=0.00001s StdDev=0.00003s\n        fstat: 0.00152s    33 calls | Avg=0.00005s Max=0.00009s Min=0.00002s StdDev=0.00002s\n        lstat: 0.00128s    18 calls | Avg=0.00007s Max=0.00014s Min=0.00004s StdDev=0.00003s\n        close: 0.00119s    39 calls | Avg=0.00003s Max=0.00015s Min=0.00001s StdDev=0.00003s\n  sigprocmask: 0.00101s    66 calls | Avg=0.00002s Max=0.00006s Min=0.00001s StdDev=0.00001s\n       execve: 0.00089s     3 calls | Avg=0.00030s Max=0.00038s Min=0.00016s StdDev=0.00010s\n       openat: 0.00084s    21 calls | Avg=0.00004s Max=0.00011s Min=0.00002s StdDev=0.00002s\n       access: 0.00084s    13 calls | Avg=0.00006s Max=0.00012s Min=0.00003s StdDev=0.00003s\n         stat: 0.00082s    18 calls | Avg=0.00005s Max=0.00014s Min=0.00003s StdDev=0.00003s\n       munmap: 0.00076s    31 calls | Avg=0.00002s Max=0.00008s Min=0.00001s StdDev=0.00002s\n         open: 0.00060s    14 calls | Avg=0.00004s Max=0.00007s Min=0.00003s StdDev=0.00001s\n         fork: 0.00031s     2 calls | Avg=0.00015s Max=0.00019s Min=0.00012s StdDev=0.00003s\n        write: 0.00027s     5 calls | Avg=0.00005s Max=0.00008s Min=0.00003s StdDev=0.00002s\ngetdirentries: 0.00017s     6 calls | Avg=0.00003s Max=0.00004s Min=0.00002s StdDev=0.00001s\n```\n\n[ktrace]: https://en.wikipedia.org/wiki/Ktrace\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaky%2Fkdumpcalltime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreaky%2Fkdumpcalltime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaky%2Fkdumpcalltime/lists"}