Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"monitor",
"monitor-performance",
"system-monitoring",
"process-monitoring",
"atop",
"linux",
"performance-analysis",
"processor-utilization",
"disk-utilization",
"memory-utilization",
"network-utilization",
"resource-consumption",
"docker",
"gpu-monitoring",
"infiniband-monitoring"
],
"is_fork": false,
"size_kb": 2030,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 1478662,
"Shell": 7532,
"Python": 22958,
"Makefile": 8333
},
"pushed_at": "2026-07-21T07:21:47Z",
"created_at": "2017-03-25T13:17:39Z",
"owner_type": "User",
"updated_at": "2026-07-24T14:05:06Z",
"description": "System and process monitor for Linux",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": null,
"name": "Gerlof Langeveld",
"type": "User",
"login": "Atoptool",
"company": null,
"location": null,
"followers": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/26671887?v=4",
"created_at": "2017-03-25T12:16:21Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 3410
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.13.0",
"kind": "minor",
"published_at": "2026-07-19T09:29:23Z"
},
{
"tag": "v2.12.1",
"kind": "patch",
"published_at": "2025-09-23T18:53:18Z"
},
{
"tag": "v2.12.0",
"kind": "minor",
"published_at": "2025-06-14T11:39:07Z"
},
{
"tag": "v2.11.1",
"kind": "patch",
"published_at": "2025-04-05T08:33:35Z"
},
{
"tag": "v2.11.0",
"kind": "minor",
"published_at": "2024-07-27T16:04:59Z"
},
{
"tag": "v2.10.0",
"kind": "minor",
"published_at": "2024-01-04T13:53:06Z"
}
],
"recent_commits": [
{
"oid": "09c3266865d91adabd7382158faf7ee551bf1be7",
"body": "When no swap space is available, an improper busy/badness value is\ncalculated which might lead to a red blinking SWP line due to a\nfloating point division by zero.",
"is_bot": false,
"headline": "Proper handling in case of no swap space (issue #408)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-21T07:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9deee72892a9562d5c74f2a03ae5f2ebcc06aa30",
"body": null,
"is_bot": false,
"headline": "Prepare version 2.13",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-18T21:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e853bba484d22620e8b6f97bf329da3075070b5",
"body": "Certain compilers expect an explicit value for the _POSIX_C_SOURCE\nmacro. It has been explicitly defined now as 200809L which is also\nthe default value whenever it is not explicitly defined.",
"is_bot": false,
"headline": "Define explicit value for _POSIX_C_SOURCE macro",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-18T10:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd8153005418d902fd1ccf3404d428d54b3e156",
"body": null,
"is_bot": false,
"headline": "Increase shadowpath to avoid compiler warnings (#406)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T16:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561cb832bfa272e65be6ae94798f48eb2a653712",
"body": "parseable: fix incorrect format 'total' (count_t is long long)",
"is_bot": false,
"headline": "Merge pull request #404 from GermanAizek/parseable-fix-format",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T16:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b800dd471b699e237f38479afd984f06830cd2bd",
"body": "readrc does not handle if file cannot be opened and fp NULL goes to fgets()",
"is_bot": false,
"headline": "Merge pull request #403 from GermanAizek/check-on-null-readrc",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T16:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e64e80278447a9840a6e7d745490e2123fb1153",
"body": "photosyst: fix incorrect format types for sscanf",
"is_bot": false,
"headline": "Merge pull request #402 from GermanAizek/fix-format-types-sscanf",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T15:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45cd0a90e478977b1d612d03256d0c9af09c8e3f",
"body": "photosyst: fix forgetten limit 15 size for all strings sscanf",
"is_bot": false,
"headline": "Merge pull request #401 from GermanAizek/fix-forgot-15size-limit",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T15:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4bdbad9c086926bd25f61a3bca4199f88407e40",
"body": "…ormat\n\nphotosyst: prevent buffer overflow limit format 64 bytes",
"is_bot": false,
"headline": "Merge pull request #400 from GermanAizek/photosyst-limit-64size-str-f…",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T15:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368ffdd652570dcec227e68e8e745d421c7f8092",
"body": "cgroups: fix format size some/full (count_t is long long)",
"is_bot": false,
"headline": "Merge pull request #399 from GermanAizek/cgroups-fix-psiformat",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T15:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e74212ad1061fe4a77cdd1e07066e741b603bd7",
"body": "photosyst: fix incorrect format size fscanf (count_t is long long)",
"is_bot": false,
"headline": "Merge pull request #398 from GermanAizek/fix_strformat_sizes",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T15:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8252318e2039367740c3fb409f91cbd4b9ec4db",
"body": "…osyst\n\nphotosyst: prevent buffer overflow name only 64 length",
"is_bot": false,
"headline": "Merge pull request #397 from GermanAizek/prevent-buffer-overflow-phot…",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T15:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e4febad8a9117dde01f558e634c0c5b71b687d",
"body": null,
"is_bot": false,
"headline": "Verify pointer after malloc (#395)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T14:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acce432eea458e85238c97c4e392aea92097e57c",
"body": null,
"is_bot": false,
"headline": "Add reference to Atop Viewer desktop GUI",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T14:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ec9500e85fb7727e209de7e6328c47129a47aa5",
"body": null,
"is_bot": false,
"headline": "Proper handling of flags -r and -t with optional arg",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T14:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12bd953c4bc0edc35ded59f5452720ff74fb3753",
"body": null,
"is_bot": false,
"headline": "Adapt atopconvert for new release",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-07-10T12:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9afdf5bae0ace7a6aeef2b2b2a1cb090417902bc",
"body": null,
"is_bot": false,
"headline": "parseable: fix incorrect format 'total' (count_t is long long)",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-02T22:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eab992f88bcef2b91a119fcd5c3497ae345af43",
"body": "…s to fgets()",
"is_bot": false,
"headline": "atop: readrc does not handle if file cannot be opened and fp NULL goe…",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-02T13:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a90e927115eecfa1816b2e3eca6b688416e841",
"body": "- major/minor -> unsigned int\n- l3_cache_size -> int\n- llc->id -> unsigned char\n- ibc->lanes -> unsigned short",
"is_bot": false,
"headline": "photosyst: fix incorrect format types for sscanf",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-01T22:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f95c1abc576748eeeabd7e56a2e3f6623dc7478",
"body": null,
"is_bot": false,
"headline": "photosyst: fix forgetten limit 15 size for all strings sscanf",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-01T22:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "806773357d2a1d0041166af4d2e2f9536d9c0bfc",
"body": "tmp and nam have 64 size",
"is_bot": false,
"headline": "photosyst: prevent buffer overflow limit format 64 bytes",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-01T22:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "969e82a52f3e2615c7a0695c1d2f38f0d9f5999e",
"body": null,
"is_bot": false,
"headline": "cgroups: fix format size some/full (count_t is long long)",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-01T22:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec57b43f7b4f9d98820d2c14095aaae316bff1e",
"body": null,
"is_bot": false,
"headline": "photosyst: fix incorrect format size fscanf (count_t is long long)",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-01T21:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eba412d784e8fe0114a2a58d60fa3e175f8b3329",
"body": "'nam' is a char array of size 64. The sscanf format string \"%s\" maybe to be changed to \"%63s\" to prevent a buffer overflow.",
"is_bot": false,
"headline": "photosyst: prevent buffer overflow name only 64 length",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-07-01T21:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86a9d5d07371583d01e281885a6e7e2b41ac2104",
"body": null,
"is_bot": false,
"headline": "Removed debug statements",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-31T19:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f598d155e5829679c4f237e7372c6aa08c791cff",
"body": null,
"is_bot": false,
"headline": "Improved detection of modified CPU states",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-31T19:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e08f4393b522e44a3fa5201e0b3f6147de056dc",
"body": null,
"is_bot": false,
"headline": "Only produce parsable GPU output if supported",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-31T19:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d635645bb6b515a0a0ca6033308e424a6df60b",
"body": null,
"is_bot": false,
"headline": "Added sorting direction for processes",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-31T13:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce5e6ef3c10db5e8b294b27a375fe327b37be15",
"body": null,
"is_bot": false,
"headline": "Improved handling of online CPU detection",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-30T13:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19cc1df0717c88fe9c421ce3d80be74c47677ee",
"body": null,
"is_bot": false,
"headline": "Merge branch 'GermanAizek-tcc-compiler'",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-30T10:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80dbf3c6ac22e417d00382a3bc5e676bed70ef23",
"body": null,
"is_bot": false,
"headline": "Remove regex.h",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-30T10:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb82872f21d8bf88281b1b5dbe1bd24c1f41047c",
"body": null,
"is_bot": false,
"headline": "Changed STROFFSET into offsetof (GermanAizek)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-30T10:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657cbc3221bce8ad7bb021496eb0913210620d94",
"body": null,
"is_bot": false,
"headline": "Support for oom_score and oom_score_adj values",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-26T19:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e6bebc01d912d01e01749e99a7673f72dec5cd",
"body": null,
"is_bot": false,
"headline": "Consistent use of safe_strcpy() for entire program",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-08T11:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7163e5ffe0226a318f2a92e5a9d9fa62b8114d89",
"body": "When gathering the PIDs assigned to a cgroup, first the number\nof PIDs are counted in a separate loop to be able to malloc\nthe PID list. The overflow check for this PID list was not properly\nimplemented when filling the list afterwards.",
"is_bot": false,
"headline": "Solve race condition with cgroup PID list (#376)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-08T09:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e913dbdb4aa7026bcb2c7653f201861c8d021d1",
"body": null,
"is_bot": false,
"headline": "Safer string copies",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-02T10:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a541b254f39ac660e4590e9e0a12321be0be2d25",
"body": "atophide: replace to safe_strcpy for premature attention and safety",
"is_bot": false,
"headline": "Merge pull request #367 from GermanAizek/utsnode-origname-safestrcpy",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-02T09:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527e099e0c8befffd353fda663dab21bf6235a9b",
"body": "various: use safe_strcpy() for premature attention and safety",
"is_bot": false,
"headline": "Merge pull request #362 from GermanAizek/uidgid-safestrcpy",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-02T09:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec1a86c03ae27353c6f4e2c88dd9d3bdcebeaac3",
"body": "deviate: replace to safe_strcpy for premature attention and safety",
"is_bot": false,
"headline": "Merge pull request #369 from GermanAizek/deviat-safestrcpy",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-02T09:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aad0ef39318fe522a0f121a0a3685bb6d650076",
"body": "acctproc: use safe_strcpy() for premature attention and safety",
"is_bot": false,
"headline": "Merge pull request #363 from GermanAizek/pacctdir-safestrcpy",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-02T09:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e241e127821e55e5251cabc928e40f5f48a85277",
"body": "atop: use safe_strcpy() for premature attention and safety",
"is_bot": false,
"headline": "Merge pull request #361 from GermanAizek/stdin-safestrcpy",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-05-02T09:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1761936fca9471d62623363c87fb35363be1c9b2",
"body": "Clang, GCC, TCC, TDM-GCC successful building.\n\nMy experiments on 2 CPUs Xeon E5-2699v3 (72 threads):\nI am surprised by the compilation speed on TCC, as well as the resource consumption on monitoring\n- TCC 1s compilation\n- Clang 5s compilation\n- GCC 6s compialtion\n\nWiki: https://en.wikipedia.org/wiki/Tiny_C_Compiler\nOfficial site: https://bellard.org/tcc/",
"is_bot": false,
"headline": "Fix building atop for TCC compiler and others C compilers",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-05-02T04:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a6c35d4996075cc70b90f7475d51ae64245dc1",
"body": "A vertical green line at the left of the memory column shows the\navailable (i.e. reclaimable) memory for the categories 'free',\n'pagecache' and 'slab' in bar graph mode. This is a best-effort\ncategorized breakdown of the available memory value on system level.",
"is_bot": false,
"headline": "Show available memory per category in bar graph",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-04-18T10:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb0e46906cbf398c6224012434243fc51d7c029",
"body": "Extend MAXIBNAME to 20",
"is_bot": false,
"headline": "Merge pull request #371 from pizhenwei/ib-fix",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-04-11T11:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b3c5e0af913bb37ac967507965fce576946993",
"body": "On systems with more than 512 CPUs the parsing of the cpumap failed.\nThe modified implementation uses the MAXCPU definition instead of the\nseparate CPUMASK_SZ definition.\nApart from this change, long long variables are consistently used for\nthe CPU bitmap.",
"is_bot": false,
"headline": "Proper NUMA cpumap analysis for > 512 CPUs (#372)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-04-11T11:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818f5f26372063823fd6bf9fbbd3b491ecb13dba",
"body": null,
"is_bot": false,
"headline": "Modified text related to change of sort column",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-04-10T20:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a904f92e0d62388dc3dc2594e6a364a5ce42cd",
"body": null,
"is_bot": false,
"headline": "Update man page for enabling/disabling CPUs",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-03-26T10:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "284e222635f958f5c7d8ec5b3dd3dc089fa25864",
"body": "When CPUs have been enabled/disabled during an interval,\nthe perfevent file descriptors (two for each online CPU) have to\nbe closed and reopened. The detection to determine if this is\nnecessary has been improved by checking the number of online CPUs\nand a checksum that specifies which CPUs.",
"is_bot": false,
"headline": "Improved detection for changes in CPU config",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-03-26T08:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d827f513e8be4040c48cd77fa74eced8e6865d",
"body": "The IB device name may exceeds original 12 bytes, for example a RXE\ndevice: rxe_enp161s0np0 (16 bytes with null terminated)\nthen atop will read the truncated path:\n/sys/class/infiniband/rxe_enp161s/ports/1/rate\n\nhowever the correct path is:\n/sys/class/infiniband/rxe_enp161s0np0/ports/1/rate\n\nSo atop\n[…]\nbbec(\"Avoid divide by zero when InfiniBand rate is 0\")\nfixed the bottom part of *using* rate, and this change fixes the top\npart of *collecting* rate.\n\nSigned-off-by: zhenwei pi <zhenwei.pi@linux.dev>",
"is_bot": false,
"headline": "Extend MAXIBNAME to 20",
"author_name": "zhenwei pi",
"author_login": "pizhenwei",
"committed_at": "2026-03-25T23:18:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36f28ded51857250c44f9c5fa079f244712805d2",
"body": "Switching CPUs offline/online is properly handled now, as well\nas adding hotpluggable CPUs. A CPU dissapears from the list\nor bar graph when disabling the CPU and appears again when\nenabling the CPU.\n\nThe average CPU figures show mainly idle time whenever a\nCPU has been enabled/disabled during the interval, because\nthe kernel modifies the overall idle/wait ticks in that case.\n\nThe maximum number of CPUs is raised from 2048 to 4096.",
"is_bot": false,
"headline": "Properly handle offline CPUs (solves #261)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-03-25T15:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf4a4b5b2a6f937dc14853d5652c5000d6236c1",
"body": null,
"is_bot": false,
"headline": "Typo in man page for \"nwrit\": read() --> write()",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-03-24T14:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c161d10521fe9be542c2681b2d245a4d77ee5a",
"body": null,
"is_bot": false,
"headline": "Improved description of cgroup memory utilization in man page",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-03-13T11:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6efd2758fede0007bf54637ea897a7940979dda",
"body": "Frequency values that are smaller than 10GHz (was before: 1GHz) will\nstill be expressed in MHz in order to increase the precision by saving a\nposition for the decimal point.",
"is_bot": false,
"headline": "Increase precision of CPU frequency (solves #353)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-02-21T10:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccfa335d523ea1baea9904bd3a06aec3de4c68ab",
"body": "This change will help developers pay attention in the future if `deviat` buffers and code associated with it are changed",
"is_bot": false,
"headline": "deviate: replace to safe_strcpy for premature attention and safety",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-02-08T22:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dde98c830af001dcd65257bdf193d313d33daa1",
"body": "This change will help developers pay attention in the future if this buffers origname/utsname.nodename and code associated with it are changed",
"is_bot": false,
"headline": "atophide: replace to safe_strcpy for premature attention and safety",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-02-08T22:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff684ee80d8fbe6a7c188f4c679cb32b5423ab01",
"body": "This change will help you pay attention in the future if this buffers pacctdir and code associated with it are edited.",
"is_bot": false,
"headline": "acctproc: use safe_strcpy() for premature attention and safety",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-02-08T22:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8ac1fc958d792409b7bd64539b0c2522a98452",
"body": "This change will help you pay attention in the future if this buffers uid2name/gid2name and code associated with it are edited.",
"is_bot": false,
"headline": "various: use safe_strcpy() for premature attention and safety",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-02-08T22:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57dbad9f7fb7f8cb77ac8197ccc8e8374ffa1630",
"body": "This change will help you pay attention in the future if this buffer /dev/stdin and code associated with it are edited.",
"is_bot": false,
"headline": "atop: use safe_strcpy() for premature attention and safety",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-02-08T22:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e6c6fd95ccd47394ab6cfcb275e48d4046a130",
"body": "For container/pod names internally a length of 39 characters\nwill be reserved instead of 15. In this way longer names can\nbe handled in a better way, e.g. when cumulating the resource\nconsumption of the processes in different containers.\n\nThe container/pod name that will be displayed is still 15\ncharacters, but the first part of the name is shown instead\nof the last part. With parsable output and json output the full\nname is shown.",
"is_bot": false,
"headline": "Improved handling of container/pod name (#349)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-02-07T11:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbd2d93dccb9a7fc03a4a79cf14d0d85a81d9ca",
"body": "showlinux: replace memcpy concat to GNU/Linux standard stpcpy()",
"is_bot": false,
"headline": "Merge pull request #356 from GermanAizek/fix-concat",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-02-07T10:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336d8821f66757841dfa00751948c61ce7915cf1",
"body": "Documentation: https://linux.die.net/man/3/stpcpy",
"is_bot": false,
"headline": "showlinux: replace memcpy concat to GNU/Linux standard stpcpy()",
"author_name": "Herman Semenoff",
"author_login": "GermanAizek",
"committed_at": "2026-01-21T23:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0a6733b6dc9f73a41aa37230b1aeb0c0f9cb90a",
"body": "Although the writing atop process uses the writev() system call,\nthe writing of the sample header and the related compressed data\nis not written atomically. This means that the reading atop process\nmight give the message \"raw file is incomplete!\" when it checks if\nthe sample has been completely written. This has been solved by\nverifying the completeness repeatedly.",
"is_bot": false,
"headline": "Race condition in twin mode",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-01-14T21:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c1447d3941b588b554b05ae3f16ccf3ab5a878",
"body": null,
"is_bot": false,
"headline": "Proper scaling EUID/EGID for terminated process",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-01-06T16:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bca440de85ba74ef35e62e48d078693a60f8454",
"body": null,
"is_bot": false,
"headline": "Check limits of max user/group name (issue #341)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-01-05T16:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db7f74b6abbcf7a0d744f693cc75e28103ac09c7",
"body": "When using the -i flag it is possible to show full user names and\nfull group names for the columns EUID (effective UID), RUID (real UID),\nEGID (effective GID) and RGID (real GID).\nWhen this flag is not used, the mentioned columns have a fixed width\nof 8 characters.",
"is_bot": false,
"headline": "Show full user names and group names (solves #341)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2026-01-05T15:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d51a1b574b5251c760e35f1608fc80b755d79b5d",
"body": null,
"is_bot": false,
"headline": "Correct speedin/speedout (4-byte portions) #354",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-27T11:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d92ea4b6a758d4090bdd529e93f971c38a18081",
"body": null,
"is_bot": false,
"headline": "Correct description of NFS counters (issue #348)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-27T11:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d3c4686ea5ce16a24a421ffe47c84bc00ecc02",
"body": null,
"is_bot": false,
"headline": "Determine maximum user/group name size",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-27T10:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "602d4ebea312d74b91935a40e5db212420727e60",
"body": null,
"is_bot": false,
"headline": "Minor cosmetic updates",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-22T10:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237b75b7b6d6bd57987145edd01466d268544ab0",
"body": null,
"is_bot": false,
"headline": "Removed double \"number of passive TCP opens\" from man page",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-22T10:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1856d4f6b2b2274256cbfd04b4592ae41bf28bfa",
"body": "When the -I flag is used or when a numerical UID/GID can not be\nconverted into a user/group name, the numerical UID/GID should\nbe sorted correctly. This means that e.g. UID 31 should be sorted\nbefore UID 181 in case of ascending order and not behind (because\nit starts with '3' compared to '1').",
"is_bot": false,
"headline": "Correct sorting of numerical UID/GID (#352)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-13T08:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2525e46f36494bc5dd55c48cc5ce864ec83758",
"body": null,
"is_bot": false,
"headline": "Rephrase warning for disk usage on process level",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-06T10:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c8b45f6310032afab9269ae82c62f0177c27a8",
"body": null,
"is_bot": false,
"headline": "Correct key usage o/O (#352)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-06T09:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a910ea67916dd91e83226d06ca98d29797451d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'column_sort'",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-06T08:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00a69ccacbd6f1202f771ef19b3a376c464a89d",
"body": "Allow the process list to be sorted on any column, instead of only\ncpu (C), memory (M), disk (D), network (N) or gpu (E) utilization\npercentage. With the key 'O' a column name can be entered (case\ninsensitive) that is part of the current process view -- either\nvisible or invisible -- and a choice can be made to sort ascending\nor descending. The current sort column (if visible) will be\nhighlighted.\n\nThe key 'A' (automatically sort on the most utilized resource)\nis not supported any more.",
"is_bot": false,
"headline": "Allow sorting of process list on any column (#352)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-12-06T08:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd09432a277cd58836afdeb30d071509af78ed7",
"body": "Fix tmpfs calculation for memory bargraph",
"is_bot": false,
"headline": "Merge pull request #347 from shinderuk/master",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-10-25T08:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caaf5d18ba104587654f4b09e135162c67cd9148",
"body": null,
"is_bot": false,
"headline": "Merge branch 'clan-gpu'",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-10-25T08:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd955b19ad0bf09c9e621f01ec70d1c02b83326a",
"body": null,
"is_bot": false,
"headline": "Fork before creating threads",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-10-25T08:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175ac96ceece01a6eff789ddc4b5c0a5b6179c9b",
"body": "When atop is terminated and restarted right away (like in the\ncase of 'systemctl restart atop') two samples might get same timestamp.\nThis should be allowed when extending an existing raw log.\n\nApart from that, only a check is done on the cgroup version (v2)\nof the existing raw log instead of checking on all features.",
"is_bot": false,
"headline": "Allow samples with same timestamp in rawlog (#346)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-10-13T12:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "044ed96eab1a42ad936bf516b2d2e25c5eb9d705",
"body": null,
"is_bot": false,
"headline": "Merge branch 'gpurenew'",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-10-13T11:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c98b9e3dd489f27dc231abf12e4bc29a1c76052",
"body": "Statistics collector 'atopgpud' for NVIDIA GPUs also gathers\nstatistics for graphical use by processes instead of only for\ncomputational use by processes.\nThere is no need any more to run 'atopgpud' with root privileges\n(i.e. special capabilities).\nThe loop timing is more adequate now to sample exactly every second.\n\nThe output of 'atop' has been slightly changed (interactively for\nkey 'e' and extended parsable output).",
"is_bot": false,
"headline": "Improve GPU statistics gathering (issue #350)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-10-13T11:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9a1a7b98d15b25c6bfdf6cbfe75c8b8cc00d46",
"body": "Revert \"Bug solution: convert shmrssreal to pages before use\"\nThis reverts commit 00d79f6636cde7742df29ca04596d6feb474c6c6.",
"is_bot": false,
"headline": "Fix tmpfs calculation for memory bargraph",
"author_name": "Sergey Shinderuk",
"author_login": null,
"committed_at": "2025-09-05T10:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c861f5bdbfa8655cbbb6e6858374ea328f48358e",
"body": "Use a UNIX domain socket for communication between atop and atopgpud\ninstead of a TCP port (opened for all interfaces).",
"is_bot": false,
"headline": "UNIX domain socket to connect to atopgpud (#339)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-08-24T11:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1bebd02807835c84ceaeba5da8c495f7d85a539",
"body": null,
"is_bot": false,
"headline": "Improved description of counter BDELAY in man page",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-07-08T18:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4b7240e1007e20c412af783983658c73f72d992",
"body": null,
"is_bot": false,
"headline": "Prepare version 2.12",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-06-14T10:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e922b4e0f31d35ba6a420bbfcb8a219d690b861d",
"body": null,
"is_bot": false,
"headline": "Remove unused function definition",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-06-14T08:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f40a3330aa326a15d5497b59e4b81386f7814e9",
"body": null,
"is_bot": false,
"headline": "Improved error messages",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-06-14T07:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc059ccb18a4bc67429c588995b14c727bdf0e4",
"body": "command-line may contain a carriage return",
"is_bot": false,
"headline": "Merge pull request #343 from jbd/patch-1",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-06-09T18:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9528f60c00deef4df413c09c99607f5d6d1559c4",
"body": "Occasionally tolerate that the number of threads can be 1 or 2\nsmaller than the number of processes due to a possible race condition\nwhile gathering both amounts. This situation might specifically occur\nin the early boot phase when only single-threaded processes are running.",
"is_bot": false,
"headline": "Occasional difference threads vs processes (issue #342)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-06-09T18:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "298f8fbffe65135c0a03d9ab6844c5afba264640",
"body": "We have some issue when /proc/[pid]/cmdline contains a carriage return (don't ask why). It messes up atop output, whether it is interactive or parsable. \r\n\r\nLet's convert it to space like the null-bytes, linefeed and tabs.",
"is_bot": false,
"headline": "command-line may contain a carriage return",
"author_name": "Jean-Baptiste Denis",
"author_login": "jbd",
"committed_at": "2025-06-05T13:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861e8e60bbb88bf7d5447ef84018b883b8f0f901",
"body": "The definition of the use of zswap should be stored\nin the raw log instead of checking this on the system\non which the raw log is shown.",
"is_bot": false,
"headline": "Definition of zswap usage in raw log",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-06-02T10:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1cd60fc7b432869150072d6b38288aae6f369e",
"body": "The definition of the use of real NUMA (versus fake NUMA) should\nbe stored in the raw log instead of checking this on the system\non which the raw log is shown.",
"is_bot": false,
"headline": "Definition of real NUMA in raw log",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-31T13:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e7bbec262ef84f99497264058fda723b81d9ac",
"body": null,
"is_bot": false,
"headline": "Avoid divide by zero when InfiniBand rate is 0",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-31T12:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a37b3d1a8a7dbe9b8cacabf01ec985b6f1e1770",
"body": null,
"is_bot": false,
"headline": "Update comment about structure of raw log",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-31T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63377ebd3839c5c5b5659f4ba3ad80e20757b116",
"body": null,
"is_bot": false,
"headline": "Add maxlineifb, maxlinenuma and maxlinellc",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-25T17:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7540b772dfa63dc3d2b9063af67d418020f27db",
"body": "In case of fake NUMA (which is used e.g. in case of Raspberry Pi 5)\nno NUMA-specific stats will be shown. Usually two lines are shown\nfor every NUMA node which is a waste of screen lines for fake NUMA\nsystems.\n\nAlso a related buffer overflow and many potential buffer\noverflows have been corrected.",
"is_bot": false,
"headline": "Recognize fake NUMA (also solves #74)",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-25T17:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5acb32437d80ccb8b7d7293c31802521c6084b2",
"body": null,
"is_bot": false,
"headline": "Remove atophide executable with make clean",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-22T13:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9448449cb88e526f749f26d79347716ea5f064fc",
"body": null,
"is_bot": false,
"headline": "Removed explicit prototype for getresuid",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-12T12:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9b68a916cf58dd5dd93d99dd745cd75345dde8",
"body": null,
"is_bot": false,
"headline": "Forbid concatenate cgroups/nocgroups combi",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-10T12:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2303567d4353dacfe5ed908cc813af91816aa41f",
"body": null,
"is_bot": false,
"headline": "More sanity checks before extending raw log",
"author_name": "Gerlof Langeveld",
"author_login": "Atoptool",
"committed_at": "2025-05-09T09:31:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 83,
"latest_release_at": "2026-07-19T09:29:23Z",
"latest_release_tag": "v2.13.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 23,
"days_since_latest_release": 7,
"mean_days_between_releases": 185.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 128,
"stars": 1039,
"watchers": 26,
"fork_history": {
"days": [
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-10-07",
"count": 1
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-08",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-08-13",
"count": 3
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-05-30",
"count": 1
},
{
"date": "2021-06-03",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-15",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-12-17",
"count": 3
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-10-01",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-10-03",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-03-12",
"count": 2
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
}
],
"complete": true,
"collected": 114,
"total_forks": 128
},
"star_history": null,
"open_issues_and_prs": 61
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 133077,
"source_files_sampled": 77,
"oversized_source_files": 9,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 32,
"merged_prs": 126,
"open_issues": 29,
"closed_ratio": 0.851,
"closed_issues": 165,
"closed_unmerged_prs": 54
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Atoptool",
"commits": 784,
"avatar_url": "https://avatars.githubusercontent.com/u/26671887?v=4"
},
{
"type": "User",
"login": "pizhenwei",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/5586500?v=4"
},
{
"type": "User",
"login": "ShirleyFei",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/30592411?v=4"
},
{
"type": "User",
"login": "GermanAizek",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/21138600?v=4"
},
{
"type": "User",
"login": "natoscott",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/960510?v=4"
},
{
"type": "User",
"login": "liutingjieni",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/46086382?v=4"
},
{
"type": "User",
"login": "rpungartnik",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/12396380?v=4"
},
{
"type": "User",
"login": "ton31337",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3352707?v=4"
},
{
"type": "User",
"login": "ffontaine",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1485263?v=4"
},
{
"type": "User",
"login": "jubnzv",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/12023585?v=4"
}
],
"contributors_sampled": 34,
"top_contributor_share": 0.851
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 8/22 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "09c3266865d91adabd7382158faf7ee551bf1be7",
"ran_at": "2026-07-27T05:09:15Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 7,
"created_at": "2017-09-06T12:15:37Z",
"last_comment_at": "2017-09-25T19:52:34Z",
"last_comment_author": "Atoptool"
},
{
"number": 30,
"created_at": "2018-04-24T16:34:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2019-07-08T17:53:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 88,
"created_at": "2019-12-05T08:59:03Z",
"last_comment_at": "2020-06-17T00:16:24Z",
"last_comment_author": "liu-song-6"
},
{
"number": 126,
"created_at": "2020-08-11T07:18:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 175,
"created_at": "2021-11-09T11:03:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 191,
"created_at": "2022-03-01T13:06:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 218,
"created_at": "2022-12-07T09:43:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 240,
"created_at": "2023-02-23T10:46:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 253,
"created_at": "2023-03-14T11:55:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 257,
"created_at": "2023-04-23T08:51:17Z",
"last_comment_at": "2023-04-27T03:55:52Z",
"last_comment_author": "natoscott"
},
{
"number": 270,
"created_at": "2023-07-06T10:10:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 273,
"created_at": "2023-07-17T13:20:02Z",
"last_comment_at": "2023-07-17T13:44:06Z",
"last_comment_author": "liutingjieni"
},
{
"number": 328,
"created_at": "2025-03-12T02:22:43Z",
"last_comment_at": "2026-07-15T22:34:39Z",
"last_comment_author": "natoscott"
},
{
"number": 359,
"created_at": "2026-01-28T08:58:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 360,
"created_at": "2026-01-31T16:47:36Z",
"last_comment_at": "2026-01-31T23:39:58Z",
"last_comment_author": "natoscott"
},
{
"number": 370,
"created_at": "2026-03-04T11:44:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 374,
"created_at": "2026-04-17T16:27:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 379,
"created_at": "2026-05-17T23:17:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 381,
"created_at": "2026-05-27T03:56:23Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-10T16:16:24Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 10,
"created_at": "2017-10-07T12:37:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2017-11-17T14:51:00Z",
"last_comment_at": "2022-04-24T11:51:40Z",
"last_comment_author": "Zugschlus"
},
{
"number": 14,
"created_at": "2017-11-17T15:02:33Z",
"last_comment_at": "2021-12-19T20:03:54Z",
"last_comment_author": "Zugschlus"
},
{
"number": 19,
"created_at": "2017-12-04T23:40:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2018-07-11T12:17:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 34,
"created_at": "2018-08-21T03:38:46Z",
"last_comment_at": "2024-03-11T21:16:27Z",
"last_comment_author": "er013"
},
{
"number": 40,
"created_at": "2018-10-19T10:47:42Z",
"last_comment_at": "2019-01-22T11:04:21Z",
"last_comment_author": "axon-consultancy"
},
{
"number": 45,
"created_at": "2018-12-26T19:54:35Z",
"last_comment_at": "2025-08-19T02:55:41Z",
"last_comment_author": "mc0e"
},
{
"number": 46,
"created_at": "2019-01-02T15:18:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2019-02-27T06:52:54Z",
"last_comment_at": "2019-07-05T09:11:37Z",
"last_comment_author": "GertBurger"
},
{
"number": 84,
"created_at": "2019-11-05T07:40:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2020-01-10T15:49:12Z",
"last_comment_at": "2020-01-21T14:11:38Z",
"last_comment_author": "gleventhal"
},
{
"number": 101,
"created_at": "2020-02-24T15:32:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 106,
"created_at": "2020-04-17T04:24:30Z",
"last_comment_at": "2021-05-01T20:56:36Z",
"last_comment_author": "perkinslr"
},
{
"number": 113,
"created_at": "2020-05-21T17:17:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2020-07-10T13:25:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 119,
"created_at": "2020-07-10T13:28:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 143,
"created_at": "2020-12-29T14:44:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 197,
"created_at": "2022-05-19T17:06:14Z",
"last_comment_at": "2022-08-15T11:32:36Z",
"last_comment_author": "xpufx"
},
{
"number": 207,
"created_at": "2022-08-13T20:28:42Z",
"last_comment_at": "2023-01-24T18:33:47Z",
"last_comment_author": "Zugschlus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Atoptool/atop",
"host": "github.com",
"name": "atop",
"owner": "Atoptool"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 38,
"vitality": 78,
"community": 63,
"governance": 49,
"engineering": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 83,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 23
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "23/52 weeks with commits",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 23
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "83 commits in the last year",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 83
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v2.13.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 185.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~185.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 185.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"forks": 128,
"stars": 1039,
"watchers": 26,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,039 stars",
"points": 48.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1039
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "128 forks",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 128
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "26 watchers",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 26
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 34,
"top_contributor_share": 0.851
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 85% of commits",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "34 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 34
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 126,
"open_issues": 29,
"closed_issues": 165,
"issue_closed_ratio": 0.851,
"closed_unmerged_prs": 54
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "85% of issues closed",
"points": 39.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 85
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "126/180 decided PRs merged",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 126,
"decided": 180
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/22 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"followers": 35,
"owner_type": "User",
"is_verified": null,
"owner_login": "Atoptool",
"public_repos": 1,
"account_age_days": 3410
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "35 followers of Atoptool",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 35,
"login": "Atoptool"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~9 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 25,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"monitor",
"monitor-performance",
"system-monitoring",
"process-monitoring",
"atop",
"linux",
"performance-analysis",
"processor-utilization",
"disk-utilization",
"memory-utilization",
"network-utilization",
"resource-consumption",
"docker",
"gpu-monitoring",
"infiniband-monitoring"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "15 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 15
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/22 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.61,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "61 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 32.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 133077,
"source_files_sampled": 77,
"oversized_source_files": 9
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "9/77 source files over 60KB",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 77,
"oversized": 9
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T05:09:37.941130Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/Atoptool/atop.svg",
"full_name": "Atoptool/atop",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}