Like in subject ?!
I need a stat of CPU (and memory [RAM]) load ?
How to do this ?
Is something like this what you want: ?
:put [/system resource get cpu-load]
:put [/system resource get free-memory]
–Eric
not execly..
I need to have, a graph stat’s, to make monitoring a load-pcu, and look some times how it work for example 3 days ago …
The internal graphing system, perhaps?
/tool graphing resource add allow-address="your.management/net" store-on-disk=yes
Then looking at: http://“your.router”/graphs/
Or, MRTG looking at these OIDs: ?
uptime: .1.3.6.1.2.1.1.3.0
total-hdd-space: .1.3.6.1.2.1.25.2.3.1.5.1
used-hdd-space: .1.3.6.1.2.1.25.2.3.1.6.1
total-memory: .1.3.6.1.2.1.25.2.3.1.5.2
used-memory: .1.3.6.1.2.1.25.2.3.1.6.2
cpu-load: .1.3.6.1.2.1.25.3.3.1.2.1
–Eric