You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ls -lh myagent.snmpwalk
-rw-rw-r-- 1 mstupalov mstupalov 221M Jun 9 12:41 myagent.snmpwalk
when try convert to snmprec, datafile script killed by unknown reason (probably memory lost):
$ datafile.py --ignore-broken-records --escaped-strings --source-record-type=snmpwalk --input-file=myagent.snmpwalk --output-file=myagent.snmprec
# Input file #0, processing records from the beginning till the end
Killed
The text was updated successfully, but these errors were encountered:
Funny..
Of course "Killed" is a OS message, when memory ran out.
I was able to convert the file, breaking it into 4 parts..
But I not think this is correct way, need to check the work with memory and cleaning at runtime.
Just for sure, I tried to run without additional parameters (--ignore-broken-records --escaped-strings), with the same result.
I have big snmpwalk dump:
when try convert to snmprec, datafile script killed by unknown reason (probably memory lost):
The text was updated successfully, but these errors were encountered: