Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 26, 2020 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1bdf9537999c5ae370260b370d4a0867 to your computer and use it in GitHub Desktop.
Save r-ryantm/1bdf9537999c5ae370260b370d4a0867 to your computer and use it in GitHub Desktop.
/nix/store/3nijk82kyddk0929ndhrmis3vcakqy0q-numactl-2.0.14
├── bin
│   ├── memhog
│   ├── migratepages
│   ├── migspeed
│   ├── numactl
│   ├── numademo
│   └── numastat
├── include
│   ├── numacompat1.h
│   ├── numa.h
│   └── numaif.h
├── lib
│   ├── libnuma.la
│   ├── libnuma.so -> libnuma.so.1.0.0
│   ├── libnuma.so.1 -> libnuma.so.1.0.0
│   ├── libnuma.so.1.0.0
│   └── pkgconfig
│   └── numa.pc
└── share
└── man
├── man2
│   └── move_pages.2.gz
├── man3
│   └── numa.3.gz
└── man8
├── memhog.8.gz
├── migratepages.8.gz
├── migspeed.8.gz
├── numactl.8.gz
└── numastat.8.gz
9 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment