13.02.2019 1:42, Mark Johnston wrote: >> Yes, I have debugger compiled into running kernel and have console access. >> What commands should I use? > > I meant kgdb(1). If you can run that, try: > > (kgdb) p time_uptime > (kgdb) p lowmem_uptime > > If you are willing to drop the system into DDB, do so and run > > db> x time_uptime > db> x lowmem_uptime
I will reach the console next day only. Is it wise to use kgdb over ssh for running remote system? :-) _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"