Commit Graph

  • cbd528875a
    Merge pull request #1498 from chouquette/fix_linux_mem_metrics shirou 2023-08-08 21:58:18 +0900
  • 8181a441a8
    mem: linux: fix vmstat field names #1498 Hugo Beauzée-Luyssen 2023-08-08 13:53:23 +0200
  • 78feb45202
    Merge pull request #1496 from shirou/dependabot/go_modules/golang.org/x/sys-0.11.0 shirou 2023-08-07 12:26:33 +0900
  • 9d8e56e0f7
    chore(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 #1496 dependabot[bot] 2023-08-07 01:41:42 +0000
  • 31d6b3089d
    Merge pull request #1495 from kishen-v/powerISACheck shirou 2023-08-05 22:57:57 +0900
  • 0b4d681d64
    Merge pull request #1488 from Lomanic/issue1485 v3.23.7 shirou 2023-07-30 10:26:00 +0900
  • 63e0b63ab8 Enable setting of vendor and related information for all Power versions #1495 Kishen V 2023-07-24 18:21:59 +0530
  • 88643243f1 accidentally removed the build flags for darwin/arm64, re-adding. Chris Swanson 2023-07-16 14:14:54 -0700
  • e5bae9f02e fix for m1 mac. Chris Swanson 2023-07-16 13:30:59 -0700
  • c43eaea6a7
    Merge pull request #1492 from shirou/dependabot/github_actions/actions/labeler-4.3.0 shirou 2023-07-11 16:47:03 +0900
  • 9421df8699
    chore(deps): bump actions/labeler from 4.2.0 to 4.3.0 #1492 dependabot[bot] 2023-07-11 01:42:30 +0000
  • 8b96d2e9e2 [process][posix] Realign process.Name() with python psutil to return same value on python3 scripts processes #1488 Lomanic 2023-07-01 14:51:27 +0200
  • 5081a3dcf9
    Merge pull request #1486 from elfranne/patch-1 shirou 2023-07-08 23:06:15 +0900
  • 042e63609b
    Merge pull request #1489 from shirou/dependabot/go_modules/golang.org/x/sys-0.10.0 shirou 2023-07-05 21:14:53 +0900
  • 99c67a47e2
    chore(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 #1489 dependabot[bot] 2023-07-05 01:47:25 +0000
  • c0f3eb1dfb [process] Remove all noisy and useless Test_AllProcesses_X tests Lomanic 2023-07-01 14:40:54 +0200
  • f08589cdac
    Merge pull request #1487 from shirou/dependabot/github_actions/actions/labeler-4.2.0 v3.23.6 shirou 2023-06-30 19:13:44 +0900
  • 3a5aa800b7
    chore(deps): bump actions/labeler from 4.1.0 to 4.2.0 #1487 dependabot[bot] 2023-06-30 01:32:12 +0000
  • b41de48761
    cpu_percent and memory_percent update #1486 Elfranne 2023-06-29 13:40:34 +0200
  • a3b0f42053
    backward compatible `strings.Cut` #1477 Paul Cacheux 2023-06-26 14:23:49 +0200
  • ca87d805ca
    use `strings.Cut` Paul Cacheux 2023-06-26 14:21:15 +0200
  • 547c54e758
    compute fields only if needed Paul Cacheux 2023-06-26 14:14:57 +0200
  • 6dbc2f74f9
    rework reading algorithm Paul Cacheux 2023-06-12 21:06:38 +0200
  • a00bb680a9
    improve allocation pattern Paul Cacheux 2023-06-12 18:18:47 +0200
  • 81e9c1170f
    use scanner instead of reading the whole file ahead of file Paul Cacheux 2023-05-31 17:16:48 +0200
  • 1c0ca0267e
    extract `getBlock` from `MemoryMapsWithContext` Paul Cacheux 2023-05-31 17:11:10 +0200
  • d000822fe9
    add benchmark Paul Cacheux 2023-06-12 18:16:11 +0200
  • ebbaed991c fixed more lint errors #1473 a-pichler 2023-06-14 17:14:03 +0200
  • 31ba1ce227 fixed lint errors a-pichler 2023-06-14 16:57:02 +0200
  • e3ebd5fca6 fixed test and pointer error a-pichler 2023-06-14 16:22:52 +0200
  • fb83fb22d6
    Merge pull request #1483 from shirou/dependabot/github_actions/golangci/golangci-lint-action-3.6.0 shirou 2023-06-13 23:15:41 +0900
  • 88f1b71f94
    Merge pull request #1482 from shirou/dependabot/github_actions/actions/checkout-3.5.3 shirou 2023-06-13 23:15:30 +0900
  • 8ea3154004
    Merge pull request #1484 from shirou/dependabot/go_modules/golang.org/x/sys-0.9.0 shirou 2023-06-13 23:13:28 +0900
  • ddec0d359d
    chore(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 #1484 dependabot[bot] 2023-06-13 01:58:24 +0000
  • e50406fcca
    chore(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 #1483 dependabot[bot] 2023-06-13 01:57:42 +0000
  • 4eccb7db0e
    chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 #1482 dependabot[bot] 2023-06-12 01:58:35 +0000
  • efe7a95f41
    Merge pull request #1480 from gabibguti/master shirou 2023-06-10 13:03:22 +0900
  • d500d42a34 [process][linux]: use fillFromStatusWithContext on MemoryInfo #871 shirou 2023-06-10 02:23:23 +0000
  • 147902f4cb
    Ref actions by commit SHA in test.yml #1480 Gabriela Gutierrez 2023-06-07 17:07:16 -0300
  • 404301103d
    Ref actions by commit SHA in shellcheck.yml Gabriela Gutierrez 2023-06-07 17:05:55 -0300
  • 346f7bc0fd
    Ref actions by commit SHA in sbom_generator.yml Gabriela Gutierrez 2023-06-07 17:03:30 -0300
  • f6afa2b95f
    Ref actions by commit SHA in release.yml Gabriela Gutierrez 2023-06-07 16:58:50 -0300
  • 0f90ed4833
    Ref actions by commit SHA in lint.yml Gabriela Gutierrez 2023-06-07 16:58:00 -0300
  • 2d8c888a00
    Ref actions by commit SHA in labeler.yml Gabriela Gutierrez 2023-06-07 16:53:15 -0300
  • 7865eebd82
    Ref actions by commit SHA in build_test.yml Gabriela Gutierrez 2023-06-07 16:51:26 -0300
  • e78b8bac21 fixed darwin test and gcied net_freebsd.go a-pichler 2023-06-07 15:40:23 +0200
  • 37be0496ae fixed linux index and darwin test errors a-pichler 2023-06-07 14:31:44 +0200
  • 1754b8155d
    Merge pull request #1478 from shirou/feature/add_doc_about_ctx shirou 2023-06-04 17:32:49 +0900
  • 341d501dce add(README): add passing context value document #1478 shirou 2023-06-04 08:11:13 +0000
  • 5a20eac3c7
    Merge pull request #1476 from shirou/dependabot/go_modules/github.com/stretchr/testify-1.8.4 shirou 2023-06-04 16:20:05 +0900
  • 607d540769
    Merge pull request #1439 from atoulme/override_env shirou 2023-06-04 16:14:52 +0900
  • b712e59295 fix more linting reports #1439 Antoine Toulme 2023-06-03 14:17:16 -0700
  • 842e4da755 apply code review Antoine Toulme 2023-06-02 00:52:01 -0700
  • 35657e3262 add more env keys Antoine Toulme 2023-05-26 16:00:56 -0700
  • 177e1b1982 remove deprecation comments Antoine Toulme 2023-05-26 15:58:08 -0700
  • fe1caf758c lint fixes Antoine Toulme 2023-05-26 15:57:41 -0700
  • 0cbdf257ab change to use a typed map per code review Antoine Toulme 2023-05-26 15:53:58 -0700
  • 5b9212e240 move the Env key out of internal packages Antoine Toulme 2023-04-14 22:05:58 -0700
  • 38b94668ea allow to pass context values to override environment variables Antoine Toulme 2023-03-25 23:14:49 -0700
  • 3081c11f1d
    chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 #1476 dependabot[bot] 2023-05-31 01:58:23 +0000
  • 4ab127115a
    Merge 4010867514 into 32e8a92ad6 #1465 Teeoo 2023-05-30 02:51:47 +0000
  • 4010867514
    🐛 fix: The package import under the win platform is incorrect #1465 Teeoo 2023-05-30 10:51:43 +0800
  • 291a39c88c
    Merge branch 'shirou:master' into master Teeoo 2023-05-30 10:13:34 +0800
  • 5fdaa7a0bc 🐛 fix: lint teeoo 2023-05-30 10:07:19 +0800
  • 32e8a92ad6
    Merge pull request #1475 from shirou/feature/fix_potential_leak_on_common_sleep v3.23.5 shirou 2023-05-29 22:56:32 +0900
  • 3e789a459a [common]: fix potential leak on Sleep. #1475 shirou 2023-05-28 12:32:10 +0000
  • 03ae19bea8
    Merge pull request #1472 from powersj/fix/writeback shirou 2023-05-25 22:32:57 +0900
  • 194e6e2edc
    Merge pull request #1467 from shirou/dependabot/go_modules/github.com/yusufpapurcu/wmi-1.2.3 shirou 2023-05-25 12:08:55 +0900
  • 5537690141
    chore(deps): bump github.com/yusufpapurcu/wmi from 1.2.2 to 1.2.3 #1467 dependabot[bot] 2023-05-25 02:37:56 +0000
  • 1983d2b908
    Merge pull request #1468 from shirou/dependabot/go_modules/github.com/stretchr/testify-1.8.3 shirou 2023-05-25 11:37:03 +0900
  • af1533d118 Implemented interface speed for win, linux, darwin, bsd a-pichler 2023-05-24 16:50:12 +0200
  • d3f2be5a23 Implemented interface speed for win, linux, darwin, bsd a-pichler 2023-05-24 16:50:12 +0200
  • d71f0022a1 fix(mem): Correct capitalization of linux writeback #1472 Josh Powers 2023-05-24 08:03:03 -0600
  • fd69d68f44
    chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 #1468 dependabot[bot] 2023-05-19 01:58:28 +0000
  • 72476915da feature: realize mac \& win to obtain the disk model teeoo 2023-05-15 10:49:43 +0800
  • 7c610c5037
    Merge pull request #1462 from cuishuang/master shirou 2023-05-13 12:12:18 +0900
  • 91248fa22e refactor: optimize the process.Percent function #1464 Percival 2023-05-11 15:04:10 +0800
  • e69a4cc9a8 normalize-cpu-value: Divide cpu by CPUTick #1463 Hao Wei Goh 2023-05-10 23:51:51 +0000
  • 9aa4e7a744 fix some comments #1462 cui fliter 2023-05-09 16:42:07 +0800
  • e045dc75ca
    Merge pull request #1460 from shirou/dependabot/go_modules/github.com/shoenig/go-m1cpu-0.1.6 shirou 2023-05-05 21:16:32 +0900
  • d67461898b
    Merge pull request #1459 from shirou/dependabot/go_modules/golang.org/x/sys-0.8.0 shirou 2023-05-05 21:16:12 +0900
  • 9c692e250e
    chore(deps): bump github.com/shoenig/go-m1cpu from 0.1.5 to 0.1.6 #1460 dependabot[bot] 2023-05-05 01:58:43 +0000
  • 61afc551e2
    chore(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 #1459 dependabot[bot] 2023-05-05 01:58:38 +0000
  • 1534e02834
    docs: update readme #1457 rare-magma 2023-04-30 17:08:39 +0200
  • 11b4cfe9bd
    refactor: remove resource name from function rare-magma 2023-04-30 17:03:23 +0200
  • 78393249be
    test: add cpu/mem pressure tests rare-magma 2023-04-30 16:58:30 +0200
  • 67a4a444c0
    test: add cpu/mem pressure test data rare-magma 2023-04-30 16:58:16 +0200
  • f848bad593
    feat: use pressure parser for cpu, disk, mem rare-magma 2023-04-30 16:57:47 +0200
  • 543f22c44e
    feat: add pressure parser to common_linux rare-magma 2023-04-30 16:57:19 +0200
  • db89d12010
    Merge pull request #1453 from Juneezee/refactor/errors.Is v3.23.4 shirou 2023-04-29 00:59:48 +0900
  • 84a00daed3 process: implement NumFDs for Windows #1454 braydonk 2023-04-27 15:57:45 +0000
  • 0439039205
    refactor(process): compare error with `errors.Is` #1453 Eng Zer Jun 2023-04-24 15:00:01 +0800
  • e5454d1933 Rename dependencies and delete unused files #1452 Ricardo Nunes 2023-04-20 20:30:31 +0100
  • 17fac7cbba
    Merge pull request #1450 from gabibguti/master shirou 2023-04-16 18:46:34 +0900
  • 2d2db8fee9
    Create SECURITY.md #1450 Gabriela Gutierrez 2023-04-13 10:34:56 -0300
  • 10f213c448
    Merge pull request #1448 from shirou/dependabot/github_actions/actions/upload-artifact-3.1.2 shirou 2023-04-07 11:05:53 +0900
  • d6ee47e5dc
    chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 #1448 dependabot[bot] 2023-04-07 01:57:53 +0000
  • cf428f8c72
    Merge pull request #1443 from mmorel-35/linter shirou 2023-04-06 23:11:29 +0900
  • 755bcab7b9
    Update branch of sbom_generator.yml shirou 2023-04-06 23:10:05 +0900
  • 21a646bd82
    Merge pull request #1447 from shirou/feature/add_sbom_github_actions shirou 2023-04-06 22:50:27 +0900