I did a search for this but wasn’t able to see anyone else have the same problem, so I’m probably doing something stupid.
If I print out the /system/resources I get a whole bunch of data.
However, if I try to get any of these individual bits of data I get no results:
[spynappels@Office Router] > system/resource/print
uptime: 1d23h55m46s
version: 7.1 (testing)
build-time: Dec/01/2021 14:07:27
factory-software: 6.44.6
free-memory: 22.4MiB
total-memory: 64.0MiB
cpu: MIPS 24Kc V7.4
cpu-count: 1
cpu-frequency: 850MHz
cpu-load: 2%
free-hdd-space: 3848.0KiB
total-hdd-space: 16.0MiB
write-sect-since-reboot: 3584
write-sect-total: 130233
bad-blocks: 0%
architecture-name: mipsbe
board-name: hEX lite
platform: MikroTik
[spynappels@Office Router] > system/resource/get cpu-load
[spynappels@Office Router] >
I was under the impression that a get should work, I would like to use the specific cpu-load value in a script, but it seems to not work for me.
I have the same issue on a mmips hEX (RB750Gr3) also running 7.1(testing), so it’s not just happening on a single device.
Any ideas?