Community database of CPUs and their Bogomips
Loading...
| Model Name | Model | Bogomips |
|---|---|---|
| Loading... | ||
To add your CPU data, run this command:
curl -s https://stuck-leech.holacloud.app/data -X POST -H "Content-Type: application/json" -d "{\"model_name\":\"$(grep 'model name' /proc/cpuinfo | head -1 | cut -d: -f2 | xargs)\",\"model\":\"$(grep 'model' /proc/cpuinfo | head -1 | cut -d: -f2 | xargs)\",\"bogomips\":$(grep 'bogomips' /proc/cpuinfo | head -1 | cut -d: -f2 | xargs)}"