Created
May 28, 2010 15:09
-
-
Save KristianLyng/417274 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assert error in do_curses(), varnishstat_curses.c line 218: | |
| Condition((mvprintw(line, 0, "%12ju %12.2f %12.2f %s\n", ju, (ju - (intmax_t)pt->ref)/lt, ju / up, pt->name)) != ERR) not true. | |
| Aborted | |
| root@tristran:~# varnishlog | |
| varnishlog: vsl.c:265: VSL_OpenLog: Assertion `sha != ((void *)0)' failed. | |
| Aborted | |
| root@tristran:~# varnishtop | |
| varnishtop: vsl.c:265: VSL_OpenLog: Assertion `sha != ((void *)0)' failed. | |
| Aborted | |
| (and after restarting, then sending traffic): | |
| 0+00:00:20 (null) | |
| Hitrate ratio: 0 0 0 | |
| Hitrate avg: 0.0000 0.0000 0.0000 | |
| 2 . . N struct sess_mem. | |
| 10 . . N worker threads. | |
| 10 0.00 0.50 N worker threads created. | |
| 1 . . N backends. | |
| 29 0.00 1.45 SHM records. | |
| 29 0.00 1.45 SHM writes. | |
| 1 0.00 0.05 N vcl total. | |
| 1 0.00 0.05 N vcl available. | |
| 1 . . N total active purges. | |
| 1 0.00 0.05 N new purges added. | |
| 20 1.00 1.00 Client uptime. | |
| 19720 0.00 986.00 SMA.storage_0.Allocator requests. | |
| 9036 . . SMA.storage_0.Outstanding allocations. | |
| 3234888 . . SMA.storage_0.Outstanding bytes. | |
| 7059760 . . SMA.storage_0.Bytes allocated. | |
| 3824872 . . SMA.storage_0.Bytes free. | |
| Assert error in do_curses(), varnishstat_curses.c line 218: | |
| Condition((mvprintw(line, 0, "%12ju %12.2f %12.2f %s\n", ju, (ju - (intmax_t)pt->ref)/lt, ju / up, pt->name)) != ERR) not true. | |
| Aborted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment